CN103309685B - Locally applied and the method and device of network application is loaded based on open platform - Google Patents

Locally applied and the method and device of network application is loaded based on open platform Download PDF

Info

Publication number
CN103309685B
CN103309685B CN201210060998.5A CN201210060998A CN103309685B CN 103309685 B CN103309685 B CN 103309685B CN 201210060998 A CN201210060998 A CN 201210060998A CN 103309685 B CN103309685 B CN 103309685B
Authority
CN
China
Prior art keywords
application
display area
network
information
local
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
CN201210060998.5A
Other languages
Chinese (zh)
Other versions
CN103309685A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201210060998.5A priority Critical patent/CN103309685B/en
Publication of CN103309685A publication Critical patent/CN103309685A/en
Application granted granted Critical
Publication of CN103309685B publication Critical patent/CN103309685B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a kind of based on the locally applied method and device with network application of open platform loading.The method includes: the locally applied base class information arranged in local memory storage in advance, described base class information is the public attribute information of network application information and locally applied information, and storage format is identical with the form of webserver transmission network application information;Receive the application load information of open platform, read base class information from local storage, be loaded into after resolving in the first application viewing area;Pull network application information from the webserver, after resolving, be loaded in application viewing area in the second application viewing area in addition to the first application viewing area.The application present invention, can reduce locally applied and network application handover operation complexity.

Description

