CN102955688A - Processing method for user image controls - Google Patents

Processing method for user image controls Download PDF

Info

Publication number
CN102955688A
CN102955688A CN2011102429747A CN201110242974A CN102955688A CN 102955688 A CN102955688 A CN 102955688A CN 2011102429747 A CN2011102429747 A CN 2011102429747A CN 201110242974 A CN201110242974 A CN 201110242974A CN 102955688 A CN102955688 A CN 102955688A
Authority
CN
China
Prior art keywords
user images
images control
user
control
disposal route
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
CN2011102429747A
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.)
SHANGHAI BLACKSPACE INFORMATION TECHNOLOGY Co Ltd
Original Assignee
SHANGHAI BLACKSPACE INFORMATION 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 SHANGHAI BLACKSPACE INFORMATION TECHNOLOGY Co Ltd filed Critical SHANGHAI BLACKSPACE INFORMATION TECHNOLOGY Co Ltd
Priority to CN2011102429747A priority Critical patent/CN102955688A/en
Publication of CN102955688A publication Critical patent/CN102955688A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

A processing method of user image controls includes acquiring a list of user image controls from a system; packaging the user image controls; displaying the packaged user image controls; disposing the user image controls in an application environment based on outside trigger information; and performing operation to the user image controls according to the attribute of a common object based on outside operation information. Each packaged user image control comprises a model layer, a view layer and a control layer and has the attribute of the common object, which meets an architecture design mode of the model layer, the view layer and the control layer. The application environment meets the architecture design mode of the model layer, the view layer and the control layer. Calling of Android Widget in MVC (model view controller) design architecture is achieved, and convenience in operation is brought for a user.

Description

A kind of disposal route of user images control
Technical field
The present invention relates to the disposal route of user images control, relate in particular to the disposal route of the user images control of Android platform user Image control under the MVC Design Mode.
Background technology
In existing Android technology, can by call at Android Home also call in easily a plurality of Widget and more each Widget attribute adjust, just having enriched Android Home at Widget so also provides simultaneously necessary information to the user.
Simultaneously, the purpose of MVC design architecture is to realize the function division of labor of Web system.The MVC design architecture comprises: model layer (Model), and view layer (View) and key-course (Controller), MVC is the abbreviation of the initial of three layers.
Service logic in the described Model layer realization system can realize with JavaBean or EJB usually.Described View layer is used for mutual with the user, usually realizes with JSP.Described Controller layer is the bridge of linking up between Model and the View, and the request that it can assign users also selects appropriate view to show being used for, and the input that it also can interpreting user simultaneously also is mapped as the executable operation of model layer with them.
In three ingredients of described MVC design architecture, the Model layer has maximum Processing tasks.The data of being returned by the Model layer are neutral, and model and data layout are irrelevant in other words, and such model can provide data for a plurality of views.Because the code that is applied to model only need be write once and just can be reused by a plurality of views, so reduced the repeatability of code.
Described View layer is that the user sees and mutual interface with it.The interface (view) of how to process application program becomes challenge is more and more arranged.Described MVC can process a lot of different views for application program.In view, in fact do not have real processing to occur, no matter these data be online storage data or unit storage data, as view, it is just as a kind of mode of exporting data and allowing the user to handle.
Described Controller layer is accepted user's input and is called model and demand that view removes completing user.So when the hyperlink in clicking the Web page and transmission HTML list, controller itself is not exported anything and is done any processing.It just receives request and determines to call which model component goes to process request, and then determines which view to show the data of returning with.
Yet existing Android technology also with limitation, can not realize calling Android Widget to the support of Widget in the MVC design architecture, can not carry out random attribute to Widget and change, and so just the user has been brought inconvenience.
Summary of the invention
The present invention aims to provide a kind of disposal route of user images control, is implemented in to realize in the MVC design architecture calling Android Widget, brings operational facility to the user.
The disposal route of user images control of the present invention comprises:
From system, obtain the user images list of controls;
The user images control is encapsulated; Wherein, the user images control after the encapsulation comprises model layer, view layer and key-course, and the user images control after the described encapsulation possesses the general object attribute that meets model layer, view layer and key-course architecture design pattern;
Show the user images control after encapsulating;
Based on the trigger message from the outside, described user images control is placed applied environment; Wherein, described applied environment meets model layer, view layer and key-course architecture design pattern;
Based on the operation information from the outside, according to the operation of described general object attribute realization to described user images control.
Optionally, adopt the mode of intercepting and capturing user images control call entry from system, to obtain the user images list of controls.
Optionally, described intercepting and capturing user images control call entry comprises: the user images control that creates inheritance system user application Image control unit provides the unit, to obtain the tabulation of system user Image control; Create the user images control manager of inheritance system user application Image control manager, to realize the management to the user images control.
Optionally, the described user images control is encapsulated comprises: create model layer, the view layer that creates the basic container class view of succession of inheriting basic container class model, the general object attribute that upgrades described user images control.
Optionally, the user images control after the described displaying encapsulation adopts the form of tabulation or thumbnail.
Optionally, described thumbnail acquisition when obtaining the tabulation of system user Image control.
Optionally, described trigger message from the outside comprises that system head is by event or system's click event.
Optionally, described operation information from the outside comprises: mobile, arbitrary proportion amplifies and dwindles and delete.
Optionally, can in described applied environment, place a plurality of described user images controls.
Optionally, described applied environment is notes.Described user images control can with the content mixing of described notes.
Optionally, the object properties of described user images control can be stored.
Optionally, described operation information from the outside can be cancelled.
Optionally, described operation information from the outside can be the personalized customization event.
Compared to existing technology, the disposal route of user images control of the present invention, obtain by from system, obtaining the user images list of controls, and to the user images control is encapsulated, make the user images control after the encapsulation possess the model layer of meeting, the general object attribute of view layer and key-course architecture design pattern, based on the trigger message from the outside, described user images control is placed applied environment, can be based on the operation information from the outside, according to the operation of described general object attribute realization to described user images control, and then realized in the MVC design architecture, realizing calling Android Widget, bring operational facility to the user.
Description of drawings
Fig. 1 is the process flow diagram of the disposal route of user images control of the present invention.
 
