CN107463366B - Interface dynamic method based on mobile App - Google Patents

Interface dynamic method based on mobile App Download PDF

Info

Publication number
CN107463366B
CN107463366B CN201710461616.2A CN201710461616A CN107463366B CN 107463366 B CN107463366 B CN 107463366B CN 201710461616 A CN201710461616 A CN 201710461616A CN 107463366 B CN107463366 B CN 107463366B
Authority
CN
China
Prior art keywords
interface
data
description information
navigation
view
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.)
Active
Application number
CN201710461616.2A
Other languages
Chinese (zh)
Other versions
CN107463366A (en
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.)
CIB Fintech Services Shanghai Co Ltd
Original Assignee
CIB Fintech Services Shanghai 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 CIB Fintech Services Shanghai Co Ltd filed Critical CIB Fintech Services Shanghai Co Ltd
Priority to CN201710461616.2A priority Critical patent/CN107463366B/en
Publication of CN107463366A publication Critical patent/CN107463366A/en
Application granted granted Critical
Publication of CN107463366B publication Critical patent/CN107463366B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses an interface dynamic method based on a mobile App, which comprises the following steps: abstracting and defining an App interface description mode; caching a full set of structured interface description information, defining a description mode of an interface, and converting interface elements into structured data for storage; realizing the conversion from the description information to an App interface; the server side reads the request parameters to perform uniqueness processing, and the uniqueness processing is used as a unique identifier of the response content in the cache library; using the unique parameter value as a key, and searching a corresponding interface description information cache from a cache library; generating interface description information, storing the interface description information in a cache library and returning the generated interface description information; and constructing a target interface according to the interface conversion method. The invention can achieve the effect that data adjustment is carried out at one position of the server and the client interfaces of the two platforms are changed simultaneously only by being realized in respective systems in a targeted manner, thereby greatly improving the flexibility and the personalized content display support capability of the user.

Description

