CN105824611A - Rapid development system based on Android intelligent operation platform - Google Patents

Rapid development system based on Android intelligent operation platform Download PDF

Info

Publication number
CN105824611A
CN105824611A CN201510690460.6A CN201510690460A CN105824611A CN 105824611 A CN105824611 A CN 105824611A CN 201510690460 A CN201510690460 A CN 201510690460A CN 105824611 A CN105824611 A CN 105824611A
Authority
CN
China
Prior art keywords
base class
data
control
rapid development
development system
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
CN201510690460.6A
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.)
Guangdong Eshore Technology Co Ltd
Original Assignee
Guangdong Eshore Technology Co Ltd
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 Guangdong Eshore Technology Co Ltd filed Critical Guangdong Eshore Technology Co Ltd
Priority to CN201510690460.6A priority Critical patent/CN105824611A/en
Publication of CN105824611A publication Critical patent/CN105824611A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a rapid development system based on an Android intelligent operation platform. The rapid development system comprises an application base class, a activity fragment base class, a webpage control, a data adapter, database operation base class, a data provider base class and a service base class, wherein the application base class is used for initializing basic information of an application so as to acquire the name, the version number, the channel number and the environment information of the application; the activity fragment base class is used for initializing configuration of a third-party control and used for providing an abstract method for regulating the style of sub-codes, achieving interfaces and providing display reminding information, progress dialogs and message dialog frames; the webpage control is used for realizing all functions of a Web vision webpage control; the data adapter is used for integrating data binding and display of an integrated control. According to the rapid development system, webpage controls are acquired and bound with corresponding events in an annotation manner, so that the time for compiling a great number of repeated codes can be reduced, developers can relatively focus on realization of service logic, and the codes can be relatively attractive.

Description

A kind of rapid development system based on Android intelligent operating platform
Technical field
The present invention relates to a kind of Quick Development Framework, particularly relate to a kind of rapid development system based on Android intelligent operating platform.
Background technology
Android is a kind of freedom based on linux and the operating system of open source code, can be used for the equipment such as mobile phone, panel computer, Set Top Box.Showing at the smart mobile phone share report that in June, 2015 is issued according to market survey mechanism Kantar, Android system has reached 74% in the market share of China.In the Internet+epoch, how to shorten the construction cycle, quickly develop a application, dominate the market rapidly, this is the problem that application developer is in the urgent need to address.Existing development scheme, mostly it is in compliance with the development guides of official, develop based on the original sdk of official, each assembly is inherited from the base class of official and develops, but this mode, it is based only upon original official sdk to develop, can cause that coding style disunity, code reusability be poor, the inferior problem of inefficiency.
Summary of the invention
The technical problem to be solved in the present invention is, for the deficiencies in the prior art, a kind of rapid development system based on Android intelligent operating platform is provided, and then the coding style disunity, the code reusability that solve to occur in android development process are poor, the inferior problem of inefficiency.
For solving above-mentioned technical problem, the present invention adopts the following technical scheme that.
A kind of rapid development system based on Android intelligent operating platform, it includes: application foundation classes, and it, for initializing the essential information of application, obtains title, version number, channel number and the environmental information of application;Movable fragment base class, it is used for initializing third party control configuration, it is provided that abstract method initUI is used for the style of specification subclass coding, realizes IDataListener and AnnotationHandleable interface and provide display reminding information, progress dialog box, message box;Webpage control base class, for realizing the repertoire of Web view page control;Data adapter unit, the data for assembly type control are bound and display;Database manipulation base class, for providing establishment and the method for data base's table handling of SQLite data base;Data set provider base class, for providing Asynchronous loading local data database data or the method for remote service end data;Service base class, for realizing the basic abstract method of service.
Preferably, also include: data process callback interface, tool-class, self-defined control and third party's assembly.
Preferably, also including note handling implement class, described note handling implement class is for realizing the process that control is explained, and provides AnnotationHandleable interface.
Rapid development system based on Android intelligent operating platform disclosed by the invention, its acquired having technical effect that, the present invention uses the mode of note to obtain page control and binds corresponding event, save the time writing a large amount of duplicated code, use developer to focus more on the realization of service logic, make code more graceful simultaneously.
Accompanying drawing explanation
Fig. 1 is the flow chart of present invention rapid development system based on Android intelligent operating platform.
Detailed description of the invention
With embodiment, the present invention is described in more detail below in conjunction with the accompanying drawings.
The invention discloses a kind of rapid development system based on Android intelligent operating platform, as it is shown in figure 1, it includes:
Application foundation classes (BaseApplication), it, for initializing the essential information of application, obtains title, version number, channel number and the environmental information of application;
Movable fragment base class, i.e. activity base classes (BaseActivity) and fragment base class (BaseFragment), it is used for initializing third party control configuration, it is provided that abstract method initUI is used for the style of specification subclass coding, realizes IDataListener and AnnotationHandleable interface and provide display reminding information, progress dialog box, message box;
Webpage control base class (BaseWebViewActivity), for realizing the repertoire of Web view page control;
Data adapter unit (BaseAdapter, BasePagerAdapter), the data for assembly type control are bound and display;
Database manipulation base class (BaseDAO), for providing establishment and the method for data base's table handling of SQLite data base;
Data set provider base class (BaseDataProvider), for providing Asynchronous loading local data database data or the method for remote service end data;
Service base class (BaseService), for realizing the basic abstract method of service.
Further, also include: data process callback interface (IDataListener), tool-class (Utils), self-defined control (View) and third party's assembly (OtherComponents).
In the present embodiment, also include note handling implement class (AnnotationHandler), described note handling implement class, for realizing the process that control is explained, i.e. obtains and binds corresponding event, and provide AnnotationHandleable interface page control.
Rapid development system based on Android intelligent operating platform disclosed by the invention, it provides the base class of perfect in shape and function for each assembly, realizes details for what developer shielded each assembly, allows developer be absorbed in the exploitation of service logic;Meanwhile, setting abstract method, the specification making developer follow Frame Design is developed;Additionally, the present invention provides a large amount of tool-class, allow developer easily realize common function, solve the problem that Android exploitation cooperative cooperating difficulty is in disorder with code.On this basis, the present invention provides the base class of a large amount of perfect in shape and function, helps developer to save the time writing a large amount of duplicated code, focuses more on the realization of service logic, make code more graceful, it is also possible to provide constraint and reference for the cooperative cooperating between developer simultaneously.
The above is preferred embodiment of the present invention, is not limited to the present invention, all amendment, equivalent or improvement etc. made in the technical scope of the present invention, should be included in the range of the present invention protected.