Embodiment
Be described in detail below in conjunction with the disposal route of the drawings and specific embodiments to user images control of the present invention.
Fig. 1 is the process flow diagram of the disposal route of user images control of the present invention.The disposal route of described user images control comprises:
Step S1 obtains the user images list of controls from system.
Step S2 encapsulates the user images control; Wherein, the user images control after the encapsulation comprises model layer, view layer and key-course, and the user images control after the described encapsulation possesses the general object attribute that meets model layer, view layer and key-course architecture design pattern.
Step S3 shows the user images control after encapsulating.
Step S4 based on the trigger message from the outside, places applied environment with described user images control.Wherein, described applied environment meets model layer, view layer and key-course architecture design pattern.
Step S5 is based on the operation information from the outside, according to the operation of described general object attribute realization to described user images control.
Among the step S1 of above method, the described user images list of controls of obtaining from system can be to adopt the mode of intercepting and capturing user images control call entry to obtain the user images list of controls from system.
Described intercepting and capturing user images control call entry comprises:
The user images control that creates inheritance system user application Image control unit provides the unit, to obtain the tabulation of system user Image control;
Create the user images control manager of inheritance system user application Image control manager, to realize the management to the user images control.
Among the step S2 of above method, the described user images control is encapsulated comprises:
Create model layer, the view layer that creates the basic container class view of succession of inheriting basic container class model, the general object attribute that upgrades described user images control.
Among the step S3 of above method, the user images control after the described displaying encapsulation adopts the form of tabulation or thumbnail.Described thumbnail obtains when obtaining the tabulation of system user Image control.
Among the step S4 of above method, described trigger message from the outside comprises that system head is by event or system's click event.
Among the step S5 of above method, described operation information from the outside can be that amplification mobile, arbitrary proportion is dwindled, deletion etc.
 
