CN106951284B - User interface upgrading method and device based on android system application and intelligent terminal - Google Patents

User interface upgrading method and device based on android system application and intelligent terminal Download PDF

Info

Publication number
CN106951284B
CN106951284B CN201710149522.1A CN201710149522A CN106951284B CN 106951284 B CN106951284 B CN 106951284B CN 201710149522 A CN201710149522 A CN 201710149522A CN 106951284 B CN106951284 B CN 106951284B
Authority
CN
China
Prior art keywords
plug
user interface
updating
version
information
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
CN201710149522.1A
Other languages
Chinese (zh)
Other versions
CN106951284A (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.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics 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 Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Priority to CN201710149522.1A priority Critical patent/CN106951284B/en
Publication of CN106951284A publication Critical patent/CN106951284A/en
Application granted granted Critical
Publication of CN106951284B publication Critical patent/CN106951284B/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/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a user interface upgrading method and device based on android system application and an intelligent terminal, wherein the user interface comprises at least two plug-ins, the plug-ins comprise a first plug-in and a second plug-in, the first plug-in comprises layout information of the user interface, and the method comprises the following steps: receiving plug-in updating information; updating the software version of the corresponding plug-in according to the plug-in updating information; reading layout information of the user interface from the first plug-in, wherein the layout information comprises a corresponding area of the plug-in the user interface; and loading the plug-in into a corresponding area in the user interface according to the layout information to upgrade the user interface. The user interface adopts the modular design, part of plug-ins can be selected for upgrading, the user interface realizes partial updating, the user interface upgrading is more targeted, the expansion of the user interface is convenient, the upgrading is more convenient, and the user experience is good.

Description

User interface upgrading method and device based on android system application and intelligent terminal
Technical Field
The invention relates to the technical field of computer processing, in particular to a method and a device for upgrading a user interface based on android system application and an intelligent terminal.
Background
Along with popularization of an android operating system-based smart television (for short, smart television), applications on the smart television are increasing. Since each application may have various problems after it is actually used by the user. Such as: some applications have defects and need to be repaired, some application parts need to be changed, and the repair and/or change bring User Interfaces (UIs) of the applications to be updated more or less. In addition, even if there is no defect to be repaired or function to be changed, updating of the UI is relatively common because the same UI is used by the user for a long time, which is likely to cause aesthetic fatigue; moreover, the UI design trend varies every year, resulting in more or less new versions of applications being accompanied by changes in the UI interface.
The UI updating of the existing application can be realized only by updating the whole application, however, the waiting time for updating the whole application is long, the application is unavailable in the application updating and installing process, the normal use of the user to the application is influenced by updating the UI in the mode, and the UI updating experience is not good.
Disclosure of Invention
The invention provides a user interface upgrading method and device based on android system application and an intelligent terminal, which are used for realizing partial upgrading of a user interface and achieving good user experience.
The invention adopts the following technical scheme:
in a first aspect, the present invention provides a method for upgrading a user interface based on an android system application, where the user interface includes at least two plug-ins, the plug-ins include a first plug-in and a second plug-in, the first plug-in includes layout information of the user interface, and the method includes:
receiving plug-in updating information;
updating the software version of the corresponding plug-in according to the plug-in updating information;
reading layout information of the user interface from the first plug-in, wherein the layout information comprises a corresponding area of the plug-in the user interface;
and loading the plug-in into a corresponding area in the user interface according to the layout information to upgrade the user interface.
Illustratively, the first plug-in includes a navigation bar plug-in, wherein the navigation bar plug-in includes layout information of the user interface.
Optionally, the updating the software version of the corresponding plug-in according to the plug-in update information includes:
determining a plug-in with an updated version according to the plug-in updating information;
downloading an updated software version of the plug-in with the updated version from a server;
and correspondingly updating the plug-in to the downloaded software version according to the identification of the plug-in with the updated version.
Further, after downloading the updated software version of the plug-in with the updated version from the server, the method further includes:
and checking the update software version of the downloaded plug-in, and if the checking fails, downloading the update software version of the plug-in again from the server.
Illustratively, the updating the plug-in to the downloaded software version correspondingly according to the identifier of the plug-in with the updated version specifically includes:
storing the updated software version of the plug-in with the updated version into a local cache;
deleting the original version of the plug-in with the updated version.
Further, after the updating the software version of the corresponding plug-in according to the plug-in update information, the method further includes:
and monitoring a trigger event for upgrading the user interface.
Further, before receiving the plug-in update information, the method further includes:
and sending a message for acquiring the plug-in updating information to the server.
In a second aspect, the present invention provides an android application-based user interface upgrading apparatus, where the user interface includes at least two plug-ins, where the plug-ins include a first plug-in and a second plug-in, the first plug-in includes layout information of the user interface, and the apparatus includes:
the plug-in updating information receiving unit is used for receiving the plug-in updating information;
the plug-in software version updating unit is used for updating the software version of the corresponding plug-in according to the plug-in updating information;
a layout information reading unit, configured to read layout information of the user interface from the first plug-in, where the layout information includes a corresponding area of the plug-in the user interface;
and the user interface upgrading unit is used for loading the plug-in into a corresponding area in the user interface according to the layout information to upgrade the user interface.
Illustratively, the first plug-in includes a navigation bar plug-in, wherein the navigation bar plug-in includes layout information of the user interface;
the plug-in software version updating unit includes:
the plug-in determining unit with the updated version is used for determining the plug-in with the updated version according to the plug-in updating information;
a plug-in update version downloading unit for downloading the update software version of the plug-in with the update version from the server;
the plug-in updating unit is used for correspondingly updating the plug-in to the downloaded software version according to the identification of the plug-in with the updated version;
the plug-in updating unit is specifically configured to store the updated software version of the plug-in with the updated version into a local cache; deleting the original version of the plug-in with the updated version;
the device further comprises:
the verification unit is used for verifying the update software version of the downloaded plug-in, and if the verification fails, the update software version of the plug-in is downloaded from the server again;
the upgrading trigger event monitoring unit is used for monitoring a trigger event for upgrading the user interface;
and the message sending unit is used for sending the message for obtaining the update information of the plug-in to the server.
In a third aspect, the invention provides an intelligent terminal, which is configured with the user interface upgrading device based on the android system application.
The technical scheme provided by the invention has the following beneficial effects:
the user interface is divided into a plurality of plug-ins, the software version of the corresponding plug-in is updated according to the plug-in updating information, then the plug-ins related to the user interface are loaded into the user interface according to the layout information of the user interface for user interface updating, the user interface adopts a modular design, part of the plug-ins can be selected for updating, the user interface realizes partial updating, the user interface updating is more targeted, the user interface is convenient to expand, the updating is more convenient, and the user experience is good.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings used in the description of the embodiments of the present invention will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the contents of the embodiments of the present invention and the drawings without creative efforts.
Fig. 1 is a flowchart of a method according to a first embodiment of a user interface upgrading method based on an android system application provided in the embodiment of the present invention.
Fig. 2 is a flowchart of a method according to a second embodiment of the user interface upgrading method based on the android system application according to the embodiment of the present invention.
Fig. 3 is a flowchart of a method according to a third embodiment of the user interface upgrading method based on the android system application provided in the embodiment of the present invention.
Fig. 4 is a flowchart of a method according to a fourth embodiment of the user interface upgrading method based on the android system application provided in the embodiment of the present invention.
Fig. 5 is a block diagram illustrating a first embodiment of a user interface upgrading apparatus based on an android system application according to an embodiment of the present invention.
Fig. 6 is a block diagram illustrating a second embodiment of a user interface upgrading apparatus based on an android system application according to an embodiment of the present invention.
Fig. 7 is a block diagram illustrating a third embodiment of a user interface upgrading apparatus based on an android system application according to an embodiment of the present invention.
Detailed Description
In order to make the technical problems solved, technical solutions adopted and technical effects achieved by the present invention clearer, the technical solutions of the embodiments of the present invention will be described in further detail below with reference to the accompanying drawings, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a method according to a first embodiment of a user interface upgrading method based on an android system application provided in the embodiment of the present invention. The user interface provided by the technical scheme comprises at least two plug-ins, the plug-ins comprise a first plug-in and a second plug-in, the first plug-in comprises layout information of the user interface, and the user interface upgrading method based on the android system application comprises the following steps:
s101, receiving plug-in updating information.
In this embodiment, the updated software version of the plug-in of the user interface is stored in the server, and after the plug-in issues the new software version, the server may actively notify the intelligent terminal that the plug-in has the updated version, or the intelligent terminal periodically and actively queries the server for the update information of the plug-in.
Plug-in of the user interface, each plug-in correspondingly defines a plug-in interface, such as navigation bar plug-in INavigateeUI and content plug-in IMajorUI, and the plug-in interfaces are defined as follows:
Figure BDA0001245124540000061
after the plug-in interface is defined, the plug-in interface is required to be realized, the plug-in engineering depends on the plug-in interface engineering, and after the necessary interface is realized, the plug-in engineering can be compiled and packaged into an apk file, such as NavigatePlugin.
After the plug-in update software version is manufactured, the plug-in update software version can be released by logging in a server plug-in management system.
And S102, updating the software version of the corresponding plug-in according to the plug-in updating information.
In this embodiment, the update information of the plug-in includes information such as a plug-in category identifier, a plug-in download address, and a version number. The version number of the corresponding plug-in can be matched through the plug-in category identification, and the plug-in download address is used for downloading the software update version of the plug-in according to the download address.
S103, reading layout information of the user interface from the first plug-in, wherein the layout information comprises a corresponding area of the plug-in the user interface.
For example, the plug-ins described in this embodiment may include a navigation bar plug-in, a status bar plug-in, a content plug-in, and the like, which are only for illustration and are not meant to limit the present technical solution, and the plug-ins may be divided according to other principles. The first plug-in comprises a navigation bar plug-in, wherein the navigation bar plug-in comprises layout information of the user interface. The first plug-in and the second plug-in are divided according to the present technical solution only for convenience of description, and a plug-in including layout information of a user interface is referred to as a first plug-in, and another plug-in not including the layout information of the user interface is referred to as a second plug-in. In this embodiment, the layout information of the user interface is included in the navigation bar plug-in, but of course, in other embodiments, the layout information of the user interface may be distributed in several plug-ins, for example, the layout information of the status bar is included in the navigation bar, and the layout information of the content plug-in is included in the status bar plug-in; of course, the layout information of the user interface can also be designed separately in a separate plug-in.
And S104, loading the plug-in into a corresponding area in the user interface according to the layout information to upgrade the user interface.
The user interface includes a plurality of plug-ins, each of which is loaded at a different location, and the layout information of the user interface defines the location at which each of the plug-ins is loaded. For example: the layout information specifies the placement positions of the navigation bar plug-in, the content plug-in and the status bar plug-in, and can specify that the navigation bar is positioned on the left side, the content plug-in is positioned on the right side and the status bar plug-in is positioned above; or, the specified navigation bar plug-in is located above, the content bar plug-in is located below, the status bar plug-in is located on the left, etc. And designing different user interface layouts according to different fashion trends and user habits.
The plug-in loaded in the user interface comprises some plug-in software versions after updating and some plug-ins without updating; if the layout of the user interface is changed, loading the updated plug-ins and the plug-ins which are not updated into the user interface according to the new layout; and if the layout of the user interface is not changed, the plug-in which is not updated is not changed, and the updated software version of the plug-in which is updated is loaded into the area corresponding to the user interface. Thus, when part of the plug-ins are updated and part of the plug-ins are not updated, part of the updating of the user interface is realized.
Specifically, a main application program is written, wherein the user interface only writes one empty container, the main application program loads the navigation bar plug-in first, obtains the layout information of the user interface from the navigation bar plug-in after loading is finished, loads other plug-ins according to the layout information of the user interface, and adds the plug-ins to corresponding areas of the container.
To sum up, the method for upgrading a user interface based on android system application provided by the embodiment of the present invention divides the user interface into a plurality of plug-ins, updates the software versions of the corresponding plug-ins according to the plug-in update information, loads the plug-ins related to the user interface into the user interface according to the layout information of the user interface, if part of the plug-ins are updated and part of the plug-ins are not updated, the user interface realizes partial update without requiring the whole user interface to be updated, the user only needs to release a new software version of the plug-ins to be updated, after the plug-ins are loaded into the user interface, the part of the user interface corresponding to the plug-ins with update is upgraded, thereby realizing partial update of the user interface, the user interface upgrade is more targeted, the user interface modular design is more convenient for the expansion of the user interface, and the normal use of a television user is not affected by the user interface, the whole application program does not need to be installed again, upgrading is more convenient, and user experience is good.
Fig. 2 is a flowchart of a method according to a second embodiment of the user interface upgrading method based on the android system application according to the embodiment of the present invention. In this embodiment, based on the method shown in fig. 1, further, in step S102, updating the software version of the corresponding plug-in according to the plug-in update information includes:
s1020, determining the plug-in with the updated version according to the plug-in updating information.
In this embodiment, the update information of the plug-in includes information such as a plug-in category identifier, a plug-in download address, and a version number. The version number of the corresponding plug-in can be matched through the plug-in category identification, and the plug-in download address is used for downloading the software update version of the plug-in according to the download address.
Specifically, the version number of the plug-in stored in the local cache may be compared with the version number of the corresponding plug-in the plug-in update information, and if the version number of the plug-in stored in the local cache is low, it indicates that the plug-in issues an update version. For example, if the original plug-in version is 1, the newly released plug-in version is 2.
And S1021, downloading the updated software version of the plug-in with the updated version from the server.
And downloading the updated software version of the corresponding plug-in from the server according to the plug-in downloading address in the plug-in updating information. In this embodiment, the downloaded plug-in is stored in the local cache. When the equipment leaves a factory, a preset user interface plug-in is stored in the local cache for the first time of starting by a user, and if the plug-in is updated later, the updated plug-in replaces the original corresponding plug-in.
Specifically, the plug-in file specified in the download address can be downloaded from the server in an http file download manner. Of course, other file downloading methods may be used.
Preferably, in some embodiments, after step S1021, the method further includes:
and checking the update software version of the downloaded plug-in, and if the checking fails, downloading the update software version of the plug-in again from the server. In particular, md5 may be used to verify the downloaded plug-in version file. Through file integrity verification, the accuracy and the integrity of file downloading are improved, and the reliability of user interface upgrading is ensured.
And S1022, correspondingly updating the plug-in to the downloaded software version according to the identification of the plug-in with the updated version.
In this embodiment, the plug-in identifier of the updated version may be a version number, and in other embodiments, may also be an identifier distinguished from other plug-ins, such as a category code.
Specifically, the updated software version of the plug-in with the updated version is saved into a local cache; deleting the original version of the plug-in with the updated version. And after each update, deleting the original version of the plug-in, and only keeping the updated version of the plug-in, thereby being beneficial to saving the space of local cache.
In summary, the user interface upgrading method based on the android system application provided by the embodiment of the invention determines the plug-in with the updated version, then downloads the plug-in from the server, and updates the plug-in, and the plug-in downloading speed is high.
Fig. 3 is a flowchart of a method according to a third embodiment of the user interface upgrading method based on the android system application provided in the embodiment of the present invention. Based on the method shown in fig. 1, the present embodiment further includes, after updating the software version of the corresponding plug-in according to the plug-in update information in step S102:
s301, a trigger event for upgrading the user interface is monitored.
The trigger event for upgrading the user interface can be initiated by the user, and after the plug-in is updated, the user is reminded whether to upgrade the user interface or not, and the user selects whether to upgrade the user interface or not.
Or the background can automatically update, and after the plug-in is updated, the user interface is automatically triggered to update.
The user interface upgrading method based on android system application provided by this embodiment enters the process of user interface upgrading only after a trigger event for upgrading the user interface is monitored, and upgrading is not performed while downloading, so that the stability of user interface upgrading is improved.
Fig. 4 is a flowchart of a method according to a fourth embodiment of the user interface upgrading method based on the android system application provided in the embodiment of the present invention. The present embodiment is based on the method shown in fig. 1, and further, before receiving the plug-in update information in step S101, the method further includes:
s401, sending a message for acquiring the plug-in updating information to the server.
In the embodiment, the intelligent terminal actively sends the message for acquiring the plug-in updating information to the server, and after the plug-in updating information is acquired, whether the plug-in needs to be downloaded from the server is determined according to the plug-in updating condition.
According to the user interface upgrading method based on android system application, the intelligent terminals inquire the plug-in updating information of the server, the server is prevented from pushing the plug-in updating information to all the intelligent terminals, the server configuration requirement is high, the server workload is large, each intelligent terminal determines whether the plug-in needs to be downloaded from the server, the data transmission quantity is reduced, and the requirement for the server configuration is lowered.
It should be noted that the methods shown in fig. 2, 3 and 4 can be combined into a preferred embodiment, and will not be described in detail here.
Fig. 5 is a block diagram illustrating a first embodiment of a user interface upgrading apparatus based on an android system application according to an embodiment of the present invention. The device is used for executing the method shown in fig. 1, the user interface comprises at least two plug-ins, the plug-ins comprise a first plug-in and a second plug-in, the first plug-in comprises layout information of the user interface, the first plug-in comprises a navigation bar plug-in, and the navigation bar plug-in comprises the layout information of the user interface; the device comprises:
a plug-in update information receiving unit 10 for receiving plug-in update information;
a plug-in software version updating unit 20, configured to update the software version of the corresponding plug-in according to the plug-in updating information;
a layout information reading unit 30, configured to read layout information of the user interface from the first plug-in, where the layout information includes a corresponding area of the plug-in the user interface;
and the user interface upgrading unit 40 is configured to load the plug-in into a corresponding area in the user interface according to the layout information to upgrade the user interface.
To sum up, the user interface upgrading device based on android system application provided by the embodiment of the present invention divides the user interface into a plurality of plug-ins, updates the software versions of the corresponding plug-ins according to the plug-in update information, then loads the plug-ins related to the user interface into the user interface according to the layout information of the user interface, if part of the plug-ins are updated and part of the plug-ins are not updated, the user interface realizes partial update without requiring the whole user interface to be updated, the user only needs to release a new software version of the plug-ins to be updated, after the plug-ins are loaded into the user interface, the part of the user interface corresponding to the plug-ins with update is upgraded, thereby realizing partial update of the user interface, the user interface upgrade is more targeted, the user interface modular design is more convenient for the expansion of the user interface, and the normal use of the television user interface is not affected by the user upgrade, the whole application program does not need to be installed again, upgrading is more convenient, and user experience is good.
Preferably, the plug-in software version updating unit 20 includes:
a plug-in with update version determining unit 200, configured to determine a plug-in with an update version according to the plug-in update information;
a plug-in update version downloading unit 201 for downloading an update software version of the plug-in with an update version from a server;
the plug-in updating unit 202 is configured to correspondingly update the plug-in to the downloaded software version according to the identifier of the plug-in with the updated version; the system is specifically configured to store the updated software version of the plug-in with the updated version into a local cache; deleting the original version of the plug-in with the updated version.
In some embodiments, the apparatus further comprises a verification unit 203 for verifying the updated software version of the downloaded plug-in, and if the verification fails, re-downloading the updated software version of the plug-in from the server.
Fig. 6 is a block diagram illustrating a second embodiment of a user interface upgrading apparatus based on an android system application according to an embodiment of the present invention. The embodiment is used for executing the method shown in fig. 3, and is based on the apparatus shown in fig. 5, and further, the apparatus further includes:
and an upgrade trigger event monitoring unit 50, configured to monitor a trigger event for upgrading the user interface.
The user interface upgrading device based on android system application provided by this embodiment enters the process of user interface upgrading only after monitoring a trigger event for upgrading the user interface, so that the user interface is not upgraded while being downloaded, and the stability of user interface upgrading is improved.
Fig. 7 is a block diagram illustrating a third embodiment of a user interface upgrading apparatus based on an android system application according to an embodiment of the present invention. This embodiment is used for executing the method shown in fig. 4, and based on the apparatus shown in fig. 5, further, the apparatus further includes:
and a get plug-in update information message sending unit 60, configured to send a message for obtaining plug-in update information to the server.
According to the user interface upgrading device based on android system application, the intelligent terminals inquire the plug-in updating information of the server, the server is prevented from pushing the plug-in updating information to all the intelligent terminals, the server configuration requirement is high, the server workload is large, each intelligent terminal determines whether the plug-in needs to be downloaded from the server, the data transmission quantity is reduced, and the requirement for the server configuration is lowered.
The invention also provides an intelligent terminal which is provided with the user interface upgrading device based on the android system application.
The intelligent terminal can be an android mobile phone, an android tablet and the like.
The intelligent terminal can upgrade the user interface under the condition that the normal use of a user is not influenced, and can partially upgrade the user interface, the user interface is in a modular design, the relevance is small, the upgrade is more targeted, the convenience is realized, and the user experience is good.
The above description is only a preferred embodiment of the present invention, and for those skilled in the art, the present invention should not be limited by the description of the present invention, which should be interpreted as a limitation.

Claims (10)

1. A user interface upgrading method based on android system application is characterized in that a user interface comprises at least two plug-ins, the plug-ins comprise a first plug-in and a second plug-in, the first plug-in comprises layout information of the user interface, the second plug-in does not contain the layout information of the user interface, the layout information of the user interface defines the loading position of each plug-in, and the method comprises the following steps:
receiving plug-in updating information;
updating the software version of the corresponding plug-in according to the plug-in updating information;
reading layout information of the user interface from the first plug-in, wherein the layout information comprises a corresponding area of the plug-in the user interface;
and loading the plug-in into a corresponding area in the user interface according to the layout information to upgrade the user interface.
2. The method of claim 1, wherein the first plug-in comprises a navigation bar plug-in, wherein the navigation bar plug-in comprises layout information for the user interface.
3. The method of claim 1, wherein updating the software version of the corresponding plug-in according to the plug-in update information comprises:
determining a plug-in with an updated version according to the plug-in updating information;
downloading an updated software version of the plug-in with the updated version from a server;
and correspondingly updating the plug-in to the downloaded software version according to the identification of the plug-in with the updated version.
4. The method of claim 3, wherein after downloading the updated software version of the plug-in with the updated version from the server, further comprising:
and checking the update software version of the downloaded plug-in, and if the checking fails, downloading the update software version of the plug-in again from the server.
5. The method according to claim 3, wherein the corresponding updating of the plug-in to the downloaded software version according to the identifier of the plug-in with the updated version specifically comprises:
storing the updated software version of the plug-in with the updated version into a local cache;
deleting the original version of the plug-in with the updated version.
6. The method according to claim 1, wherein after the updating the software version of the corresponding plug-in according to the plug-in update information, the method further comprises:
and monitoring a trigger event for upgrading the user interface.
7. The method of claim 1, wherein before receiving the plug-in update information, further comprising:
and sending a message for acquiring the plug-in updating information to the server.
8. A user interface upgrading device based on android system application, wherein the user interface comprises at least two plug-ins, the plug-ins comprise a first plug-in and a second plug-in, the first plug-in comprises layout information of the user interface, and the device comprises:
the plug-in updating information receiving unit is used for receiving the plug-in updating information;
the plug-in software version updating unit is used for updating the software version of the corresponding plug-in according to the plug-in updating information;
a layout information reading unit, configured to read layout information of the user interface from the first plug-in, where the layout information includes a corresponding area of the plug-in the user interface;
and the user interface upgrading unit is used for loading the plug-in into a corresponding area in the user interface according to the layout information to upgrade the user interface.
9. The android-system-application-based user interface upgrade device of claim 8, wherein the first plug-in comprises a navigation bar plug-in, wherein the navigation bar plug-in comprises layout information of the user interface;
the plug-in software version updating unit includes:
the plug-in determining unit with the updated version is used for determining the plug-in with the updated version according to the plug-in updating information;
a plug-in update version downloading unit for downloading the update software version of the plug-in with the update version from the server;
the plug-in updating unit is used for correspondingly updating the plug-in to the downloaded software version according to the identification of the plug-in with the updated version;
the plug-in updating unit is specifically configured to store the updated software version of the plug-in with the updated version into a local cache; deleting the original version of the plug-in with the updated version;
the device further comprises:
the verification unit is used for verifying the update software version of the downloaded plug-in, and if the verification fails, the update software version of the plug-in is downloaded from the server again;
the upgrading trigger event monitoring unit is used for monitoring a trigger event for upgrading the user interface;
and the message sending unit is used for sending the message for obtaining the update information of the plug-in to the server.
10. An intelligent terminal, characterized in that it is equipped with the android system application based user interface upgrade apparatus of claim 8 or 9.
CN201710149522.1A 2017-03-14 2017-03-14 User interface upgrading method and device based on android system application and intelligent terminal Active CN106951284B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710149522.1A CN106951284B (en) 2017-03-14 2017-03-14 User interface upgrading method and device based on android system application and intelligent terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710149522.1A CN106951284B (en) 2017-03-14 2017-03-14 User interface upgrading method and device based on android system application and intelligent terminal

Publications (2)

Publication Number Publication Date
CN106951284A CN106951284A (en) 2017-07-14
CN106951284B true CN106951284B (en) 2020-09-11

Family

ID=59467066

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710149522.1A Active CN106951284B (en) 2017-03-14 2017-03-14 User interface upgrading method and device based on android system application and intelligent terminal

Country Status (1)

Country Link
CN (1) CN106951284B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107402761A (en) * 2017-07-25 2017-11-28 青岛海信电器股份有限公司 Using restorative procedure and device
CN108024136A (en) * 2017-12-14 2018-05-11 深圳Tcl新技术有限公司 Load method, smart television and the computer-readable recording medium of user interface
CN110047586A (en) * 2019-04-16 2019-07-23 北京品驰医疗设备有限公司 Implantable medical controls equipment and its Firmware Interface update method and system
CN112416384A (en) * 2020-06-11 2021-02-26 上海哔哩哔哩科技有限公司 Software upgrading method and device and computer equipment
CN113778554A (en) * 2021-09-01 2021-12-10 粒子文化科技集团(杭州)股份有限公司 Plug-in processing method, electronic device and storage medium
CN114756271B (en) * 2022-04-29 2023-07-28 深圳市欧瑞博科技股份有限公司 Interface updating method and device and electronic equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101667115A (en) * 2008-09-02 2010-03-10 中国移动通信集团公司 Terminal, system and method for deploying client application
CN103577207A (en) * 2012-08-01 2014-02-12 阿里巴巴集团控股有限公司 Loading method and loading device for interface components in custom interface system
CN104793844A (en) * 2015-03-31 2015-07-22 北京奇虎科技有限公司 Plug-in management method and device based on mobile terminal
CN105872842A (en) * 2015-12-30 2016-08-17 乐视致新电子科技(天津)有限公司 Multi-desktop independent upgrade method and device
CN105955787A (en) * 2016-05-18 2016-09-21 深圳市掌玩网络技术有限公司 Method and device used for loading plug-in of Android system
CN106331135A (en) * 2016-08-31 2017-01-11 广州品唯软件有限公司 Partial interface updating method and system, client and server
CN106375567A (en) * 2016-08-31 2017-02-01 广州品唯软件有限公司 Plug-in release method and system, client and server

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9218100B2 (en) * 2010-03-04 2015-12-22 International Business Machines Corporation Method and system for partitioning asset management plugins

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101667115A (en) * 2008-09-02 2010-03-10 中国移动通信集团公司 Terminal, system and method for deploying client application
CN103577207A (en) * 2012-08-01 2014-02-12 阿里巴巴集团控股有限公司 Loading method and loading device for interface components in custom interface system
CN104793844A (en) * 2015-03-31 2015-07-22 北京奇虎科技有限公司 Plug-in management method and device based on mobile terminal
CN105872842A (en) * 2015-12-30 2016-08-17 乐视致新电子科技(天津)有限公司 Multi-desktop independent upgrade method and device
CN105955787A (en) * 2016-05-18 2016-09-21 深圳市掌玩网络技术有限公司 Method and device used for loading plug-in of Android system
CN106331135A (en) * 2016-08-31 2017-01-11 广州品唯软件有限公司 Partial interface updating method and system, client and server
CN106375567A (en) * 2016-08-31 2017-02-01 广州品唯软件有限公司 Plug-in release method and system, client and server

Also Published As

Publication number Publication date
CN106951284A (en) 2017-07-14

Similar Documents

Publication Publication Date Title
CN106951284B (en) User interface upgrading method and device based on android system application and intelligent terminal
CN105867947B (en) Data processing method and device after preset application program updating
CN103685495B (en) The upgrade method and system of software
CN107193607B (en) Method and apparatus for updating code file, storage medium, processor, and terminal
CN112416406B (en) Terminal equipment upgrading method, device, terminal equipment and medium
CN107291481B (en) Component updating method, device and system
CN102833350A (en) Processing method and processing device of WebApp updating
CN110221860A (en) A kind of configuration file processing method, device, terminal and medium
CN103559065A (en) Method and system for OTA (Over-the-Air Technology) upgrade
CN110597542A (en) Automatic OTA (over the air) software upgrading method and device and electronic equipment
CN104216719A (en) Method and device for updating android system
CN104918114A (en) Method and device for upgrading operation system
CN112463191A (en) File updating method and device, equipment and storage medium
CN104239098A (en) Automatic software upgrading method and device and mobile terminal
CN110597545A (en) Hot patch intelligent upgrading method and system based on OTA component
CN109885332A (en) Image quality chip software upgrade method, device, display equipment and storage medium
CN114443081A (en) Terminal upgrading method and terminal
CN114780019A (en) Electronic device management method and device, electronic device and storage medium
CN106293790B (en) application program upgrading method and device based on Firefox operating system
CN110362333A (en) A kind of quick solution, device and electronic equipment that client upgrading hinders
EP3260981B1 (en) Information processing apparatus, information processing system, and information processing method for updating firmware
CN113094077B (en) System differential upgrading method and device, intelligent terminal and storage medium
CN113094064A (en) Gateway software module upgrading method, device, equipment and storage medium
CN113485722A (en) Application program shelf loading method and processing method for application store and computer equipment
CN104598281A (en) Method for upgrading system of electronic device

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