Claims (3)

1. a rapid development system based on Android intelligent operating platform, it is characterised in that include:
Application foundation classes, it, for initializing the essential information of application, obtains title, version number, channel number and the environmental information of application;
Movable fragment base class, it is used for initializing third party control configuration, it is provided that abstract method is used for the style of specification subclass coding, realizes interface and provide display reminding information, progress dialog box, message box;
Webpage control base class, for realizing the repertoire of Web view page control;
Data adapter unit, the data for assembly type control are bound and display;
Database manipulation base class, for providing establishment and the method for data base's table handling of SQLite data base;
Data set provider base class, for providing Asynchronous loading local data database data or the method for remote service end data;
Service base class, for realizing the basic abstract method of service.
2. rapid development system based on Android intelligent operating platform as claimed in claim 1, it is characterised in that also include: data process callback interface, tool-class, self-defined control and third party's assembly.
3. rapid development system based on Android intelligent operating platform as claimed in claim 1, it is characterised in that also include note handling implement class, described note handling implement class is for realizing the process that control is explained, and provides interface.
CN201510690460.6A 2015-10-20 2015-10-20 Rapid development system based on Android intelligent operation platform Pending CN105824611A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510690460.6A CN105824611A (en) 2015-10-20 2015-10-20 Rapid development system based on Android intelligent operation platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510690460.6A CN105824611A (en) 2015-10-20 2015-10-20 Rapid development system based on Android intelligent operation platform

Publications (1)

Publication Number Publication Date
CN105824611A true CN105824611A (en) 2016-08-03

Family

ID=56514620

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510690460.6A Pending CN105824611A (en) 2015-10-20 2015-10-20 Rapid development system based on Android intelligent operation platform

Country Status (1)

