CN116560723A - System and method for quickly generating mobile terminal data acquisition software through zero code development - Google Patents

System and method for quickly generating mobile terminal data acquisition software through zero code development Download PDF

Info

Publication number
CN116560723A
CN116560723A CN202310833903.7A CN202310833903A CN116560723A CN 116560723 A CN116560723 A CN 116560723A CN 202310833903 A CN202310833903 A CN 202310833903A CN 116560723 A CN116560723 A CN 116560723A
Authority
CN
China
Prior art keywords
data
acquisition
apk
module
data table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310833903.7A
Other languages
Chinese (zh)
Inventor
龙腾
刘震
张冬冬
杨飞跃
齐大为
裴培
张宝红
高芮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CETC 15 Research Institute
Original Assignee
CETC 15 Research Institute
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by CETC 15 Research Institute filed Critical CETC 15 Research Institute
Priority to CN202310833903.7A priority Critical patent/CN116560723A/en
Publication of CN116560723A publication Critical patent/CN116560723A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Library & Information Science (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a system and a method for quickly generating mobile terminal data acquisition software for zero code development, wherein the system comprises the following steps: the data definition module is used for defining an acquisition data table and data fields contained in the acquisition data table according to acquisition requirements; the APK generation module is used for generating a data acquisition APK packet by packing the data ID of the acquisition data table according to the acquisition data table and the attribute information of the data field contained in the acquisition data table; and the data service module downloads the defined data table and field attribute information thereof according to the data ID of the acquired data table, displays different filling items, and receives data reported by the data acquisition software of the mobile terminal after the filling page is completed. The invention mainly changes the data ID in the APK package and repacks the data, when the data acquisition APK is first used after being installed, the data attribute information is downloaded in the data definition center system through the data ID, and meanwhile, the filling page is initialized, and code-free developers can also rapidly and custom design the data acquisition software.

Description

System and method for quickly generating mobile terminal data acquisition software through zero code development
Technical Field
The invention relates to the technical field of computer software system development, in particular to a system and a method for quickly generating mobile terminal data acquisition software through zero code development.
Background
In the past, when the data acquisition software with simple and no complex service requirements is developed, a mobile developer is usually required to cooperate with a background service developer, the mobile terminal data acquisition software is generated by writing codes in a traditional development mode, and when the acquisition requirements are more, a large number of repeated codes are required to be written for completion and cannot be handed to a non-developer for operation.
Another low-code development technology existing in the market generally needs a developer with a certain development experience to operate, for example, a mobile terminal low-code development technology provided by some low-code development platforms realizes simple configuration of a mobile terminal page in a dragging mode through the low-code development technology, a special requirement field may need to be realized by using a JS enhancement technology, a data acquisition page after configuration is generally an H5 page, and a user can log in by using a web terminal to perform data reporting. If APK installation is needed, the generated mobile terminal page needs to be packaged to generate a mobile terminal data acquisition software installation package, otherwise, data acquisition and reporting can be carried out only through a webpage terminal, and the working mode generally has certain requirements on a network.
Disclosure of Invention
The invention provides a method for quickly generating mobile terminal data acquisition software by zero code development, which can send data field attribute information to mobile terminal software by developing a data definition system capable of customizing data fields, and generate a mobile terminal data acquisition APK software package required by packaging by one key, thereby solving the problem that no development experience personnel quickly generate the mobile terminal data acquisition software.
The invention provides a system for quickly generating mobile terminal data acquisition software by zero code development, which comprises:
the data definition module is used for defining an acquisition data table and data fields contained in the acquisition data table according to acquisition requirements and adding required data fields according to the acquisition requirements;
the APK generation module is used for generating a data acquisition APK package through data ID packaging of the acquisition data table according to the acquisition data table and the attribute information of the data field contained in the acquisition data table, and installing APK software;
and the data service module is used for providing data service, downloading the defined data table and field attribute information thereof according to the data ID of the acquired data table, initializing a filling page according to the field attribute information, displaying different filling items based on different attributes, and receiving data reported by the mobile terminal data acquisition software after the filling page is completed.
Further, the system also comprises a data authority module for providing data authority service, acquiring data tables according to authority definition, and looking up different acquired data tables through different user authorities.
Further, the APK generating module includes a field information receiving module, a page initializing module, and a data reporting module, where:
the field information receiving module is used for downloading the defined data table and the field attribute information thereof by using the data ID of the acquired data table after the APK software is installed;
the page initialization module initializes the filling page according to the data attribute and initializes different data components with different data attributes;
and the data reporting module is used for reporting the data after the data is filled.
Further, the field attribute information includes a text box, a number input box, a password input box, a time selection box, a drop-down box, a multi-selection box, a switch, an accessory, a picture, a photo, a recording, a video, and a map positioning.
Further, the APK generating module places the preset APK package in a background service, replaces data ID configuration of the collected data table in the preset APK package when the formal APK needs to be generated, automatically repacks the preset APK package through the background service, and places the repacked APK to a user.
The invention also provides a method for quickly generating the data acquisition software of the mobile terminal by zero code development, which comprises the following steps:
constructing a deployment data definition system, wherein the data definition system comprises a data definition module, a data authority module, an APK generation module and a data service module;
defining an acquisition data table and data fields contained in the acquisition data table by using the data definition module, and adding required data fields according to acquisition requirements;
the APK generation module is used for generating a data acquisition APK package through data ID packaging of the acquisition data table according to the acquisition data table and the attribute information of the data field contained in the acquisition data table, and installing APK software;
and the data service module downloads the defined data table and field attribute information thereof according to the data ID of the acquired data table after the APK software is installed, initializes a filling page according to the field attribute information, displays different filling items based on different attributes, and receives data reported by the mobile terminal data acquisition software after the filling page is completed.
Further, when the data definition module is used for defining the acquisition data table and the data fields contained in the acquisition data table, the data authority module is used for providing data authority service, the acquisition data table is defined according to the authority, and different acquisition data tables are viewed through different user authorities.
Further, according to the collected data table and the attribute information of the data field contained in the collected data table, a data collection APK packet is generated by data ID packaging of the collected data table, specifically: firstly, a preset APK package is put into a background service, when a formal APK is required to be generated, after the data ID configuration of a data collection table in the preset APK package is replaced, the APK package is automatically repackaged through the background service, and the repackaged APK is put down to a user.
Further, the attribute information of the data field comprises a text box, a digital input box, a password input box, a time selection box, a drop-down box, a multi-selection box, a switch, an accessory, a picture, a photo, a recording, a video and a map for positioning.
Further, the initializing the filling page according to the field attribute information specifically includes: different data components are initialized with different data attributes to display different filler items.
The at least one technical scheme adopted by the invention can achieve the following beneficial effects:
the invention mainly changes the data ID in the APK package and repacks the data, when the data acquisition APK is first used after being installed, the data attribute information is downloaded in the data definition center system through the data ID, and meanwhile, the filling page is initialized, so that the effect that a code-free developer can also rapidly self-define and design the data acquisition software is achieved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention and do not constitute a limitation on the invention. In the drawings:
FIG. 1 is a block diagram of the system function of the mobile terminal data acquisition software of the present invention for zero code development.
FIG. 2 is a flow chart of a method for using the system for quickly generating mobile terminal data acquisition software in the zero code development of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be clearly and completely described below with reference to specific embodiments of the present invention and corresponding drawings. It will be apparent that the described embodiments are only some, but not all, embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The following describes in detail the technical solutions provided by the embodiments of the present invention with reference to the accompanying drawings.
Example 1
Fig. 1 is a system function structure diagram of the technical scheme of the present invention, which includes a data definition module, an APK generation module, a data authority module, and a data service module, wherein:
and a data definition module: the data table and the data fields contained in the data table are defined according to the requirements, meanwhile, the required data fields can be added according to the acquisition requirements, and each data field can be defined as different display attributes, and various attribute types such as a text box, a digital input box, a password input box, a time selection box, a drop-down box, a multi-selection box, a switch, an accessory, a picture, a photographing, a recording, a video, a map positioning and the like are included.
An APK generation module: the module needs to develop a data acquisition preset APK package, wherein the preset APK package comprises three functional modules, namely a field information receiving module, a page initializing module and a data reporting module. Firstly, a preset APK package is put into a background service, when a user needs to generate the APK, after the configuration of a data ID in the APK is replaced, the APK is automatically repackaged through the background service of a data definition system, the repackaged APK is put down to the user, when the APK software is used for the first time after being installed, data attribute information is downloaded in a data definition center system through the data ID, meanwhile, a filling page is initialized, different filling items are displayed according to different attributes, and data is reported after the filling is completed. The APK generation module comprises the following submodules:
a) A field information receiving module: after the APK software is installed, the data ID is used for downloading the well-defined data table and field attribute information thereof in the data definition system.
B) Page initialization module: the software initializes the filling page according to the data attribute, initializes different data components according to different data attributes, such as generating text input box components by text box attribute fields, generating time selection boxes by time selection box attribute fields, and completing initialization of the filling page after initializing the data components according to the received field attribute information.
C) And a data reporting module: after the data is filled, the data can be reported to the data definition system.
And a data authority module: the data definition system provides data authority service, and when the collected data table and the data fields contained in the collected data table are defined, various users define the data table according to the authority, and different user authorities can view different data tables.
And the data service module is used for: the data definition system provides a data service function for the mobile terminal data acquisition software, can issue data field attribute information according to the data ID, and can receive data reported by the mobile terminal data acquisition software.
Example 2
As shown in fig. 2, the application method of the zero code development rapid generation mobile terminal data acquisition software provided by the invention comprises the following steps:
firstly, constructing a deployment data definition system, defining an acquisition data table and data fields contained in the acquisition data table by using the data definition system, and adding required data fields according to acquisition requirements; the data definition system comprises a data definition module, a data authority module, an APK generation module and a data service module; when the data definition system is used for defining the acquisition data table and the data fields contained in the acquisition data table, data authority service is provided, the acquisition data table is defined according to the authority, and different acquisition data tables are viewed through different user authorities.
And then, the data definition system generates a data acquisition APK package through data ID packaging of the acquisition data table according to the acquisition data table and the data field attribute information contained in the acquisition data table, wherein the data field attribute information comprises a text box, a digital input box, a password input box, a time selection box, a drop-down box, a multi-selection box, a switch, an accessory, a picture, a shooting, a recording, a video and a map positioning. Firstly, a preset APK package is put into a background service, when a formal APK is required to be generated, after the data ID configuration of a data collection table in the preset APK package is replaced, the APK package is automatically repackaged through the background service, and the repackaged APK is put down to a user.
Finally, after the APK software is installed, the defined data table and field attribute information thereof are downloaded according to the data ID of the acquired data table, a filling page is initialized according to the field attribute information, different data components are initialized through different data attributes to display different filling items, and data reported by the mobile terminal data acquisition software are received after the filling page is completed.
The invention mainly changes the data ID in the APK package and repacks the data, when the data acquisition APK is first used after being installed, the data attribute information is downloaded in the data definition center system through the data ID, and meanwhile, the filling page is initialized, so that the effect that a code-free developer can also rapidly self-define and design the data acquisition software is achieved.
The foregoing is merely exemplary of the present invention and is not intended to limit the present invention. Various modifications and variations of the present invention will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. which come within the spirit and principles of the invention are to be included in the scope of the claims of the present invention.