Method and device for loading local application and network application based on open platform
Technical Field
The invention relates to a computer technology, in particular to a method and a device for loading local application and network application based on an open platform.
Background
The existing open platform collects a large number of local applications and network applications provided by third-party application providers, and after a user starts the open platform through one-key operation, the user can not only perform network application operation on the open platform, such as roaming, online games, browsing and the like, but also perform local application operation, such as program running, file opening and the like, so as to experience wonderful applications.
Because a user can set different local applications on different clients, in order to avoid position conflicts caused by displaying different local application icons and network application icons in an application display area, the existing open platform is provided with a local application display area and a network application display area to perform local application operation and network application operation respectively. Specifically, when the local application is set, viewed and run in the local application display area and the local application is set, a user adds the local application to the local application display area, the open platform acquires local application information, such as information of a local application name, an icon path and the like, according to the added local application, and then the local application information is stored in a local storage in a database format to form a local application list; the process of setting the network application in the network application display area is similar to the local application setting, except that the network application information is stored on the network server, the icon path is a network path, and the network application information needs to be format-converted between the open platform and the network server due to the interaction with the network server.
After the open platform is started, if a user needs to use the local application, the open platform is switched to a local application display area to trigger local application loading, the open platform reads a local application list from a local database according to local application loading information, the local application list in a database format is analyzed, the obtained local application icon is loaded into the local application display area, and then the user can execute local application operation in the local application display area; if the user needs to use the network application, switching to a network application display area to trigger network application loading, pulling a network application list from a network server by the open platform according to network application loading information, analyzing the received network application list in the JSON format, loading the acquired network application icon into the network application display area, enabling the user to execute network application operation in the network application display area, and enabling the user to switch between the local application display area and the network application display area in the following process, so that interactive operation of the local application and the network application is achieved.
As can be seen from the above description, in the existing method for loading a local application and a network application based on an open platform, by providing a local application display area and a network application display area, a local application operation and a network application operation are performed respectively, so that a user needs to switch between the local application display area and the network application display area to realize an interactive operation between the local application and the network application, the switching operation is cumbersome, the use is inconvenient, and the application experience of the user is reduced.
Disclosure of Invention
In view of this, the main objective of the present invention is to provide a method for loading a local application and a network application based on an open platform, so as to reduce the complexity of the switching operation between the local application and the network application.
Another objective of the present invention is to provide an apparatus for loading a local application and a network application based on an open platform, which reduces the complexity of the switching operation between the local application and the network application.
In order to achieve the above object, the present invention provides a method for loading a local application and a network application based on an open platform, the method comprising:
storing set base class information of local application in a local memory in advance, wherein the base class information is network application information and common attribute information of the local application information, and the storage format is the same as the format of network application information transmitted by a network server;
receiving application loading information of the open platform, reading base class information from a local memory, analyzing and loading the base class information into a first application display area;
and pulling the network application information from the network server, analyzing the network application information, and loading the network application information into a second application display area except the first application display area in the application display area.
After the open platform is started, the open platform interacts with a network server to acquire the format of network application information transmitted by the network server; or, the network server broadcasts the format of the transmission network application information, and the open platform acquires the format of the transmission network application information of the network server.
The analyzing and loading into the first application display area comprises:
reading the application name and the application icon path from the analyzed base class information, then displaying the application icon corresponding to the application icon path on the first application display area interface, and displaying the application name of the application icon below the application icon.
The loading into a second application display area of the application display areas other than the first application display area comprises:
and traversing the local application icons in the first application display area, acquiring vacant positions between adjacent local application icons, and sequentially inserting the network application icons into the vacant positions if the vacant positions are larger than or equal to the size of the network application icon.
The loading into a second application display area of the application display areas other than the first application display area comprises:
and traversing the local application icons in the first application display area, acquiring the last local application icon, and placing the network application behind the local application icon.
The loading into a second application display area of the application display areas other than the first application display area comprises:
the first local application icon in the first application display area is obtained, the network application is placed at the position of the local application icon, and all the local application icons are sequentially moved backwards by the position of one application icon.
The base class information includes: the application comprises an application name, an application identifier, an application type identifier and an icon path of the application.
The base class information further includes application icon coordinate information.
An apparatus for loading a native application and a web application based on an open platform, the apparatus comprising: a local application list storage module and an application loading module, wherein,
the local application list storage module is used for storing the set base class information of the local application in the same format as the network application information transmitted by the network server, wherein the base class information is the public attribute information of the network application information and the local application information;
the application loading module is used for receiving application loading information of the open platform, reading base class information from the local application list storage module, analyzing the base class information and loading the analyzed base class information into the first application display area; and pulling the network application information from the network server, analyzing the network application information, and loading the network application information into a second application display area except the first application display area in the application display area.
The application loading module comprises: a local application list loading unit, a network application list pulling unit and a network application list loading unit, wherein,
the local application list loading unit is used for receiving the application loading information, reading the base class information from the local application list storage module, analyzing the base class information and loading the analyzed base class information into the first application display area;
the network application list pulling unit is used for pulling the network application information from the network server and analyzing the network application information;
and the network application list loading unit is used for traversing the local application icons in the first application display area, acquiring a vacancy between adjacent local application icons, and sequentially inserting the network application icons into the vacancy if the vacancy is larger than or equal to the size of the network application icon obtained by analysis.
According to the technical scheme, the method and the device for loading the local application and the network application based on the open platform, provided by the invention, the set base class information of the local application is stored in the local storage in advance, the base class information is the public attribute information of the network application information and the local application information, and the storage format is the same as the format of the network application information transmitted by the network server; receiving application loading information of the open platform, reading base class information from a local memory, analyzing and loading the base class information into a first application display area; and pulling the network application information from the network server, analyzing the network application information, and loading the network application information into a second application display area except the first application display area in the application display area. Therefore, the local application and the network application can be loaded in the same display area, and the switching operation is not required to be executed subsequently, so that the complexity of the application switching operation is reduced; and the stored local application information is consistent with the received network application information format, so that unified processing and subsequent expansion are facilitated.
Drawings
Fig. 1 is a flowchart illustrating a method for loading a local application and a network application based on an open platform according to an embodiment of the present invention.
Fig. 2 is a schematic flowchart of a method for loading a local application and a network application based on an open platform according to an embodiment of the present invention.
Fig. 3 is a schematic structural diagram of an apparatus for loading a local application and a network application based on an open platform according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
In the existing method for fusing the local application and the network application, because the formats of the local application and the network application analyzed by the open platform are not uniform, uniform processing and subsequent expansion are not convenient, and meanwhile, a special local application display area and a network application display area need to be set, so that when switching operation needs to be carried out between the local application and the network application, the operation is complicated. In the embodiment of the invention, the formats of the unified local application information and the received network application information are considered, so that the storage format of the stored local application information is the same as the format of the network application information transmitted by the network server. For example, the local application information is stored in the JSON format and a local application list is formed, so that the local application list is consistent with the network application list format pulled from the network server, and the local application list is convenient to analyze by adopting the same strategy. Therefore, the local application and the network application can be arranged in the same display area, so that the unified management of the local application and the network application is realized, the switching operation is not required to be executed, and the complexity of the application operation is reduced. In the following description, the storage format is described as the JSON format.
Fig. 1 is a flowchart illustrating a method for loading a local application and a network application based on an open platform according to an embodiment of the present invention. Referring to fig. 1, the process includes:
step 101, storing the set base class information of the local application in a local storage in advance in the same format as the network application information transmitted by the network server to form a local application list;
in this step, since the local application and the network application can be set or displayed in the same application display area, the open platform needs to identify whether the set application is the local application or the network application, and how to identify the local application or the network application may be specifically referred to in related technical documents, which is not described herein again.
In the embodiment of the invention, after the open platform is started, the format of the network application information transmitted by the network server can be acquired through interaction with the network server; or, the network server broadcasts the format of the transmission network application information, and the open platform acquires the format of the transmission network application information of the network server from the received broadcast message.
The stored base class information is the common attribute information of the network application information and the local application information, and comprises the following steps: the application icon path comprises path information of application icons of different sizes, for example, the size of the application icon can be 16X16 or 48X48, and the application icon path respectively has a corresponding icon path. One application corresponds to one base class information, and a plurality of local applications form a local application list.
The setting and storage of the network application are the same as those in the prior art, and are not described herein again.
The memory can be a magnetic disk, a flash memory and the like, and the format of the network server for transmitting the network application information can be a JSON format, and other communication protocol formats can also be used.
It should be noted that, the user may add different local applications at different clients, that is, the local application lists corresponding to the same user account at different clients may not be consistent, and for the network application, the network application lists corresponding to the same user account are consistent no matter which client the user uses.
In practical application, corresponding application identification segment information can be set for network application and local application respectively, and different types of applications occupy different application identification segments respectively. For example, the local application and the network application use different application identification segments, for example, the local application is assigned to use the application identification segment in the range of [0x80001000, 0x 80002002000 ], and the network application is assigned to use the application identification segment in the range of [0x80002001, 0x8 fffffffff ]. In this way, the application type of the application can be distinguished according to the mapping relationship between the prestored application identification segment information and the application type through the application identification, so that the code segment of the base class information in the JSON format may not contain the application type identification field.
In the embodiment of the present invention, the local application list is stored in a JSON file of the local storage, for example, in "my document \ QPlus \ account \ itempo _ native.
Further, the base class information further includes: and the coordinate information of the application icon, namely the coordinate information of the application icon set by the user in the application display area.
Therefore, the base class information of the local application is stored in the JSON format, so that the base class information is in the same format as the network application category table related information received by the open platform, and the unified processing and subsequent expansion of the local application and the network application are facilitated.
102, receiving application loading information, reading a local application list from a local memory, analyzing and loading the local application list into a first application display area;
in the step, after the user starts the open platform, application loading information is triggered and generated and sent to the open platform.
When the local application list is loaded, analyzing the local application list in the JSON format to obtain base class information, reading out an application name and an application icon path from the analyzed base class information, then displaying an application icon corresponding to the application icon path on an application display area interface (if application icon coordinate information exists, determining the position of the application icon on the application display area interface according to the application icon coordinate information), and displaying the application name of the application icon below the application icon.
Step 103, pulling the network application list from the network server, analyzing the network application list, and loading the network application list into a second application display area except the first application display area in the application display area.
In this step, the network application list is loaded into the same application display area except for the local application list, that is, one application display area includes the first application display area and the second application display area, and the network application list is loaded into the application display area according to a pre-displayed policy, that is, the network application list is loaded into the second application display area except for the first application display area where the local application list is loaded in the application display area. Loading the network application list into the application display area according to the pre-displayed strategy comprises:
traversing the local application icons in the application display area, acquiring vacant positions between adjacent local application icons, and sequentially inserting the network application icons in the vacant positions if the vacant positions are larger than or equal to the size of the network application icon.
In this step, in order to avoid the conflict between the local application icon and the network application icon at the loading position of the application display area, if the network application list information obtained by analysis contains the network application icon coordinate information, the information is ignored.
In the embodiment of the invention, in order to keep the habit of operating the local applications by the user, the local application list is displayed according to the previous operation of the user, and the network applications are sequentially inserted into the vacant spaces among the local applications. For example, the network application icon and the local application icon are the same in size, the application display area is divided correspondingly, the local application list includes three applications, the three applications occupy the first, fourth and fifth positions in the application display area respectively, and if the network application list also includes three applications, the three network application icons are placed at the second, third and sixth positions respectively. In this way, the operation experience of the user can be further improved.
Of course, in practical applications, after the network application is loaded, a deletion operation may also be performed on a vacancy between the local applications.
In this embodiment of the present invention, loading the network application list into the application display area according to the pre-displayed policy may further include:
traversing the local application icons in the application display area, acquiring the last local application icon, and placing the network application behind the local application icon; or,
the method comprises the steps of obtaining a first local application icon in an application display area, placing the network application at the position of the local application icon, and sequentially moving all the local application icons backwards by the position of one application icon.
Of course, in practical applications, loading the network application list into the application display area according to the pre-shown policy may be in other loading manners.
After the local application list and the network application list are loaded, the local application icon and the network application icon are contained in the same application display area. In this way, the user can perform the local application operation and the network application operation in the same application display area without performing switching, thereby reducing the complexity of the local application and network application switching operation.
Fig. 2 is a schematic flowchart of a method for loading a local application and a network application based on an open platform according to an embodiment of the present invention. Referring to fig. 2, the process includes:
step 201, starting an open platform;
step 202, triggering to pull a network application list from a network server;
in this step, the process of pulling the network application list from the network server is the same as that in the prior art.
Step 203, judging whether the network application list is pulled successfully, if so, executing step 204, otherwise, executing step 208;
step 204, reading a local application list;
in this step, a local application list is read from a JSON file set in advance, a local application in the JSON format is analyzed, and the local application is displayed in an application display area.
Step 205, reading a network application list;
in this step, the network application list in the JSON format is parsed to obtain the relevant information.
Step 206, traversing the local application list, and sequentially inserting network application icons into vacant positions of the local application list;
in this step, in order to make the user have a habit of operating the local applications, the local application list is displayed according to the previous operation of the user, and the network applications are sequentially inserted into the empty spaces between the local applications.
Step 207, deleting the empty spaces between the applications;
in this step, the applications displayed in the application display area are traversed, and if a vacancy exists between the applications, all the applications behind the vacancy position are moved forward by one position.
Step 208, loading a default application list;
in this step, if the network application list is not pulled successfully, or the user uses the open platform for the first time, the default application list is loaded to provide some common application operations for the user.
And step 209, finishing the process after the loading is finished.
In this step, after loading and during application operation, when an application icon is dragged, an operation interface is made for the icon, and due to the use of a similar data format, a user can perform application operation in the same application display area without being concerned about whether the application corresponding to the icon is a local application or a network application.
As can be seen from the above, in the method for loading a local application and a network application based on an open platform according to the embodiment of the present invention, by fusing the technical solutions of the local application and the network application common interface (base class information), the base class information of the local application is stored in the JSON format, so that the base class information is consistent with the network application list format obtained by pulling, and thus, the unified processing and subsequent extension of the local application and the network application are facilitated; meanwhile, the local application and the network application are loaded in the same display area, so that the switching operation is not required to be executed, and the complexity of the application switching operation is reduced.
Fig. 3 is a schematic structural diagram of an apparatus for loading a local application and a network application based on an open platform according to an embodiment of the present invention. Referring to fig. 3, the apparatus includes: a local application list storage module and an application loading module, wherein,
the local application list storage module is used for storing the set base class information of the local application in a JSON format to form a local application list;
in the embodiment of the invention, the local application list storage module stores the set base class information of the local application in the same format as the network application information transmitted by the network server, wherein the base class information is the common attribute information of the network application information and the local application information.
The base class information includes: the application comprises an application name, an application identifier, an application type identifier and an icon path of the application.
The application loading module is used for receiving the application loading information, reading the local application list from the local application list storage module, analyzing the local application list in the JSON format and loading the local application list into the application display area; and pulling the network application list from the network server, analyzing the network application list in the JSON format, and loading the network application list into the application display area according to a pre-displayed strategy.
In the embodiment of the invention, an application loading module receives application loading information of an open platform, reads base class information from a local application list storage module, and loads the base class information into a first application display area after analysis; and pulling the network application information from the network server, analyzing the network application information, and loading the network application information into a second application display area except the first application display area in the application display area.
Wherein,
the application loading module comprises: a local application list loading unit, a network application list pull unit, and a network application list loading unit (not shown in the figure), wherein,
the local application list loading unit is used for receiving the application loading information, reading the local application list from the local application list storage module, analyzing the local application list in the JSON format and loading the local application list into the application display area;
the network application list pulling unit is used for pulling the network application list from the network server and analyzing the network application list in the JSON format;
and the network application list loading unit is used for traversing the local application icons in the application display area, acquiring a vacancy between adjacent local application icons, and sequentially inserting the network application icons into the vacancy if the vacancy is larger than or equal to the size of the network application icon obtained by analysis.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (8)