Interface dynamic method based on mobile App
Technical Field
The invention relates to the field of mobile App interface dynamic, in particular to an interface dynamic method based on a mobile App.
Background
Nowadays, mobile devices such as smart phones and tablet computers are very popular, and content providers and service providers with small and large sizes basically have mobile apps of their own.
The mobile App is used as rich client software, and is difficult to update and upgrade. Since apps are typically released in the application marketplace. In addition to requiring application market approval, the updated apps are not time-sensitive, nor are users willing to update their installed apps immediately when new versions are released. It is difficult to synchronously change the interface of the App at special time points such as special holidays and current affair hotspots.
The interest and interest of each kind of people are different even every person, so that tens of apps cannot be issued to cater to the preferences of all users, and how the same App presents different contents for different users is a difficult problem for App operators. For this scenario, the conventional information system is implemented by taking the tags of the user as query conditions and comparing the query conditions one by one to find all matching contents. The mode is low in efficiency and is not suitable for application scenes of mass internet query.
In view of this, there is a need for a more scientific method that can dynamically generate an interface and dynamically change the interface according to different tags of a user.
Disclosure of Invention
In view of the above-mentioned drawbacks of the prior art, the technical problems to be solved by the present invention are as follows: 1) generating an interface through specific interface description information, and changing pictures, layouts, link addresses and the like at the designated position of the interface as long as the service end adjusts the description information when the change is needed; 2) different users can see the matched contents provided by the App service provider by only having different attribute labels, such as 'male', 'middle year', 'married', etc. Meanwhile, the method has excellent performance and has high response speed in the application scene of internet mass query.
In view of the above technical problems, an object of the present invention is to provide an interface dynamic method based on a mobile App.
In order to realize the purpose, the invention is realized according to the following technical scheme:
an interface dynamic method based on a mobile App comprises the following steps:
step S1: abstracting and defining the description mode of an App interface;
step S2: caching a full set of structured interface description information, and converting interface elements into structured data for storage after defining a description mode of an interface;
step S3: the conversion from the description information to an App interface is realized, and the App of two operating systems of iOS and Android is realized;
step S4: the server side reads the request parameters to perform uniqueness processing, and the uniqueness processing is used as a unique identifier of the response content in the cache library;
and 5: using the unique parameter value as a key, and searching a corresponding interface description information cache from a cache library;
step S6: generating interface description information, storing the interface description information in a cache library and returning the generated interface description information;
step S7: and constructing a target interface at the App end according to the interface conversion method.
In the above technical solution, the step S2 includes:
step S201: establishing a table for storing the navigation object and the expansion information according to a one-to-many relationship;
step S202: loading data and extended attributes of all navigation objects, and mounting the information of the extended attributes to the navigation objects;
step S203: caching the key value pairs of all interface elements, and acquiring a navigation object with complete information only through the navigation object number;
step S204: maintaining a tree structure, finding out a father node object according to the navigation object number, assigning to the self, and inserting the self into a child object list of the father node object;
step S205: and constructing sequencing, and assigning a serial number to the navigation object according to the configuration of the bidirectional linked list, so that the client program can be directly used conveniently.
In the above technical solution, the step S3 includes:
step S301: analyzing the interface description information, converting the content into a data model which can be identified by the client, and transmitting the formatted data to a display container;
step S302: displaying container traversal interface description information data, analyzing interface element content in the container traversal interface description information data, and transmitting data containing the interface element content to an interface construction distributor;
step S303: the interface distributor generates a corresponding view according to the data and transmits specific interface data of picture addresses, characters, character colors and background colors to the view;
step S304: the view draws the view per se, downloads and caches the picture according to the interface description information, and accelerates the display speed of accessing the same picture next time;
step S305: the interface construction distributor returns the drawn view to the display container;
step S306: and the display container splices all returned views, associates click event interaction logic, completes the adaptation of the views to the screen and finally displays the effect.
In the above technical solution, the step S4 includes:
step S401: reading query parameters from HTTP request parameters sent by App, wherein the required query parameters include: page number, page size, number of navigation object used as Root, user tag list, and packaging into a serializable request parameter object;
step S402: preprocessing the packaged request parameter object, and sequencing the tag lists in the request object according to characters, so that the same tag lists are sequenced consistently, and finally, the results after uniqueness processing are the same;
step S403: and calculating the preprocessed request parameter object by using a unique algorithm to obtain a character string which can uniquely identify the request object. Specifically, the present invention employs a hash algorithm.
In the above technical solution, the step S6 includes:
step S601: reading a navigation object dictionary of a complete tree structure;
step S602: iterating the navigation object dictionary, screening the navigation object dictionary according to the label list in the query parameters, removing all navigation objects which are not matched with the labels in the query parameters, and if the navigation objects do not have labels, considering the objects as general objects and incorporating the general objects into the screening result;
step S603: if the data volume is large and paging display is needed, paging operation is only performed on the first-level navigation objects, wherein the first-level navigation objects are all navigation objects of a container class.
Step S7: and constructing a target interface at the App end according to the interface conversion method.
In the above technical solution, the step S7 includes:
step S701: constructing main visual navigation objects of a tab page area and a top navigation bar area according to the initialization data;
step S702: according to request parameters transmitted by a navigation object 'home page' in a tag page, searching a corresponding page description information dictionary from a cache library, and carrying out integrity check on information;
step S703: circularly reading primary sub-view data in the dictionary, generating a plurality of views corresponding to the primary sub-view data according to the primary sub-view identification, and transmitting the data to the sub-views;
step S704: after the primary sub-view of the controller obtains the data, the step S703 is iterated to generate a secondary sub-view of the sub-view.
Step S705: drawing the bottom sub-view according to the data;
step S706: and finishing the iteration of all the sub-views and returning to the view array after the drawing is finished. The interface arranges the views according to the data sequence of the views and displays the views in the main display area.
Compared with the prior art, the invention has the following beneficial effects:
the invention creates a general App interface description mode, unifies the cognition forms of two operating systems of iOS and Android on an App main interface, can achieve the effect that data adjustment is carried out at one position of a server and client interfaces of two platforms are changed simultaneously only by being realized in respective systems in a targeted manner, and the change of the interfaces does not need to pass through an application market or to be installed again, thereby greatly improving the flexibility.
In addition, the invention greatly improves the personalized content display support capability of the user, and the client can dynamically load different contents by changing the label of the user as long as the server maintains the affiliated label of the specific content, so that the App becomes more personalized.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a schematic diagram of the description of the App interface of the present invention;
fig. 2 is a schematic interface diagram of an App made using the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention.
The invention discloses an interface dynamic method based on a mobile App, which comprises the following steps:
step S1: abstracting and defining the description mode of the App interface.
Taking the App interface shown in fig. 2 as an example, the App interface is defined as a multi-layer nested tree structure in a JSON format, the main interface is Root, the tab page area is a first-level navigation object container, the types are "T000", "home page", "chat", "my" are navigation objects in the tab page, and the types are "T001", "T002", and the like. The navigation bar area of the home page is provided with a city selection control, and the city selection control exists as a sub navigation object of a tag page navigation object 'home page' in a multi-layer nested tree structure in a JSON format; all three tab page navigation objects have an attribute called "url" to indicate the content address of the main display area of the tab page. For example, the url attribute of "home" is App:// naviBox? naviRoot 1623627742480225284. This represents that the main display area of the "home" is another tree structure, the Root of which is the navigation object numbered 1623627742480225284. The navigation object type numbered 1623627742480225284 is "I000", under which there are various navigation object containers "I400", "I100", "I200", etc. for presenting information, and within each navigation object container there is a respective sub-navigation object.
Step S2: caching the structured interface description information complete set, and converting interface elements into structured data for storage after defining the description mode of the interface.
Step S2 specifically includes:
step S201: establishing a data table for storing the navigation object and the expansion information according to a one-to-many relationship, such as a navigation object table T _ NAVI and an expansion information table T _ NAVI _ PROP;
step S202: loading data and extended attributes of all navigation objects, and mounting the information of the extended attributes to the navigation objects;
step S203: caching all interface element key value pairs, and obtaining a navigation object with complete information only by a navigation object number, wherein the presentation form is Map < String, Navi > by taking java programming language as an example;
step S204: maintaining a tree structure, finding out a father node object according to the navigation object number, assigning to the self, and inserting the self into a child object list of the father node object;
step S205: and constructing sequencing, and assigning a serial number to the navigation object according to the configuration of the bidirectional linked list, so that the client program can be directly used conveniently.
To this end, a complete navigation object dictionary containing tree structure and ordering information has been created.
Step S3: the conversion from the description information to an App interface is realized, and the App of two operating systems of iOS and Android is realized;
step S3 specifically includes:
step S301: analyzing the interface description information, converting the content into a data model which can be identified by the client, and transmitting the formatted data to a display container;
step S302: displaying container traversal interface description information data, analyzing interface element content in the container traversal interface description information data, and transmitting data containing the interface element content to an interface construction distributor;
step S303: the interface distributor generates a corresponding view according to the data and transmits specific interface data of picture addresses, characters, character colors and background colors to the view;
step S304: the view draws the view per se, downloads and caches the picture according to the interface description information, and accelerates the display speed of accessing the same picture next time;
step S305: the interface construction distributor returns the drawn view to the display container;
step S306: and the display container splices all returned views, associates click event interaction logic, completes the adaptation of the views to the screen and finally displays the effect.
Step S4: the server side reads the request parameters to perform uniqueness processing, and the uniqueness processing is used as a unique identifier of the response content in the cache library;
step S4 specifically includes:
step S401: reading query parameters from HTTP request parameters sent by App, wherein the required query parameters include: page number, page size, number of navigation objects used as Root, user tag list, and packaging into a serializable request parameter object, such as RequestParam;
step S402: and preprocessing the packaged request parameter object, and sequencing the label lists in the request object according to characters, so that the same label lists are sequenced consistently, and finally, the results after uniqueness processing are the same. For example: a certain request comprises a plurality of label lists such as 'MALE', 'MID _ AGE', 'MARRIED', 'OWNS _ CAR', and the four labels are arranged according to the sequence of 'MALE', 'MARRIED', 'MID _ AGE' and 'OWNS _ CAR' through a sorting algorithm;
step S403: and calculating the preprocessed request parameter object by using a unique algorithm to obtain a character string which can uniquely identify the request object.
And 5: using the unique parameter value as a key, and searching a corresponding interface description information cache from a cache library;
step S6: generating interface description information, storing the interface description information in a cache library and returning the generated interface description information;
step S6 specifically includes:
step S601: reading a navigation object dictionary of a complete tree structure;
step S602: iterating the navigation object dictionary, screening the navigation object dictionary according to the label list in the query parameters, removing all navigation objects which are not matched with the labels in the query parameters, and if the navigation objects do not have labels, considering the objects as general objects and incorporating the general objects into the screening result;
step S603: if the data size is large and paging display is required, paging is performed only for the first-level navigation objects, where the first-level navigation objects are all navigation objects of the container class, such as "I400", "I100", "I200", and the like mentioned in step S1.
Step S7: according to the interface conversion method, a target interface is constructed at the App end, as shown in fig. 2, fig. 2 is an interface schematic diagram of the present invention, and step S7 specifically includes:
step S701: constructing main visual navigation objects of a tab page area and a top navigation bar area according to the initialization data;
step S702: according to request parameters transmitted by a navigation object 'home page' in a tag page, searching a corresponding page description information dictionary from a cache library, and carrying out integrity check on information;
step S703: and circularly reading the primary sub-view data in the dictionary, generating a plurality of views corresponding to the primary sub-view data according to the primary sub-view identification, and transmitting the data to the sub-views. The primary sub-view is an overall view composed of 'option one' to 'option four' of fig. 2.
Step S704: after the primary sub-view of the controller obtains the data, the step S703 is iterated to generate a secondary sub-view of the sub-view. The secondary sub-view is as in the 'options one' view of figure 2.
Step S705: drawing the bottom sub-view according to the data;
step S706: and finishing the iteration of all the sub-views and returning to the view array after the drawing is finished. The interface arranges the views according to the data sequence of the views and displays the views in the main display area.
According to the technical scheme provided by the invention, the cognition forms of the iOS and Android operating systems to the App main interface are unified, the data adjustment can be carried out at one position of the server only by pertinently realizing the cognition forms in the respective systems, the client interfaces of the two platforms are changed simultaneously, the interfaces are changed without passing through the application market or reinstallation, and the flexibility is greatly improved.
In addition, the invention greatly improves the personalized content display support capability of the user, and the client can dynamically load different contents by changing the label of the user as long as the server maintains the affiliated label of the specific content, so that the App becomes more personalized.
Although the invention has been described in detail above with reference to a general description and specific examples, it will be apparent to one skilled in the art that modifications or improvements may be made thereto based on the invention. Accordingly, such modifications and improvements are intended to be within the scope of the invention as claimed.