Claims (10)

1. The system for quickly generating the data acquisition software of the mobile terminal by zero code development is characterized by comprising the following components:
the data definition module is used for defining an acquisition data table and data fields contained in the acquisition data table according to acquisition requirements and adding required data fields according to the acquisition requirements;
the APK generation module is used for generating a data acquisition APK package through data ID packaging of the acquisition data table according to the acquisition data table and the attribute information of the data field contained in the acquisition data table, and installing APK software;
and the data service module is used for providing data service, downloading the defined data table and field attribute information thereof according to the data ID of the acquired data table, initializing a filling page according to the field attribute information, displaying different filling items based on different attributes, and receiving data reported by the mobile terminal data acquisition software after the filling page is completed.
2. The system for quickly generating mobile terminal data acquisition software for zero code development according to claim 1, further comprising a data authority module for providing data authority service, acquiring data tables according to authority definition, and looking up different acquired data tables by different user authorities.
3. The system for quickly generating mobile terminal data acquisition software for zero code development according to claim 1, wherein the APK generating module comprises a field information receiving module, a page initializing module and a data reporting module, wherein:
the field information receiving module is used for downloading the defined data table and the field attribute information thereof by using the data ID of the acquired data table after the APK software is installed;
the page initialization module initializes the filling page according to the data attribute and initializes different data components with different data attributes;
and the data reporting module is used for reporting the data after the data is filled.
4. The system for quickly generating mobile terminal data acquisition software according to claim 1, wherein the field attribute information comprises a plurality of attribute types of text boxes, digital input boxes, password input boxes, time selection boxes, drop-down boxes, multiple selection boxes, switches, accessories, pictures, photographs, recordings, videos, map positioning.
5. The system for quickly generating mobile terminal data acquisition software for zero code development according to claim 1, wherein the APK generating module places a preset APK package in a background service, replaces data ID configuration of an acquisition data table in the preset APK package when a formal APK needs to be generated, automatically repacks the data ID configuration through the background service, and places the repacked APK to a user.
6. The method for quickly generating the data acquisition software of the mobile terminal by using the zero code development is characterized by comprising the following steps of:
constructing a deployment data definition system, wherein the data definition system comprises a data definition module, a data authority module, an APK generation module and a data service module;
defining an acquisition data table and data fields contained in the acquisition data table by using the data definition module, and adding required data fields according to acquisition requirements;
the APK generation module is used for generating a data acquisition APK package through data ID packaging of the acquisition data table according to the acquisition data table and the attribute information of the data field contained in the acquisition data table, and installing APK software;
and the data service module downloads the defined data table and field attribute information thereof according to the data ID of the acquired data table after the APK software is installed, initializes a filling page according to the field attribute information, displays different filling items based on different attributes, and receives data reported by the mobile terminal data acquisition software after the filling page is completed.
7. The method for quickly generating mobile terminal data acquisition software according to claim 6, wherein when the data definition module is used for defining the acquisition data table and the data fields contained in the acquisition data table, the data authority module provides data authority service, the acquisition data table is defined according to the authority, and different acquisition data tables are viewed through different user authorities.
8. The method for quickly generating mobile terminal data acquisition software for zero code development according to claim 6, wherein the generating the data acquisition APK packet by data ID packaging of the acquisition data table according to the acquisition data table and the attribute information of the data field contained in the acquisition data table specifically comprises: firstly, a preset APK package is put into a background service, when a formal APK is required to be generated, after the data ID configuration of a data collection table in the preset APK package is replaced, the APK package is automatically repackaged through the background service, and the repackaged APK is put down to a user.
9. The method for quickly generating mobile terminal data acquisition software according to claim 6, wherein the data field attribute information comprises a plurality of attribute types of text boxes, digital input boxes, password input boxes, time selection boxes, drop-down boxes, multi-selection boxes, switches, accessories, pictures, photographs, recordings, videos, map positioning.
10. The method for quickly generating mobile terminal data acquisition software for zero code development according to claim 6, wherein the initializing the filling page according to the field attribute information is specifically: different data components are initialized with different data attributes to display different filler items.
CN202310833903.7A 2023-07-10 2023-07-10 System and method for quickly generating mobile terminal data acquisition software through zero code development Pending CN116560723A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310833903.7A CN116560723A (en) 2023-07-10 2023-07-10 System and method for quickly generating mobile terminal data acquisition software through zero code development

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310833903.7A CN116560723A (en) 2023-07-10 2023-07-10 System and method for quickly generating mobile terminal data acquisition software through zero code development