Below take the disposal route of method user images control of the present invention as example illustrates of under the applied environment that meets MVC architecture design pattern, processing Android widget.
Step S11, the call entry of intercepting and capturing Android widget.Comprise: create a WidgetProvider and inherit AppWidgetProvider, obtain the widget tabulation; Create a WidgetManager and inherit AppWidgetManager, be in charge of AppWidget.
Create a WidgetProvider and inherit AppWidgetProvider, obtain the widget tabulation.Described WidgetProvider is that the user images control in the MVC design architecture provides the unit, and described AppWidgetProvider is the system applies user images control element in the MVC design architecture.The described widget that obtains tabulates, and can realize by similarly ordering: List<AppWidgetProvidInfo〉list=AppWidgetManager.getInstalledProvider ().Described widget tabulation comprises icon, initialization layout, label, minimum constructive height, minimum widith, the preview image of information, the Widget of configuration file, Provider, zoom mode and the renewal frequency etc. of Widget.
Create a WidgetManager and inherit AppWidgetManager, be in charge of AppWidget.Described WidgetManager is the user images control manager in the MVC design architecture, and described AppWidgetManager is the system applies user images control manager in the MVC design architecture.
Step S12, encapsulation widget realizes that the general-purpose attribute of encapsulated object meets MVC architecture design pattern.Comprise: the Model that creates new Widget inherits BaseContainerModel; The View that creates new Widget inherits BaseContainerView.
The Model that creates new Widget inherits BaseContainerModel.
Described BaseContainerModel is the basic container class model of model layer in the MVC design architecture.
Described model layer as with system bottom contact gear ratio one deck more closely, it mainly comprises: status information element, application logical unit and data storage cell.
Described status information element: for object information and the state of expressing concrete serializing and unserializing, with BSObject, the formal representations such as BaseContainerModel.Described application logical unit: be applied to the service logic on BSObject etc., comprise the logic that triggers View.Described data storage cell: be used for system is carried out the process of serializing and unserializing, with XML, the formal representation of Binary and Sqlite.
The main hierarchical structure of described model layer comprises: basic container class model, applied environment container class model, the basic container class model of applied environment.
Described basic container class model (BSObject): be foundation class, be used for defining basic object data message and basic setup of attribute.
Described applied environment container class model (ModelObject): inherit BSObject, for base attribute and the method for the model object that defines described applied environment.The model of all non-container classes all is from applied environment container class model inheritance.
The basic container class model of applied environment (BaseContainerModel): inherit ModelObject, define attribute and the method for model of the basic container class of described applied environment.The model of all container classes all is to inherit from BaseContainerModel.
The basic container class model of described applied environment comprises an Object Management group class model (ObjectManager), comprises the BaseContainerModel list of types, is used for the model of container class is managed.
Whether the difference of container class object model and non-container class object model is having the Object Management group class model with them.
The View that creates new Widget inherits BaseContainerView.
Described BaseContainerView is the basic container class view of view layer in the MVC design architecture.
Described View layer as with the mutual one deck the most closely of terminal user, play vital effect in user's operating aspect, it comprises the user images control element, Image control hierarchical relationship unit, Image control layout relationship unit, crash tests unit and control updating block.
Described user images control element (Widgets): be used for to describe directly and the user carries out mutual user images control, such as, button, alarm clock etc.
Described Image control hierarchical relationship unit (Layering): the hierarchical relationship between the graphical control be used for to be described, such as, always topmost, always in the bottom etc.
Image control layout relationship unit (Layout): be used for describing the layout relationship between the graphical control, such as, absolute layout, grid layout etc.
Described crash tests unit (Hit Testing): be used for to describe between user's How to choose object and the object crash tests etc.
Described control updating block (View Framework): be used for to describe the management of graphical control on Canvas and comprise renewal, refresh etc.
The main hierarchical structure of described view layer comprises: foundation class view, object class view, administrative class view, basic container class view, layout class view and level class view.
Described foundation class view (BSObjectView): be the basis of view class, inherit the ObjectChangeListener interface and realize onObjectChanged () interface.
Described object class view ViewObject: inherit BSObjectView and basic as simple view and container view.
Described basic container class view (BaseContainerView): inherit ViewObject and possess the management of view class, layout and level.
Described administrative class view (ViewObjectManager): inheriting BaseContainerView, is the administrative class of BSObjectView.
Described layout class view (ViewLayoutManager): inherit BaseContainerView, the layout management class.
Described level class view (ViewLayeringManager): inherit BaseContainerView, the layer management class.
Step S13 represents Android widget by tabulation or the form of thumbnail.Described thumbnail obtains when obtaining the tabulation of system user Image control.
Step S14, by long by or clicking operation widget is positioned in the applied environment.
Rewrite the system head of widget by event and click event, trigger the widget operation.And then realize by long by or clicking operation widget is positioned in the applied environment.Described applied environment is the applied environment that meets MVC architecture design pattern.
Step S15, the widget after the encapsulation possesses general object properties, can realize by the basic operation to general object, comprises that amplification mobile, arbitrary proportion is dwindled, deletion etc.
Realize described basic operation by the key-course of MVC.Described key-course plays the effect of forming a connecting link as the middle layer of MVC design architecture, and it comprises motor unit, returns recovery unit and message flow unit.
Motor unit (Action): the user passes through operation with traditional UI and related behavior act, such as, menu, the operations such as button.
Return recovery unit (Undo/Redo): the user returns for operation and recovers.Such as, the CRUD action of object.
Message flow unit (Messaging): be used for to describe event message flow and how to distribute and transmit.
The main hierarchical structure of described motor unit comprises: single example action management class unit, the type of action definition unit, motor unit interface definition unit, action realizes the unit, object action is realized the unit, and the container object action realizes the unit, and the page or leaf action realizes the unit, action of tool realizes unit, basic behavior command unit and basic behavior command unit.
Described single example action management class unit (XNoteActionManager): single example Action administrative class, provide such as addAction (...), removeAction (...) etc. interface for calling.
Described type of action definition unit (ActionCode): be used for the type of Action is decided class.
Described motor unit interface definition unit (IXNoteAction): as the definition of Action unit interface, such as, getDescription (...), run (...) etc.
Described action realizes unit (XNoteAction): realize that the IXNoteAction interface also provides the realization on basis, and index concrete and relevant operation A ction Command by IActionCommand.
Described object action is realized unit (ObjectAction): inherit XNoteAction and as the foundation class of object behavior, inherited by concrete object behavior.Described concrete object behavior comprises: CreateSwitchAction, DeleteSwitchAction etc.
The action of described container object realizes unit (ContainerAction): inherit XNoteAction and as the foundation class of container class object behavior, inherited by concrete container class behavior.Described concrete container class behavior comprises PageAction.
Described page or leaf action realizes unit (PageAction): be concrete container class behavior, its succession ContainterAction and definition comprise: PageUndo, PageList, PageRedo based on the behavior of Page.
Described action of tool realizes unit (ToolAction): inherit XNoteAction and as the tool behavior base class, comprising: LassoAction, FDrawAction, RDrawAction.
Described basic behavior command unit (IActionCommand): inherit XNoteAction and as the basic behavior command of Undo/Redo.
Described basic behavior command unit (BaseActionCommand): realize that IActionCommand base interface and concrete behavior order succession are for realizing concrete behavior.Described concrete behavior order comprises, CreateObjectAction, CopyObjectAction and DeleteObjectAction.
In the present embodiment, can repeating step S11 be implemented in to step S14 and place a plurality of widget in the described applied environment.
Described applied environment can be the notes that meet the MVC design architecture.Carry out mixing through the content that the Widget after the encapsulation can realize and take down notes by the basic operation to general object as an independent object, comprise the operations such as left-justify, Right Aligns.
The object properties of Widget after the encapsulation and quote and can be stored are loaded the attribute display that realizes with last preservation next time again.
Operational motion based on the Widget with general-purpose attribute after the encapsulation can be stored in the Undo/Redo storehouse, conveniently carries out the Undo/Redo action.Described Undo/Redo action is based on user's linear operation, that is to say that wiping last change and returning is a state.Nonlinear operation for certain bar record is not supported in described Undo/Redo action.
Compared to existing technology, the disposal route of user images control of the present invention, obtain by from system, obtaining the user images list of controls, and to the user images control is encapsulated, make the user images control after the encapsulation possess the model layer of meeting, the general object attribute of view layer and key-course architecture design pattern, based on the trigger message from the outside, described user images control is placed applied environment, can be based on the operation information from the outside, according to the operation of described general object attribute realization to described user images control, and then realized in the MVC design architecture, realizing calling Android Widget, bring operational facility to the user.
More than disclose many aspects of the present invention and embodiment, it will be understood by those skilled in the art that other side of the present invention and embodiment.Disclosed many aspects and embodiment just are used for illustrating among the present invention, are not to be limitation of the invention, and real protection domain of the present invention and spirit should be as the criterion with claims.