1. A method for loading local application and network application based on open platform is characterized in that the method comprises the following steps:
storing set base class information of local application in a local memory in advance, wherein the base class information is network application information and common attribute information of the local application information, and the storage format is the same as the format of network application information transmitted by a network server;
receiving application loading information of the open platform, reading base class information from a local memory, analyzing and loading the base class information into a first application display area;
network application information is pulled from a network server, analyzed and loaded into a second application display area except the first application display area in the application display area;
the base class information includes: the method comprises the steps of (1) applying a name, an application type identifier and an application icon path; the reading of the base class information from the local storage, the parsing, and the loading into the first application display area include: reading the application name and the application icon path from the analyzed base class information, and then displaying a local application icon corresponding to the application icon path on the first application display area;
the first application display area includes an area occupied by the native application icon, and the second application display area includes an area of the application display area other than the area occupied by the native application icon.
2. The method of claim 1, wherein after the open platform is started, the open platform interacts with a web server to obtain a format of web application information transmitted by the web server; or, the network server broadcasts the format of the transmission network application information, and the open platform acquires the format of the transmission network application information of the network server.
3. The method of claim 1, wherein the loading into a second application display area of the application display area other than the first application display area comprises:
and traversing the local application icons in the first application display area, acquiring vacant positions between adjacent local application icons, and sequentially inserting the network application icons into the vacant positions if the vacant positions are larger than or equal to the size of the network application icon.
4. The method of claim 1, wherein the loading into a second application display area of the application display area other than the first application display area comprises:
and traversing the local application icons in the first application display area, acquiring the last local application icon, and placing the network application icon behind the local application icon.
5. The method of claim 1, wherein the loading into a second application display area of the application display area other than the first application display area comprises:
the first local application icon in the first application display area is obtained, the network application icon is placed at the position of the local application icon, and all the local application icons are sequentially moved backwards by the position of one application icon.
6. The method of claim 1, wherein the base class information further comprises application icon coordinate information.
7. An apparatus for loading a native application and a web application based on an open platform, the apparatus comprising: a local application list storage module and an application loading module, wherein,
the local application list storage module is used for storing the set base class information of the local application in the same format as the network application information transmitted by the network server, wherein the base class information is the public attribute information of the network application information and the local application information;
the application loading module is used for receiving application loading information of the open platform, reading base class information from the local application list storage module, analyzing the base class information and loading the analyzed base class information into the first application display area; network application information is pulled from a network server, analyzed and loaded into a second application display area except the first application display area in the application display area;
the base class information includes: the method comprises the steps of (1) applying a name, an application type identifier and an application icon path; the application loading module is further configured to read the application name and the application icon path from the base class information, and then display a local application icon corresponding to the application icon path on the first application display area;
the first application display area includes an area occupied by the native application icon, and the second application display area includes an area of the application display area other than the area occupied by the native application icon.
8. The apparatus of claim 7, wherein the application loading module comprises: a local application list loading unit, a network application list pulling unit and a network application list loading unit, wherein,
a local application list loading unit, configured to receive application loading information, read base class information from a local application list storage module, read the application name and the application icon path from the base class information, and then display the local application icon corresponding to the application icon path on the first application display area;
the network application list pulling unit is used for pulling the network application information from the network server and analyzing the network application information;
and the network application list loading unit is used for traversing the local application icons in the first application display area, acquiring a vacancy between adjacent local application icons, and sequentially inserting the network application icons into the vacancy if the vacancy is larger than or equal to the size of the network application icon obtained by analysis.
CN201210060998.5A 2012-03-09 2012-03-09 Locally applied and the method and device of network application is loaded based on open platform Active CN103309685B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210060998.5A CN103309685B (en) 2012-03-09 2012-03-09 Locally applied and the method and device of network application is loaded based on open platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210060998.5A CN103309685B (en) 2012-03-09 2012-03-09 Locally applied and the method and device of network application is loaded based on open platform