Publications (1)

Publication Number Publication Date
CN116560723A true CN116560723A (en) 2023-08-08

Family

ID=87500440

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310833903.7A Pending CN116560723A (en) 2023-07-10 2023-07-10 System and method for quickly generating mobile terminal data acquisition software through zero code development

Country Status (1)

Country Link
CN (1) CN116560723A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110989983A (en) * 2019-11-28 2020-04-10 深圳航天智慧城市系统技术研究院有限公司 Zero-coding application software rapid construction system
CN113268227A (en) * 2021-07-21 2021-08-17 武汉万云网络科技有限公司 Zero-code visualization software development platform and development method
CN113435171A (en) * 2021-07-23 2021-09-24 安徽澜深软件开发有限公司 Interpretation execution system of data statistical logic of code-free data filling
CN114780064A (en) * 2022-04-12 2022-07-22 四三九九网络股份有限公司 Form design method of zero-code platform
CN115357585A (en) * 2022-08-31 2022-11-18 杭州东方通信软件技术有限公司 Zero code automatic report generation method
WO2023061454A1 (en) * 2021-10-14 2023-04-20 广州广电运通金融电子股份有限公司 Visualization processing system and method for unstructured data, and storage medium and terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110989983A (en) * 2019-11-28 2020-04-10 深圳航天智慧城市系统技术研究院有限公司 Zero-coding application software rapid construction system
CN113268227A (en) * 2021-07-21 2021-08-17 武汉万云网络科技有限公司 Zero-code visualization software development platform and development method
CN113435171A (en) * 2021-07-23 2021-09-24 安徽澜深软件开发有限公司 Interpretation execution system of data statistical logic of code-free data filling
WO2023061454A1 (en) * 2021-10-14 2023-04-20 广州广电运通金融电子股份有限公司 Visualization processing system and method for unstructured data, and storage medium and terminal
CN114780064A (en) * 2022-04-12 2022-07-22 四三九九网络股份有限公司 Form design method of zero-code platform
CN115357585A (en) * 2022-08-31 2022-11-18 杭州东方通信软件技术有限公司 Zero code automatic report generation method