Claims (14)

1. the disposal route of a user images control is characterized in that, comprising:
From system, obtain the user images list of controls;
The user images control is encapsulated; Wherein, the user images control after the encapsulation comprises model layer, view layer and key-course, and the user images control after the described encapsulation possesses the general object attribute that meets model layer, view layer and key-course architecture design pattern;
Show the user images control after encapsulating;
Based on the trigger message from the outside, described user images control is placed applied environment; Wherein, described applied environment meets model layer, view layer and key-course architecture design pattern;
Based on the operation information from the outside, according to the operation of described general object attribute realization to described user images control.
2. the disposal route of user images control according to claim 1 is characterized in that, adopts the mode of intercepting and capturing user images control call entry to obtain the user images list of controls from system.
3. the disposal route of user images control according to claim 2 is characterized in that, described intercepting and capturing user images control call entry comprises:
The user images control that creates inheritance system user application Image control unit provides the unit, to obtain the tabulation of system user Image control;
Create the user images control manager of inheritance system user application Image control manager, to realize the management to the user images control.
4. the disposal route of user images control according to claim 1 is characterized in that, the described user images control is encapsulated comprises:
Create model layer, the view layer that creates the basic container class view of succession of inheriting basic container class model, the general object attribute that upgrades described user images control.
5. the disposal route of user images control according to claim 1 is characterized in that, the user images control after the described displaying encapsulation adopts the form of tabulation or thumbnail.
6. the disposal route of user images control according to claim 5 is characterized in that, described thumbnail obtains when obtaining the tabulation of system user Image control.
7. the disposal route of user images control according to claim 1 is characterized in that, described trigger message from the outside comprises that system head is by event or system's click event.
8. the disposal route of user images control according to claim 1 is characterized in that, described operation information from the outside comprises: mobile, arbitrary proportion amplification is dwindled and is deleted.
9. the disposal route of user images control according to claim 1 is characterized in that, can place a plurality of described user images controls in described applied environment.
10. the disposal route of user images control according to claim 1 is characterized in that, described applied environment is notes.
11. the disposal route of user images control according to claim 10 is characterized in that, described user images control can with the content mixing of described notes.
12. the disposal route of user images control according to claim 1 is characterized in that, the object properties of described user images control can be stored.
13. the disposal route of user images control according to claim 1 is characterized in that, described operation information from the outside can be cancelled.
14. the disposal route of user images control according to claim 1 is characterized in that, described operation information from the outside can be the personalized customization event.
CN2011102429747A 2011-08-23 2011-08-23 Processing method for user image controls Pending CN102955688A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011102429747A CN102955688A (en) 2011-08-23 2011-08-23 Processing method for user image controls

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011102429747A CN102955688A (en) 2011-08-23 2011-08-23 Processing method for user image controls