Publications (2)

Publication Number Publication Date
CN103309685A CN103309685A (en) 2013-09-18
CN103309685B true CN103309685B (en) 2016-08-03

Family

ID=49134946

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210060998.5A Active CN103309685B (en) 2012-03-09 2012-03-09 Locally applied and the method and device of network application is loaded based on open platform

Country Status (1)

Country Link
CN (1) CN103309685B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105354073B (en) * 2015-10-27 2018-11-06 中通服公众信息产业股份有限公司 A kind of stand-alone application networking method based on android system and system
CN105915615A (en) * 2016-04-22 2016-08-31 青岛海信移动通信技术股份有限公司 Method for displaying application information in mobile equipment and device thereof
CN106899675B (en) * 2017-02-28 2020-03-27 福建新和兴信息技术有限公司 File storage method and system based on application program type
CN106970989A (en) * 2017-03-30 2017-07-21 福建中金在线信息科技有限公司 The access method and system of a kind of network data
CN109901882B (en) * 2018-11-28 2022-05-03 努比亚技术有限公司 Game application adding method based on game space, terminal and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010052477A2 (en) * 2008-11-07 2010-05-14 Inq Enterprises Limited Mobile communication device
CN102291437A (en) * 2011-07-27 2011-12-21 武汉天喻信息产业股份有限公司 System and method for realizing application of cross-platform internet

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010052477A2 (en) * 2008-11-07 2010-05-14 Inq Enterprises Limited Mobile communication device
CN102291437A (en) * 2011-07-27 2011-12-21 武汉天喻信息产业股份有限公司 System and method for realizing application of cross-platform internet