Country Link
CN (1) CN105824611A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106528261A (en) * 2016-12-02 2017-03-22 武汉斗鱼网络科技有限公司 Application page initialization compiling and controlling device and method
CN108153564A (en) * 2016-12-02 2018-06-12 北京京东尚科信息技术有限公司 Methods for interface management, equipment and system
CN108845803A (en) * 2018-05-23 2018-11-20 北京五八信息技术有限公司 A kind of update method of List View, device, equipment and storage medium
CN108920333A (en) * 2018-07-03 2018-11-30 京东方科技集团股份有限公司 State-event monitoring method, state-event monitor
CN109388571A (en) * 2018-10-15 2019-02-26 五八有限公司 Obtain method, apparatus, computer equipment and the storage medium of identification information
CN114416084A (en) * 2021-12-31 2022-04-29 北京五八信息技术有限公司 Data processing method and device, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103064690A (en) * 2012-12-16 2013-04-24 互动在线(北京)科技有限公司 Development framework based on Android operating system and execution method thereof
CN103377195A (en) * 2012-04-13 2013-10-30 阿里巴巴集团控股有限公司 Method and device for webpage displaying hierarchical structure data

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103377195A (en) * 2012-04-13 2013-10-30 阿里巴巴集团控股有限公司 Method and device for webpage displaying hierarchical structure data
CN103064690A (en) * 2012-12-16 2013-04-24 互动在线(北京)科技有限公司 Development framework based on Android operating system and execution method thereof

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JUDE95: ""一个优秀的Android应用从建项目开始"", 《HTTPS://WWW.JIANSHU.COM/P/D9E4DDD1C530》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106528261A (en) * 2016-12-02 2017-03-22 武汉斗鱼网络科技有限公司 Application page initialization compiling and controlling device and method
CN108153564A (en) * 2016-12-02 2018-06-12 北京京东尚科信息技术有限公司 Methods for interface management, equipment and system
CN108153564B (en) * 2016-12-02 2022-02-01 北京京东尚科信息技术有限公司 Interface management method, device and system and computer readable storage medium
CN108845803A (en) * 2018-05-23 2018-11-20 北京五八信息技术有限公司 A kind of update method of List View, device, equipment and storage medium
CN108845803B (en) * 2018-05-23 2022-11-08 北京五八信息技术有限公司 Method, device and equipment for updating list view and storage medium
CN108920333A (en) * 2018-07-03 2018-11-30 京东方科技集团股份有限公司 State-event monitoring method, state-event monitor
CN108920333B (en) * 2018-07-03 2022-04-22 京东方科技集团股份有限公司 Event state monitoring method and event state monitor
CN109388571A (en) * 2018-10-15 2019-02-26 五八有限公司 Obtain method, apparatus, computer equipment and the storage medium of identification information
CN109388571B (en) * 2018-10-15 2021-11-23 五八有限公司 Method and device for acquiring identification information, computer equipment and storage medium
CN114416084A (en) * 2021-12-31 2022-04-29 北京五八信息技术有限公司 Data processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN105824611A (en) Rapid development system based on Android intelligent operation platform
CN102567198B (en) System and method for testing application program in physical system environment
CN103186380B (en) The development approach of APK and device
US20170286068A1 (en) Development support system
CN111177621B (en) Web page development method, device and system
CN101226479A (en) Method for implementing dynamic collocation of mobile phone menu
CN103116497B (en) A kind of polyelectron control module construction method based on software platform and system
US20160139888A1 (en) Automated app generation system
US20180225098A1 (en) Systems and methods for producing launchers for a mobile terminal
CN102262684A (en) Method and device for generating webpage page of mobile terminal
US20110072371A1 (en) Application programming interface for user interface creation
HK1147581A1 (en) Method and system of defining an interactive user interface
CN111176629A (en) Application development method and device
CN104572089B (en) The method and apparatus for generating Android installation kit
CN104517307A (en) Method and device for animation producing
CN106775654A (en) The automatic method and apparatus for building mobile applications
CN111324390A (en) Device and method for realizing APP content configuration and real-time update
CN102693238B (en) Widget application process, system and multimedia terminal
CN103793219A (en) Mobile terminal application development system and method
CN111338925A (en) Applet test method, device and system, electronic equipment and storage medium
CN103793226A (en) Pervasive application code framework fast-generating method and prototype system
Rasheed et al. A model-driven approach for creating storyboards of web based user interfaces
CN104123155A (en) Business system page layer development platform and method based on WEB
CN106681704A (en) Development device and development method of user interface
US10521199B2 (en) System and method for developing mobile based applications using model driven development

Legal Events

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

Application publication date: 20160803

RJ01 Rejection of invention patent application after publication