Publications (1)

Publication Number Publication Date
CN102955688A true CN102955688A (en) 2013-03-06

Family

ID=47764528

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011102429747A Pending CN102955688A (en) 2011-08-23 2011-08-23 Processing method for user image controls

Country Status (1)

Country Link
CN (1) CN102955688A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104102704A (en) * 2014-07-08 2014-10-15 深圳市深信服电子科技有限公司 System control displaying method and system control displaying device
CN105607909A (en) * 2015-12-21 2016-05-25 武汉斗鱼网络科技有限公司 Method and system for improving list development efficiency on basis of MVC frame
CN106325841A (en) * 2015-06-30 2017-01-11 腾讯科技(深圳)有限公司 Control image display method and apparatus
CN106570117A (en) * 2016-11-02 2017-04-19 国网山东省电力公司物资公司 Form control system and method based on electric power material distributing system
CN104020929B (en) * 2014-06-12 2017-05-17 腾讯科技(深圳)有限公司 Application information showing method, device and terminal equipment
CN110058909A (en) * 2019-02-26 2019-07-26 阿里巴巴集团控股有限公司 Layout method, placement device, server and the readable storage medium storing program for executing of control
CN111538411A (en) * 2020-04-17 2020-08-14 上海迈内能源科技有限公司 Editing and controlling method, system and terminal of irregular closed polygon

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004054683A (en) * 2002-07-22 2004-02-19 Ricoh Co Ltd User interface device and software component management method
CN102109953A (en) * 2011-02-25 2011-06-29 中兴通讯股份有限公司 Terminal, and service processing method thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004054683A (en) * 2002-07-22 2004-02-19 Ricoh Co Ltd User interface device and software component management method
CN102109953A (en) * 2011-02-25 2011-06-29 中兴通讯股份有限公司 Terminal, and service processing method thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CREATIVE DREAM: "Asp.NET MVC Widget开发 - 设计", 《HTTP://WWW.CNBLOGS.COM/UPUPTO/ARCHIVE/2011/03/02/1968740.HTML》, 2 March 2011 (2011-03-02), pages 1 - 2 *
TERRY_龙: "Android桌面组件【widget】初探", 《HTTP://WWW.CNBLOGS.COM/TERRYBLOG/ARCHIVE/2010/07/29/1788319.HTML》, 29 July 2010 (2010-07-29), pages 1 - 7 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104020929B (en) * 2014-06-12 2017-05-17 腾讯科技(深圳)有限公司 Application information showing method, device and terminal equipment
US10409539B2 (en) 2014-06-12 2019-09-10 Tencent Technology (Shenzhen) Company Limited Method, apparatus and terminal device for displaying application message
CN104102704A (en) * 2014-07-08 2014-10-15 深圳市深信服电子科技有限公司 System control displaying method and system control displaying device
CN106325841A (en) * 2015-06-30 2017-01-11 腾讯科技(深圳)有限公司 Control image display method and apparatus
CN105607909A (en) * 2015-12-21 2016-05-25 武汉斗鱼网络科技有限公司 Method and system for improving list development efficiency on basis of MVC frame
CN106570117A (en) * 2016-11-02 2017-04-19 国网山东省电力公司物资公司 Form control system and method based on electric power material distributing system
CN110058909A (en) * 2019-02-26 2019-07-26 阿里巴巴集团控股有限公司 Layout method, placement device, server and the readable storage medium storing program for executing of control
CN110058909B (en) * 2019-02-26 2022-03-08 创新先进技术有限公司 Control layout method, layout device, server and readable storage medium
CN111538411A (en) * 2020-04-17 2020-08-14 上海迈内能源科技有限公司 Editing and controlling method, system and terminal of irregular closed polygon
CN111538411B (en) * 2020-04-17 2022-03-08 上海迈内能源科技有限公司 Editing and controlling method, system and terminal of irregular closed polygon