Also Published As

Publication number Publication date
CN103309685A (en) 2013-09-18

Similar Documents

Publication Publication Date Title
US10750234B2 (en) User terminal device and content sharing method thereof
CN106658199B (en) Video content display method and device
CN108933948B (en) Video playing progress synchronization method and device
CN102117291B (en) Method and system for displaying network resources
CN103309685B (en) Locally applied and the method and device of network application is loaded based on open platform
JP6915091B2 (en) Application processing methods, equipment and storage media
US20150188859A1 (en) Presenting information pertaining to a plurality of tabs in an instant messaging application
RU2534928C2 (en) Method, server and client for aggregating microblog single message
EP3651421A1 (en) Multimedia display method, apparatus, and device
CN104252284A (en) File display method and device
CN112689170B (en) Content playing method of display terminal, display terminal and readable storage medium
EP2733605A1 (en) Management method and device for webpage application program
WO2023005137A1 (en) Mirroring control method and apparatus, and computer readable storage medium
CN109511145B (en) Network hotspot switching method, intelligent terminal and computer-readable storage medium
US20180343486A1 (en) Program Recording Method and Device, and Set Top Box
CN102769641A (en) Method and system for displaying webpage content by means of self-adaption control
JP2007310596A (en) Service providing device, computer program and recording medium
KR20170034766A (en) Image display apparatus, and method for operating the same
CN112351333A (en) Data transmission method, device and medium
CN103581199A (en) Method and system for showing services in client terminal under multi-screen interaction scene
US11163827B2 (en) Video processing method, device, terminal and storage medium
EP2680128A1 (en) Method for providing reading service, content provision server and system
US20150293914A1 (en) Multimedia information processing method, multimedia apparatus, and multimedia network system
CN111881357A (en) Information recommendation method and device, electronic equipment and computer-readable storage medium
CN109710436B (en) Space cleaning method, device, equipment and computer readable storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant