CN113805987A - Application initialization display method and device, intelligent terminal and readable storage medium - Google Patents

Application initialization display method and device, intelligent terminal and readable storage medium Download PDF

Info

Publication number
CN113805987A
CN113805987A CN202110922295.8A CN202110922295A CN113805987A CN 113805987 A CN113805987 A CN 113805987A CN 202110922295 A CN202110922295 A CN 202110922295A CN 113805987 A CN113805987 A CN 113805987A
Authority
CN
China
Prior art keywords
application
memory
starting information
image data
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.)
Pending
Application number
CN202110922295.8A
Other languages
Chinese (zh)
Inventor
江涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TCL Communication Ningbo Ltd
Original Assignee
TCL Communication Ningbo 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 TCL Communication Ningbo Ltd filed Critical TCL Communication Ningbo Ltd
Priority to CN202110922295.8A priority Critical patent/CN113805987A/en
Publication of CN113805987A publication Critical patent/CN113805987A/en
Priority to PCT/CN2022/106669 priority patent/WO2023016205A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/451Execution arrangements for user interfaces
    • 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/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

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

Abstract

The invention discloses an application initialization display method, an application initialization display device, an intelligent terminal and a readable storage medium, wherein the application initialization display method comprises the following steps: when the starting type of the application is cold starting, acquiring memory starting information of the application and cache image data corresponding to the memory starting information; according to the memory starting information of the application, the cache image data is displayed on the user interaction interface of the intelligent terminal, the display time interval is the initialization time interval of the application, so that the cache image data replaces a white screen and is displayed on the user interaction interface during the initialization of the application, and the experience of a user is improved.

Description

Application initialization display method and device, intelligent terminal and readable storage medium
Technical Field
The invention relates to the field of communication, in particular to an application initialization display method and device, an intelligent terminal and a readable storage medium.
Background
The application needs to recreate and initialize Activity at cold start. Before the Activity is created, the corresponding user interface is invisible, and the Android system adds a white screen in the period of time to fill the deficiency of visual interaction. The duration of the white screen is the application initialization time, and when the application initialization time is extremely long, the white screen phenomenon is very obvious, and the user experience is very poor.
Disclosure of Invention
The invention mainly aims to provide an application initialization display method, an application initialization display device, an intelligent terminal and a storage medium, and aims to solve the problem of eliminating white screen display during application initialization, wherein the method comprises the following steps:
when the starting type of the application is cold starting, acquiring memory starting information of the application and cache image data corresponding to the memory starting information;
and displaying the cached image data on a user interaction interface of the intelligent terminal according to the memory starting information of the application, wherein the display time interval is the initialization time interval of the application.
In an embodiment, when the start type of the application is a cold start, the step of obtaining the memory start information of the application and the cached image data corresponding to the memory start information includes:
when the starting type of the application is cold starting, extracting the memory starting information of the application from a disk;
and preloading cache image data corresponding to the memory starting information from the disk to the memory cache region according to the incidence relation between the memory starting information and the cache image data.
In one embodiment, when the start type of the application is cold start, the step of extracting the memory start information of the application from the disk includes:
when the starting type of the application is cold starting, verifying whether the intelligent terminal is unlocked or not;
and if so, extracting the memory starting information of the application from the disk.
In an embodiment, if yes, the step of extracting the memory boot information of the application from the disk includes:
if so, acquiring starting information generated by the application during cold starting;
searching the memory starting information with the same ID number as the generated starting information from the disk;
and determining the memory starting information which is the same as the ID number of the generated starting information as the memory starting information of the application, and extracting the memory starting information of the application.
In an embodiment, the step of displaying the cached image data on a user interaction interface of the intelligent terminal according to the memory startup information of the application includes:
matching the window mode and the screen display parameter in the memory starting information of the application with the window mode and the screen display parameter in the generated starting information;
and if the matching is successful, displaying the cached image data on a user interaction interface of the intelligent terminal.
In one embodiment, the step of applying the initialization display method further includes:
when the application is started for the first time after installation, displaying a white screen on a user interaction interface of the intelligent terminal, wherein the display time interval is an initialization time interval of the application;
when the application is initialized, intercepting a first frame image which appears on the user interaction interface and corresponds to the application, and acquiring starting information generated when the application is started for the first time;
if the first frame image is cache image data, determining that the starting information generated when the application is started for the first time is the memory starting information of the application;
establishing an incidence relation between the cached image data and the memory starting information of the application;
and storing the cached image data, the memory starting information of the application and the incidence relation in the magnetic disk.
In one embodiment, after the step of completing initialization of the application, intercepting a first frame image corresponding to the application appearing on the user interaction interface, and acquiring start-up information generated when the application is started for the first time, the method further includes:
judging whether the playing time length of the first frame image is greater than or equal to the initialization time length of the application;
and if so, determining the first frame image as the cache image data.
In addition, to achieve the above object, the present invention also provides an application initialization display device including:
the device comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring the memory starting information of the application and the cache image data corresponding to the memory starting information when the starting type of the application is cold starting;
and the display module is used for displaying the cached image data on a user interaction interface of the intelligent terminal according to the memory starting information of the application, and the display time interval is the initialization time interval of the application.
In addition, in order to achieve the above object, the present invention further provides an intelligent terminal, where the intelligent terminal includes a memory, a processor, and an application initialization display program stored in the memory and executable on the processor, and the application initialization display program, when executed by the processor, implements the steps of the application initialization display method as described above.
Further, to achieve the above object, the present invention also provides a computer readable storage medium having stored thereon the application initialization display method program, which when executed by a processor, implements the steps of the application initialization display method as described above.
According to the method and the device, when the starting type of the application is cold starting, the memory starting information of the application and the cache image data corresponding to the memory starting information are obtained, the cache image data are displayed in the user interaction of the intelligent terminal according to the memory starting information of the application, the display time interval is the initialization time interval of the application, the cache image data are displayed on a user interaction interface when the application is initialized instead of a white screen, and the experience of a user is improved.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of an intelligent terminal for implementing various embodiments of the present invention;
FIG. 2 is a flowchart illustrating an embodiment of an application initialization display method according to the present invention.
The implementation, functional features and advantages of the present invention will be described with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides an intelligent terminal, and referring to fig. 1, fig. 1 is a schematic structural diagram of a hardware operating environment according to an embodiment of the invention.
It should be noted that fig. 1 is a schematic structural diagram of a hardware operating environment of the intelligent terminal. The intelligent terminal of the embodiment of the invention can comprise hardware equipment such as a Personal Computer (PC), a portable Computer, a server and the like.
As shown in fig. 1, the intelligent terminal includes: a processor 1001, such as a CPU, a memory 1005, a user interface 1003, a network interface 1004, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Optionally, the smart terminal may further include an RF (Radio Frequency) circuit, a sensor, a WiFi module, and the like.
Those skilled in the art will appreciate that the intelligent terminal architecture shown in fig. 1 does not constitute a limitation of intelligent terminals and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage readable storage medium, may include therein an operating system, a network communication module, a user interface module, and an application initialization display program. The operating system is a program for managing and controlling hardware and software resources of the intelligent terminal and supports the operation of an application initialization display program and other software or programs.
The intelligent terminal shown in fig. 1 can be used to solve the problem of how to eliminate white screen display during application initialization, and the user interface 1003 is mainly used to detect or output various information, such as inputting a start instruction of an application and outputting cached image data; the network interface 1004 is mainly used for interacting with a background server and communicating; the processor 1001 may be configured to invoke an application initialization display program stored in the memory 1005 and perform the following operations:
when the starting type of the application is cold starting, acquiring memory starting information of the application and cache image data corresponding to the memory starting information;
and displaying the cached image data on a user interaction interface of the intelligent terminal according to the memory starting information of the application, wherein the display time interval is the initialization time interval of the application.
In an embodiment, when the start type of the application is a cold start, the step of obtaining the memory start information of the application and the cached image data corresponding to the memory start information includes:
when the starting type of the application is cold starting, extracting the memory starting information of the application from a disk;
and preloading cache image data corresponding to the memory starting information from the disk to the memory cache region according to the incidence relation between the memory starting information and the cache image data.
In one embodiment, when the start type of the application is cold start, the step of extracting the memory start information of the application from the disk includes:
when the starting type of the application is cold starting, verifying whether the intelligent terminal is unlocked or not;
and if so, extracting the memory starting information of the application from the disk.
In an embodiment, if yes, the step of extracting the memory boot information of the application from the disk includes:
if so, acquiring starting information generated by the application during cold starting;
searching the memory starting information with the same ID number as the generated starting information from the disk;
and determining the memory starting information which is the same as the ID number of the generated starting information as the memory starting information of the application, and extracting the memory starting information of the application.
In an embodiment, the step of displaying the cached image data on a user interaction interface of the intelligent terminal according to the memory startup information of the application includes:
matching the window mode and the screen display parameter in the memory starting information of the application with the window mode and the screen display parameter in the generated starting information;
and if the matching is successful, displaying the cached image data on a user interaction interface of the intelligent terminal.
In one embodiment, the step of applying the initialization display method further includes:
when the application is started for the first time after installation, displaying a white screen on a user interaction interface of the intelligent terminal, wherein the display time interval is an initialization time interval of the application;
when the application is initialized, intercepting a first frame image which appears on the user interaction interface and corresponds to the application, and acquiring starting information generated when the application is started for the first time;
if the first frame image is cache image data, determining that the starting information generated when the application is started for the first time is the memory starting information of the application;
establishing an incidence relation between the cached image data and the memory starting information of the application;
and storing the cached image data, the memory starting information of the application and the incidence relation in the magnetic disk.
In one embodiment, after the step of completing initialization of the application, intercepting a first frame image corresponding to the application appearing on the user interaction interface, and acquiring start-up information generated when the application is started for the first time, the method further includes:
judging whether the playing time length of the first frame image is greater than or equal to the initialization time length of the application;
and if so, determining the first frame image as the cache image data.
According to the method and the device, when the starting type of the application is cold starting, the memory starting information of the application and the cache image data corresponding to the memory starting information are obtained, the cache image data are displayed in the user interaction of the intelligent terminal according to the memory starting information of the application, the display time interval is the initialization time interval of the application, the cache image data are displayed on a user interaction interface when the application is initialized instead of a white screen, and the experience of a user is improved.
The specific implementation of the mobile intelligent terminal of the invention is basically the same as the following embodiments of the application initialization display method, and is not described herein again.
Based on the above structure, an embodiment of the present invention is provided that employs an initialization display method.
The invention provides an application initialization display method.
Referring to fig. 2, fig. 2 is a flowchart illustrating an embodiment of an application initialization display method according to the present invention.
In the present embodiment, an embodiment of an application initialization display method is provided, and it should be noted that, although a logical order is shown in the flowchart, in some cases, the steps shown or described may be performed in an order different from that here, and the present invention may be applied to an intelligent terminal.
In this embodiment, the application initialization display method includes:
step S10, when the starting type of the application is cold starting, obtaining the memory starting information of the application and the cache image data corresponding to the memory starting information;
the start types of the application include three types, which are a hot start, a warm start, and a cold start. The warm start means that before the application is started, an application process exists and the Activity of the application is created and completed; warm-boot refers to that before an application is started, an application process exists and Activity of the application is not created; the cold start refers to that before the application is started, the application process does not exist and the Activity of the application is not created, and the cold start is the initial start of the application after the intelligent terminal is restarted. The embodiment provides a display method for application initialization, the initialization process of the application is an Activity creation process, and when the start type of the application is warm start, because the Activity creation is completed, there is no initialization process, so the application initialization display method provided by the embodiment is not suitable for the case of application warm start.
When the starting type of the application is cold start and warm start, if the initialization time of the application is longer, the time for displaying the white screen in the user interaction window of the intelligent terminal is longer, and in order to reduce the influence of the white screen phenomenon on the vision of the user, technical personnel in the technical field try to shorten the initialization time of the application to reduce the duration time of the white screen phenomenon, but because the management and control of the application resident by a management platform of the application are more and more strict, the method for shortening the display time of the white screen is not feasible. Technical personnel in the technical field also improve the watching experience of a user by formulating a method for replacing a white screen with a welcome screen, a logo and an advertisement image as a display, but the method is used under the condition of short application initialization time, the optimization yield is low, and the welcome screen, the logo and the advertisement image cannot be used when an application manufacturer and the user do not need to use the welcome screen, the logo and the advertisement image, so that another application initialization display method is provided in the embodiment, customization is not needed, and the user experience can be well improved.
The cached image data may include a plurality of images for replacing a white screen display at the initialization of the application to be displayed at the user interactive surface, the cached image data being stored in the smart terminal before the initialization of the application.
When the intelligent terminal receives a starting instruction of an application, judging the starting type of the application, and if the starting type of the application is hot starting, not performing any treatment; if the application is started in a cold mode, further acquiring memory starting information of the application, wherein the memory starting information is starting information stored in the intelligent terminal when the application is started last time, and cache image data corresponding to the memory starting information is required to be acquired. It should be noted that the intelligent terminal may have many applications, so that the intelligent terminal stores therein the memory start information and the cache image data of many applications, and each application can only obtain its own memory start information and cache image data after being cold started. The memory startup information records display elements for caching image data. The cached image data is used for replacing a white screen in the prior art to be displayed in the intelligent terminal.
In some specific embodiments, step S10 includes:
step S11, when the starting type of the application is cold starting, extracting the memory starting information of the application from the disk;
step S12, according to the association relationship between the memory startup information and the cache image data, preloading the cache image data corresponding to the memory startup information from the magnetic disk to the memory cache region.
The user interaction interface may display a plurality of applications, each application having a respective memory cache for caching information interacting with the application. For example, the memory cache region of application a is a1, and the memory cache region of application B is B1, then application a can only obtain the memory startup information and the cache image data of application a from the memory cache region a1, and application B can only obtain the memory startup information and the cache image data of application B from the memory cache region B1.
Before the application is started, the memory starting information and the cached image data are stored in a magnetic disk, for example, when the intelligent terminal is a computer, the magnetic disk can be a C disk or a D disk of the computer. When a user inputs a starting instruction, judging the starting type of an application, if the starting type of the application is cold starting, extracting the memory starting data of the application from a magnetic disk, acquiring cache image data according to the incidence relation of the memory starting data to the cache image data, and preloading the cache image data to a memory cache region of the application. For example, the cache image data of application a is fetched from the disk to the memory cache a1, and the cache image data of application B is fetched from the disk to the memory cache B1.
Specifically, step S11 further includes:
step a, when the starting type of the application is cold starting, verifying whether the intelligent terminal is unlocked or not;
and b, if so, extracting the memory starting information of the application from the disk.
After the application of the intelligent terminal is started, the memory starting information of the application is not necessarily directly extracted from the disk, whether the intelligent terminal completes unlocking or not is also required to be verified, and if the intelligent terminal completes unlocking, the memory starting information of the application can be extracted from the disk; and if the intelligent terminal does not finish unlocking, extracting the memory starting information of the application from the disk after the intelligent terminal finishes unlocking.
In some specific embodiments, step b further comprises:
step b1, if yes, acquiring the starting information generated by the application during cold starting;
step b2, searching the memory starting information with the same ID number as the generated starting information from the disk;
step b3, determining the memory startup information with the same ID number as the generated startup information as the memory startup information of the application, and extracting the memory startup information of the application.
It should be noted that, since the disk for storing the memory startup information can store a plurality of applications, it is also necessary to determine whether the memory startup information and the cached image data stored in the disk belong to the applications. The determination method provided in this embodiment is to determine, through the ID number of the memory start information, that the memory start information corresponding to the ID number belongs to the application. Specifically, the start-up information generated by the application during cold start and the ID number of the generated start-up information are obtained first, the memory start-up information that is the same as the ID number of the generated start-up information is searched for in the disk, the memory start-up information that is the same as the ID number of the generated start-up information is the memory start-up information of the application, and the memory start-up information of the application is extracted.
The start information of each application has an ID number, i.e. an ID number of the application, the ID number is an attribute specific to each application, and the ID number may be a string of numbers or other identifiers. And when the starting type of the application is judged to be cold starting, acquiring the ID number of the starting information generated by the cold starting, and further determining the memory starting information belonging to the application according to the generated ID number of the starting information.
And step S20, displaying the cache image data on a user interaction interface of the intelligent terminal according to the memory starting information of the application, wherein the display time interval is the initialization time interval of the application.
The memory starting information comprises display information of the cached image data, the cached image data is displayed on a user interaction interface of the intelligent terminal according to the display information of the cached image data, it needs to be noted that the display duration and time of the cached image data, namely the display time interval is the same as the initialization time interval of the application, so that when the application is initialized, the cached image data is displayed on the application interaction interface instead of a white screen, and the experience of a user is improved.
For example, when the initialization duration of the application a is 1.5s, the playback duration of the cache image data a1 of the application a is also 1.5s, and the initialization duration of the application a is the same as the playback duration of the cache image data, which is 1.5s after the application is started.
In an implementable manner of this embodiment, step S20 further includes:
step S21, matching the window mode and the screen display parameter in the memory starting information of the application with the window mode and the screen display parameter in the generated starting information;
and step S22, if the matching is successful, displaying the cached image data on a user interaction interface of the intelligent terminal.
The display information of the cached image data comprises a window mode and screen display parameters of the intelligent terminal, namely the memory starting information comprises the window mode and the screen display parameters of the user interaction interface after the application is opened last time, the window mode comprises normal display, full-screen display, split-screen display and picture-in-picture display, and the screen display parameters comprise size, resolution ratio and the like. And when the application receives the starting instruction, generating the window mode and the screen display parameters of the current user interaction interface. And comparing the memory starting information corresponding to the cached image data with the window mode and the screen display parameter in the generated starting information, namely matching, if the window mode and the screen display parameter in the applied memory starting information are completely the same as the window mode and the screen display parameter in the starting information generated by the application, indicating that the matching is successful, and then displaying the cached image data corresponding to the memory starting information on a user interaction interface of the intelligent terminal. If the window mode and the screen display parameter in the memory starting information of the application are different from those in the starting information generated by the application, the matching failure is indicated, the window mode and the screen display parameter which are displayed by the cache image data corresponding to the memory starting information and failed in matching are adjusted to be the same as those in the starting information generated by the application, and then the adjusted cache image data are displayed on a user interaction interface of the intelligent terminal, or the cache image data corresponding to the memory starting information failed in matching are discarded when the matching fails, and a white screen is displayed on the user interaction interface of the intelligent terminal when the application is initialized.
In some specific embodiments, the application initialization display method further includes:
step A10, when the application is started for the first time after installation, displaying a white screen on a user interaction interface of the intelligent terminal, wherein the display time interval is the initialization time interval of the application;
step A20, when the application is initialized, intercepting a first frame image corresponding to the application appearing on the user interaction interface, and acquiring starting information generated when the application is started for the first time;
step a30, if the first frame image is cache image data, determining that the start information generated when the application is started for the first time is the memory start information of the application;
step A40, establishing an incidence relation between the cache image data and the memory starting information of the application;
step a50, storing the cached image data, the memory startup information of the application, and the association relationship in the magnetic disk.
When the application is started for the first time after installation, the application is not used, and therefore the memory starting information and the cache image data of the application are not stored in the magnetic disk, the white screen is displayed on a user interaction interface of the intelligent terminal when the application is initialized, and the display time period of the white screen is the same as the initialization time period of the application. After the initialization of the application is completed, the application can be displayed, the related content can be pushed to a user in an image form, a first frame image is intercepted, starting information generated when the application is started for the first time is obtained, the starting information comprises a window mode and screen display parameters of the image pushed by the application, the first frame image is determined as cache image data, the starting information generated by the application is regarded as memory starting information, the cache image data and the memory starting information are bound, and namely the incidence relation between the cache image data and the memory starting information is established. And finally, storing the cached image data, the memory starting information and the incidence relation between the cached image data and the memory starting information in a magnetic disk, wherein the cached image data, the memory starting information and the incidence relation between the cached image data and the memory starting information are used when the application is initialized when the application is opened next time.
In some specific embodiments, step a20 further includes:
step A21, judging whether the playing duration of the first frame image is greater than or equal to the initialization duration of the application;
step a22, if yes, determining that the first frame image is the cached image data.
The initialization of the application is time-limited, so that the playing time length of the cached image data displayed on the user interaction interface of the intelligent terminal during the initialization of the application is also required, and it can be understood that the cached image data can be displayed at any time during the initialization as long as the playing time length of the cached image data is greater than or equal to the initialization time length of the application. The time length of the cached image data is the playing time length of the first frame image, and whether the playing time length of the first frame image is greater than or equal to the initialization time length of the application is judged, namely whether the playing time length of the cached image data is greater than or equal to the initialization time length of the application is judged. After the application finishes initialization, judging whether the playing time length of the first frame image is greater than or equal to the initialization time length of the application, and if the playing time length of the first frame image is greater than or equal to the initialization time length of the application, determining the first frame image as cache image data; if the playing time length of the first frame image is less than the initialization time length of the application, intercepting the second frame image after the initialization of the application is completed, and repeating the operation until the playing time length of the intercepted nth frame image is greater than or equal to the initialization time length of the application.
According to the embodiment, when the application is started in a cold mode, the memory starting information of the application and the cache image data corresponding to the memory starting information are obtained, the cache image data are displayed in the user interaction of the intelligent terminal according to the memory starting information of the application, the display time interval is the initialization time interval of the application, the cache image data replace a white screen and are displayed on a user interaction interface when the application is initialized, and the user experience is improved.
In addition, an embodiment of the present invention further provides an application initialization display apparatus, where the application initialization display apparatus includes:
the device comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring the memory starting information of the application and the cache image data corresponding to the memory starting information when the starting type of the application is cold starting;
and the display module is used for displaying the cached image data on a user interaction interface of the intelligent terminal according to the memory starting information of the application, and the display time interval is the initialization time interval of the application.
In one embodiment, the obtaining module comprises:
the device comprises an extracting unit, a judging unit and a judging unit, wherein the extracting unit is used for extracting the memory starting information of the application from a disk when the starting type of the application is cold starting;
and the preloading unit is used for preloading the cache image data corresponding to the memory starting information from the magnetic disk to the memory cache region according to the incidence relation between the memory starting information and the cache image data.
In one embodiment, the extraction unit further comprises:
the verification subunit is used for verifying whether the intelligent terminal is unlocked or not when the starting type of the application is cold starting;
and the extracting subunit is used for extracting the memory starting information of the application from the disk if the memory starting information is positive.
In an embodiment, the obtaining module is further configured to, if yes, obtain start information generated by the application during cold start; the block further comprises a die:
the extraction unit further includes:
the searching unit is used for searching the memory starting information with the same ID number as the generated starting information from the magnetic disk;
a determining unit, configured to determine that the memory startup information that is the same as the ID number of the generated startup information is the memory startup information of the application;
the extracting subunit is further configured to extract the memory start information of the application.
In one embodiment, the display module further comprises:
the matching unit is used for matching the window mode and the screen display parameter in the memory starting information of the application with the window mode and the screen display parameter in the generated starting information;
and the display unit is used for displaying the cached image data on a user interaction interface of the intelligent terminal if the matching is successful.
In one embodiment, the display module is further configured to display a white screen on a user interaction interface of the smart terminal when the application is started for the first time after installation, where a display period is an initialization period of the application;
the application initialization apparatus further includes:
the intercepting module is used for intercepting a first frame image which appears on the user interaction interface and corresponds to the application when the application is initialized;
the acquisition module is further used for acquiring starting information generated when the application is started for the first time;
the determining unit is further configured to determine, if the first frame image is cache image data, that the start information generated when the application is started for the first time is memory start information of the application;
the application initialization device further comprises:
the establishing module is used for establishing the incidence relation between the cached image data and the memory starting information of the application;
and the storage module is used for storing the cached image data, the memory starting information of the application and the incidence relation in the magnetic disk.
In one embodiment, the intercept module further comprises:
the judging unit is used for judging whether the playing time length of the first frame image is greater than or equal to the initialization time length of the application;
the determining unit is further configured to determine that the first frame image is the cached image data if the first frame image is the cached image data.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where an application initialization display program is stored on the computer-readable storage medium, and when the application initialization display program is executed by a processor, the application initialization display program implements the steps of the application initialization display method described above.
It should be noted that the computer readable storage medium may be provided in an intelligent terminal.
The specific implementation of the computer-readable storage medium of the present invention is substantially the same as the embodiments of the application initialization display method described above, and will not be described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling an intelligent terminal device (such as a mobile phone intelligent terminal, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. An application initialization display method, characterized in that the application initialization display method comprises the following steps:
when the starting type of the application is cold starting, acquiring memory starting information of the application and cache image data corresponding to the memory starting information;
and displaying the cached image data on a user interaction interface of the intelligent terminal according to the memory starting information of the application, wherein the display time interval is the initialization time interval of the application.
2. The method for initializing and displaying an application according to claim 1, wherein the step of acquiring the memory start information of the application and the cache image data corresponding to the memory start information when the start type of the application is a cold start comprises:
when the starting type of the application is cold starting, extracting the memory starting information of the application from a disk;
and preloading cache image data corresponding to the memory starting information from the disk to the memory cache region according to the incidence relation between the memory starting information and the cache image data.
3. The method for initializing and displaying an application according to claim 2, wherein when the start type of the application is a cold start, the step of extracting the memory start information of the application from the disk includes:
when the starting type of the application is cold starting, verifying whether the intelligent terminal is unlocked or not;
and if so, extracting the memory starting information of the application from the disk.
4. The method for initializing and displaying an application according to claim 3, wherein if yes, the step of extracting the memory boot information of the application from the disk comprises:
if so, acquiring starting information generated by the application during cold starting;
searching the memory starting information with the same ID number as the generated starting information from the disk;
and determining the memory starting information which is the same as the ID number of the generated starting information as the memory starting information of the application, and extracting the memory starting information of the application.
5. The method for initializing and displaying an application according to claim 4, wherein the step of displaying the cached image data on a user interface of the smart terminal according to the memory startup information of the application comprises:
matching the window mode and the screen display parameter in the memory starting information of the application with the window mode and the screen display parameter in the generated starting information;
and if the matching is successful, displaying the cached image data on a user interaction interface of the intelligent terminal.
6. The application initialization display method of claim 1, wherein the step of the application initialization display method further comprises:
when the application is started for the first time after installation, displaying a white screen on a user interaction interface of the intelligent terminal, wherein the display time interval is an initialization time interval of the application;
when the application is initialized, intercepting a first frame image which appears on the user interaction interface and corresponds to the application, and acquiring starting information generated when the application is started for the first time;
if the first frame image is cache image data, determining that the starting information generated when the application is started for the first time is the memory starting information of the application;
establishing an incidence relation between the cached image data and the memory starting information of the application;
and storing the cached image data, the memory starting information of the application and the incidence relation in the magnetic disk.
7. The method for initializing display of an application according to claim 6, wherein after the steps of initializing the application, capturing a first frame image corresponding to the application appearing on the user interface, and acquiring the start-up information generated when the application is started up for the first time, the method further comprises:
judging whether the playing time length of the first frame image is greater than or equal to the initialization time length of the application;
and if so, determining the first frame image as the cache image data.
8. An application initialization display apparatus, comprising:
the device comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring the memory starting information of the application and the cache image data corresponding to the memory starting information when the starting type of the application is cold starting;
and the display module is used for displaying the cached image data on a user interaction interface of the intelligent terminal according to the memory starting information of the application, and the display time interval is the initialization time interval of the application.
9. An intelligent terminal, characterized in that the intelligent terminal comprises a memory, a processor and an application initialization display program stored on the memory and operable on the processor, the application initialization display program, when executed by the processor, implementing the steps of the application initialization display method according to any one of claims 1 to 7.
10. A readable storage medium, characterized in that the readable storage medium is a computer readable storage medium, on which an application initialization display program is stored, which when executed by a processor implements the steps of the application initialization display method according to any one of claims 1 to 7.
CN202110922295.8A 2021-08-11 2021-08-11 Application initialization display method and device, intelligent terminal and readable storage medium Pending CN113805987A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110922295.8A CN113805987A (en) 2021-08-11 2021-08-11 Application initialization display method and device, intelligent terminal and readable storage medium
PCT/CN2022/106669 WO2023016205A1 (en) 2021-08-11 2022-07-20 Application initialization display method and device, intelligent terminal, and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110922295.8A CN113805987A (en) 2021-08-11 2021-08-11 Application initialization display method and device, intelligent terminal and readable storage medium

Publications (1)

Publication Number Publication Date
CN113805987A true CN113805987A (en) 2021-12-17

Family

ID=78942762

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110922295.8A Pending CN113805987A (en) 2021-08-11 2021-08-11 Application initialization display method and device, intelligent terminal and readable storage medium

Country Status (2)

Country Link
CN (1) CN113805987A (en)
WO (1) WO2023016205A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023016205A1 (en) * 2021-08-11 2023-02-16 Tcl通讯(宁波)有限公司 Application initialization display method and device, intelligent terminal, and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049257A (en) * 2012-12-07 2013-04-17 深圳天珑无线科技有限公司 Method for displaying animated drawing in startup and electronic device
CN105630550A (en) * 2015-12-22 2016-06-01 魅族科技(中国)有限公司 Application launching method and terminal
CN106874043A (en) * 2017-01-18 2017-06-20 环球智达科技(北京)有限公司 A kind of prioritization scheme of android applications cold start-up
CN107741869A (en) * 2017-11-20 2018-02-27 青岛海信移动通信技术股份有限公司 The startup method, apparatus and terminal device of application program

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10592258B2 (en) * 2017-07-07 2020-03-17 Facebook, Inc. Systems and methods for loading features
CN108762848A (en) * 2018-05-31 2018-11-06 努比亚技术有限公司 The quick loading method of Activity data, intelligent terminal and computer readable storage medium
CN109697088A (en) * 2018-11-23 2019-04-30 努比亚技术有限公司 Application interface loading method, mobile terminal and computer readable storage medium
CN113805987A (en) * 2021-08-11 2021-12-17 Tcl通讯(宁波)有限公司 Application initialization display method and device, intelligent terminal and readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049257A (en) * 2012-12-07 2013-04-17 深圳天珑无线科技有限公司 Method for displaying animated drawing in startup and electronic device
CN105630550A (en) * 2015-12-22 2016-06-01 魅族科技(中国)有限公司 Application launching method and terminal
CN106874043A (en) * 2017-01-18 2017-06-20 环球智达科技(北京)有限公司 A kind of prioritization scheme of android applications cold start-up
CN107741869A (en) * 2017-11-20 2018-02-27 青岛海信移动通信技术股份有限公司 The startup method, apparatus and terminal device of application program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023016205A1 (en) * 2021-08-11 2023-02-16 Tcl通讯(宁波)有限公司 Application initialization display method and device, intelligent terminal, and readable storage medium

Also Published As

Publication number Publication date
WO2023016205A1 (en) 2023-02-16

Similar Documents

Publication Publication Date Title
CN106990950B (en) Interface layout method and device
CN106775836B (en) Interface display method and interface display device
WO2018223717A1 (en) Webpage front-end testing method, device, system, apparatus and readable storage medium
CN110780789B (en) Game application starting method and device, storage medium and electronic device
EP3567861B1 (en) Electronic apparatus and controlling method thereof
CN108174255B (en) Smart television starting method, smart television and computer readable storage medium
CN112351093A (en) Screenshot image sharing method, device and equipment and computer readable storage medium
CN108322834B (en) Television setting method, television and computer readable storage medium
WO2017113855A1 (en) Application program interaction method and terminal
CN113805987A (en) Application initialization display method and device, intelligent terminal and readable storage medium
CN112463272B (en) Interface layout loading display method, system, electronic equipment and storage medium
CN112148395A (en) Page display method, device, equipment and storage medium
CN105373370B (en) Control display method and device
US20140085486A1 (en) Information processing terminal, information processing method, and apparatus control system
CN109284154A (en) Desktop starter template renewal method and device, server and storage medium
US20200020012A1 (en) Dynamic product information during barcode scanning
CN113709300B (en) Display method and device
CN111381978A (en) Method for accessing application program, storage medium and smart television
CN111176738B (en) Display card display method and system of UEFI mode and related components thereof
CN109672941B (en) Information input method, television and computer readable storage medium
CN112328940A (en) Method and device for embedding transition page into webpage, computer equipment and storage medium
US9898305B2 (en) Display method for logo graphics displayed on screen and smart device
CN111107165A (en) Disconnection reconnection method, disconnection reconnection device and computer readable storage medium
CN110928766A (en) Application software testing method, device, equipment and computer readable storage medium
CN110673897A (en) Physical key function control method and device and computer readable storage medium

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