Similar Documents

Publication Publication Date Title
CN102955688A (en) Processing method for user image controls
US11861379B2 (en) Automated graphical user interface configuration
CN104246659B (en) The gesture object that can be instantiated
CN111104635B (en) Method and device for generating form webpage
US20090282349A1 (en) System and method for dynamic configuration of components of web interfaces
JP2016026348A (en) Widget framework, real time service integration and real time resource compaction
CN113703749A (en) Information system based on visual programming technology and construction method thereof
US8689110B2 (en) Multi-channel user interface architecture
CN102356375A (en) Smooth layout animation of continuous and non-continuous properties
CN102004742A (en) Multilayer database access structure
EP2492806A1 (en) Unified interface for meta model checking, modifying, and reporting
CN100437478C (en) System and method for interactive wireless applications
CN111427631B (en) Dynamic configuration method of diversified mobile application function module
US20120096425A1 (en) Software Map
WO2017109791A1 (en) A system and method for building enterprise applications
CN104216701A (en) System and method for creating a graphical user interface within a manufacturing execution system
CN102419709A (en) Metadata-based eventualization
Sokolova et al. Android passive MVC: a novel architecture model for the android application development
CN107943455A (en) A kind of list rendering system based on JSON data formats
CN103530023A (en) Processing method and system of distribution information and client side
CN105518618A (en) Input object configured to route input for a visual element to a graphic framework
Kim Mobile agent development with CBD on ABCD architectures
WO2024138357A1 (en) Application development platform, method, device, and storage medium
CN114217877B (en) Operation processing method, device, equipment and medium based on page interaction component
CN109656537A (en) A kind of Web application framework that supporting a variety of application containers and application method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20130306