Claims (1)

1. An interface dynamic method based on a mobile App is characterized by comprising the following steps:
step S1: abstracting and defining the description mode of an App interface;
step S2: caching a full set of structured interface description information, and converting interface elements into structured data for storage after defining a description mode of an interface;
step S3: the conversion from the description information to an App interface is realized, and the App of two operating systems of iOS and Android is realized;
step S4: the server side reads the request parameters to perform uniqueness processing, and the uniqueness processing is used as a unique identifier of the response content in the cache library;
step S5: using the unique parameter value as a key, and searching a corresponding interface description information cache from a cache library;
step S6: generating interface description information, storing the interface description information in a cache library and returning the generated interface description information;
step S7: constructing a target interface at an App end according to an interface conversion method;
the step S2 includes:
step S201: establishing a table for storing the navigation object and the expansion information according to a one-to-many relationship;
step S202: loading data and extended attributes of all navigation objects, and mounting the information of the extended attributes to the navigation objects;
step S203: caching the key value pairs of all interface elements, and acquiring a navigation object with complete information only through the navigation object number;
step S204: maintaining a tree structure, finding out a father node object according to the navigation object number, assigning to the self, and inserting the self into a child object list of the father node object;
step S205: constructing sequencing, and assigning a serial number to the navigation object according to the configuration of the bidirectional linked list, so that a client program can be directly used conveniently;
the step S3 includes:
step S301: analyzing the interface description information, converting the content into a data model which can be identified by the client, and transmitting the formatted data to a display container;
step S302: displaying container traversal interface description information data, analyzing interface element content in the container traversal interface description information data, and transmitting data containing the interface element content to an interface construction distributor;
step S303: the interface distributor generates a corresponding view according to the data and transmits specific interface data of picture addresses, characters, character colors and background colors to the view;
step S304: the view draws the view per se, downloads and caches the picture according to the interface description information, and accelerates the display speed of accessing the same picture next time;
step S305: the interface construction distributor returns the drawn view to the display container;
step S306: the display container splices all returned views, associates click event interaction logic, completes the adaptation of the views to the screen and finally displays the effect;
the step S4 includes:
step S401: reading query parameters from HTTP request parameters sent by App, wherein the required query parameters include: page number, page size, number of navigation object used as Root, user tag list, and packaging into a serializable request parameter object;
step S402: preprocessing the packaged request parameter object, and sequencing the tag lists in the request object according to characters, so that the same tag lists are sequenced consistently, and finally, the results after uniqueness processing are the same;
step S403: calculating the preprocessed request parameter object by using a uniqueness algorithm to obtain a character string which can uniquely identify the request object;
the step S6 includes:
step S601: reading a navigation object dictionary of a complete tree structure;
step S602: iterating the navigation object dictionary, screening the navigation object dictionary according to the label list in the query parameters, removing all navigation objects which are not matched with the labels in the query parameters, and if the navigation objects do not have labels, considering the objects as general objects and incorporating the general objects into the screening result;
step S603: if the data volume is large and paging display is needed, only paging operation is carried out on the first-level navigation objects, wherein the first-level navigation objects are navigation objects of a container class;
the step S7 includes:
step S701: constructing main visual navigation objects of a tab page area and a top navigation bar area according to the initialization data;
step S702: according to request parameters transmitted by a navigation object 'home page' in a tag page, searching a corresponding page description information dictionary from a cache library, and carrying out integrity check on information;
step S703: circularly reading primary sub-view data in the dictionary, generating a plurality of views corresponding to the primary sub-view data according to the primary sub-view identification, and transmitting the data to the sub-views;
step S704: after the primary sub-view of the controller obtains data, iterating the step S703 to generate a secondary sub-view of the sub-view;
step S705: drawing the bottom sub-view according to the data;
step S706: finishing the iteration of all the sub-views, and returning to the view array after the drawing is finished; the interface arranges the views according to the data sequence of the views and displays the views in the main display area.
CN201710461616.2A 2017-06-16 2017-06-16 Interface dynamic method based on mobile App Active CN107463366B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710461616.2A CN107463366B (en) 2017-06-16 2017-06-16 Interface dynamic method based on mobile App

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710461616.2A CN107463366B (en) 2017-06-16 2017-06-16 Interface dynamic method based on mobile App