Similar Documents

Publication Publication Date Title
CN110795195B (en) Webpage rendering method and device, electronic equipment and storage medium
CN108279932B (en) Method and device for dynamically configuring user interface of mobile terminal
CN108964968B (en) Service access management method and system in container cloud environment
CN110020388A (en) A kind of page display method and system
CN109725901A (en) Development approach, device, equipment and the computer storage medium of front-end code
CN105607895A (en) Operation method and device of application program on the basis of application program programming interface
GB2411331A (en) Rendering user interface using actor attributes
US20140149847A1 (en) Method and apparatus for processing fixed layout files
CN110119294A (en) The generation method of menu page, apparatus and system
CN103051652A (en) Mobile terminal cloud commuting delivery platform
CN109634610B (en) Interface marking data generation method and device
CN116560723A (en) System and method for quickly generating mobile terminal data acquisition software through zero code development
KR102089150B1 (en) Apparatus and method for generating 3d model of power facilities
CN116301730A (en) Method and device for generating application program based on SaaS platform
CN111310083A (en) Page display method, device and system
CN116775174A (en) Processing method, device, equipment and medium based on user interface frame
CN114817379A (en) Qunee-based configuration item relation visualization method, system, equipment and medium
CN115114280A (en) Report generation processing method, device and equipment
Álvarez et al. Web 3D: a CityGML viewer for cross-domain problem resolution
CN111338624A (en) Data processing method and related equipment
CN115640044B (en) Unity-based three-dimensional software development method, device, equipment and medium
CN113807877A (en) Information delivery method, device and storage medium
CN117111941B (en) Component library adding method, device, equipment and storage medium
CN113515264B (en) Application market function design method based on cloud edge architecture
CN113438541B (en) Viewpoint animation generation method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20230808