Publications (2)

Publication Number Publication Date
CN107463366A CN107463366A (en) 2017-12-12
CN107463366B true CN107463366B (en) 2020-08-25

Family

ID=60546481

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710461616.2A Active CN107463366B (en) 2017-06-16 2017-06-16 Interface dynamic method based on mobile App

Country Status (1)

Country Link
CN (1) CN107463366B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107066254B (en) * 2017-03-02 2021-02-02 武汉斗鱼网络科技有限公司 Method and device for calling animation data
CN109991879A (en) * 2018-01-02 2019-07-09 常熟开关制造有限公司(原常熟开关厂) Display control method, circuit breaker intelligent controller, breaker
CN108509196A (en) * 2018-03-06 2018-09-07 北京酷我科技有限公司 A kind of iOS color managements strategy
CN110389759A (en) * 2018-04-17 2019-10-29 北京搜狗科技发展有限公司 A kind of target interface generation method and device
CN108920148A (en) * 2018-06-20 2018-11-30 武汉斗鱼网络科技有限公司 Dynamic adjusting method, readable storage medium storing program for executing and the equipment of user interface
CN109740095B (en) * 2018-12-27 2019-08-13 四川新网银行股份有限公司 A kind of H5 page dynamic backing method based on browser stack management
CN110032612B (en) * 2019-04-10 2021-04-13 珠海市岭南大数据研究院 Information pushing method and device
CN110069309B (en) * 2019-04-23 2021-02-12 广州方硅信息技术有限公司 Page configuration method, system and client
CN110837358B (en) * 2019-10-28 2021-11-02 杭州衣科信息技术股份有限公司 iOS platform based event engine and data engine operation method
CN110764671B (en) * 2019-11-06 2022-07-12 北京字节跳动网络技术有限公司 Information display method and device, electronic equipment and computer readable medium
CN113127120B (en) * 2021-04-08 2023-01-06 广东便捷神科技股份有限公司 Interface dynamic method based on mobile APP

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101556657A (en) * 2008-04-10 2009-10-14 上海巴陆信息科技有限公司 System and method for self-defining attribute
CN102662679A (en) * 2012-04-18 2012-09-12 奇智软件(北京)有限公司 Method and device for implementing personalized user interface
CN104182247A (en) * 2014-07-22 2014-12-03 百度在线网络技术(北京)有限公司 Method and device for configuring navigation page of browser
CN105245683A (en) * 2014-06-13 2016-01-13 中兴通讯股份有限公司 Method and device for adaptively displaying applications of terminal
CN105786856A (en) * 2014-12-24 2016-07-20 常熟市盛铭信息技术有限公司 Personalized configuration based WEB page display method and system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9324183B2 (en) * 2011-11-29 2016-04-26 Apple Inc. Dynamic graphical interface shadows
US9507609B2 (en) * 2013-09-29 2016-11-29 Taplytics Inc. System and method for developing an application
US20170011135A1 (en) * 2015-07-06 2017-01-12 IGATE Global Solutions Ltd. Conversion Automation through Data and Object Importer
CN106648666B (en) * 2016-12-23 2019-11-08 深圳市金证科技股份有限公司 A kind of user interface creating method and system
CN106782571A (en) * 2017-01-19 2017-05-31 广东美的厨房电器制造有限公司 The display methods and device of a kind of control interface

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101556657A (en) * 2008-04-10 2009-10-14 上海巴陆信息科技有限公司 System and method for self-defining attribute
CN102662679A (en) * 2012-04-18 2012-09-12 奇智软件(北京)有限公司 Method and device for implementing personalized user interface
CN105245683A (en) * 2014-06-13 2016-01-13 中兴通讯股份有限公司 Method and device for adaptively displaying applications of terminal
CN104182247A (en) * 2014-07-22 2014-12-03 百度在线网络技术(北京)有限公司 Method and device for configuring navigation page of browser
CN105786856A (en) * 2014-12-24 2016-07-20 常熟市盛铭信息技术有限公司 Personalized configuration based WEB page display method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
一种基于XML的个性化界面系统的研究与实现;章建春;《中国优秀硕士学位论文全文数据库信息科技辑》;20120315(第3期);I138-955 *

Also Published As

Publication number Publication date
CN107463366A (en) 2017-12-12

Similar Documents

Publication Publication Date Title
CN107463366B (en) Interface dynamic method based on mobile App
CN102592298B (en) Visual treatment for a user interface in a content integration framework
US8306971B2 (en) Methods and systems of automatically geocoding a dataset for visual analysis
US9251166B2 (en) Navigation for large scale graphs
US8823709B2 (en) User interface framework for viewing large scale graphs on the web
US20130132422A1 (en) System and method for creating and controlling an application operating on a plurality of computer platform types
US20160299751A1 (en) Programmatic Installation and Navigation to Access Deep States of Uninstalled Applications
US20150242421A1 (en) Location-Based Searching
US8156448B2 (en) Site navigation and site navigation data source
TW201828233A (en) Method for displaying service object and processing map data, client and server
US20140331124A1 (en) Method for maintaining common data across multiple platforms
CN105074700A (en) Generating search results containing state links to applications
US9418377B2 (en) System and method for visualizing property based listing on a mobile device
US20120208565A1 (en) System and method for preferred services in nomadic environments
CN111611518B (en) Automatic visual display page publishing method and system based on Html5
CN103034517A (en) Method and device for loading browser control tool
EP2984590A1 (en) Methods, systems, apparatus, products, articles and data structures for cross-platform digital content
CN102982164B (en) A kind of browser page rendering method and browser
CN103380421A (en) Distributed cache for graph data
JP2002541571A (en) Grid display device and method
US10326858B2 (en) System and method for dynamically generating personalized websites
CN103034518A (en) Method and browser for loading browser control tool
US8595224B2 (en) Smart path finding for file operations
US8209324B2 (en) Method and system for providing information in virtual space
KR100825729B1 (en) Located Based Contents Providing System and Method thereof

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
GR01 Patent grant
GR01 Patent grant