CN109753483B - File management application page display method and device, mobile terminal and storage medium - Google Patents

File management application page display method and device, mobile terminal and storage medium Download PDF

Info

Publication number
CN109753483B
CN109753483B CN201811552685.5A CN201811552685A CN109753483B CN 109753483 B CN109753483 B CN 109753483B CN 201811552685 A CN201811552685 A CN 201811552685A CN 109753483 B CN109753483 B CN 109753483B
Authority
CN
China
Prior art keywords
page
data
file management
display
lower half
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
CN201811552685.5A
Other languages
Chinese (zh)
Other versions
CN109753483A (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.)
Huacha Intelligent Technology Shanghai Co ltd
Original Assignee
Huacha Intelligent Technology Shanghai Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huacha Intelligent Technology Shanghai Co ltd filed Critical Huacha Intelligent Technology Shanghai Co ltd
Priority to CN201811552685.5A priority Critical patent/CN109753483B/en
Publication of CN109753483A publication Critical patent/CN109753483A/en
Application granted granted Critical
Publication of CN109753483B publication Critical patent/CN109753483B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Telephone Function (AREA)

Abstract

The invention discloses a method and a device for displaying a file management application page, a mobile terminal and a computer readable storage medium, and belongs to the field of mobile terminals. The method comprises the following steps: dividing a file management application page display into an upper half page and a lower half page, wherein the lower half page can be pulled up to cover the upper half page; the upper half page displays a classification icon; the bottom half page shows the most recently added data. By the embodiment of the invention, data can be automatically loaded in batches without perception by a user, so that reasonable use of resources is achieved, the refreshing speed is optimized, the data display speed is higher, the data can be checked more conveniently, and the user experience is improved.

Description

File management application page display method and device, mobile terminal and storage medium
Technical Field
The present invention relates to the field of mobile terminals, and in particular, to a method and an apparatus for displaying a file management application page, a mobile terminal, and a computer-readable storage medium.
Background
Currently, the increasing popularity of mobile terminals, users using mobile terminals are increasing, and users use mobile terminals more and more frequently in daily life, so that the mobile terminal has become one of the mobile devices indispensable to the users.
In applications in a mobile terminal, there generally exists a file management Application APP (Application), and the display modes of the file management Application APP are various, including a display mode using a large icon and a detailed display mode using a file list. If the files of the user are more, for example, the installed applications are more, and the established folders are more, loading the files in the file management application APP is slower, and when the user scrolls downwards, the user can be stuck due to more data needing to be loaded, and the refreshing speed is slow; moreover, if a user wants to check the data recently added to the mobile terminal in the file management application, the data is more and more disordered, and the checking is not very convenient, so that the user experience is not good.
Disclosure of Invention
In view of this, the method and apparatus for displaying the file management application page, the mobile terminal and the computer-readable storage medium provided in the embodiments of the present invention can load data in batches automatically without sensing by a user, so that the resources are reasonably used, the refresh rate is optimized, the data display rate is faster, the viewing is more convenient, and the user experience is improved.
The technical scheme adopted by the invention for solving the technical problems is as follows:
according to an aspect of an embodiment of the present invention, a method for displaying a file management application page is provided, which is applied to a mobile terminal, and the method includes:
dividing a file management application page display into an upper half page and a lower half page, wherein the lower half page can be pulled up to cover the upper half page;
the upper half page displays a classification icon;
the bottom half page shows the most recently added data.
In one possible design, the bottom half page displays the most recently added data, including:
when the file management application home page is displayed, the lower half page displays part of data which is recently added to the mobile terminal;
when the lower half page is pulled up, the file management application page displays all data recently added to the mobile terminal in batches.
In one possible design, when the file management application home page is displayed, the lower half page displays a part of data recently added to the mobile terminal, including:
requesting to pull data which is only enough to display one screen from the database according to the reverse order of the adding time;
storing the data requested to be pulled in a first display list listView _ 1;
and displaying the data in the first display list listView _1 on the lower half page of the file management application.
In one possible design, when the lower half page is pulled up, the file management application page displays all data recently added to the mobile terminal in batches; the method comprises the following steps:
when the lower half page surface is pulled up, requesting to pull data from a database in batches according to a preset time unit;
storing the data requested to be pulled in batches in a second display list listView _ 2;
hiding and displaying the data of the first display list listView _1, and displaying the data in the second display list listView _2 in batches on the file management application page.
In one possible design, the batch division principle is based on data capable of displaying one screen, and the batch division principle is not based on data capable of displaying one screen.
In one possible design, the preset time unit includes at least one of: month, week, day, hour.
In one possible design, when the lower half page is pulled down and returned to the file management application home page, the data of the second display list listView _2 is hidden and displayed, and the data of the first display list listView _1 is switched and displayed.
According to another aspect of the embodiments of the present invention, an apparatus for displaying a file management application page is provided, which is applied to a mobile terminal, and includes: the device comprises a dividing module and a display module; wherein:
the dividing module is used for dividing the display of the file management application page into an upper half page and a lower half page, wherein the lower half page can be pulled up to cover the upper half page;
and the display module is used for displaying the classification icons on the upper half page and displaying the recently added data on the lower half page.
According to another aspect of the embodiments of the present invention, there is provided a mobile terminal, including: the file management application page display method comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein when the computer program is executed by the processor, the steps of the file management application page display method provided by the embodiment of the invention are realized.
According to another aspect of the embodiments of the present invention, a computer readable storage medium is provided, where a program of a method for file management application page display is stored, and when the program of the method for file management application page display is executed by a processor, the method for file management application page display provided by the embodiments of the present invention is implemented.
Compared with the prior art, the method and the device for displaying the file management application page, the mobile terminal and the computer readable storage medium provided by the embodiment of the invention are applied to the mobile terminal, and the file management APP page display is divided into the upper half page and the lower half page, wherein the lower half page can be pulled up to cover the upper half page; the upper half page displays a classification icon; the lower half page displays data which are recently added to the mobile terminal, and only displays data of a first display list listView _1 which is recently added to the mobile terminal on one screen when a file management APP home page is displayed; and when the lower half page surface is pulled up, displaying the data which is recently added to a second display list listView _2 of the mobile terminal by the file management APP page in batches. Therefore, through the alternate display of the first display list listView _1 and the second display list listView _2 and the data display method of pulling data in batches, the two display interfaces are not influenced mutually, data are automatically loaded in batches in a non-perception manner by a user, the reasonable use of resources is achieved, the refreshing speed is optimized, the data display speed is higher, the viewing is more convenient and faster, the user experience is improved, and the data display method under the interactive scene of pulling and displaying complete data is provided for the user.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of a mobile terminal implementing various embodiments of the present invention;
fig. 2 is a diagram illustrating a communication network architecture according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for displaying a document management application page according to an embodiment of the present invention;
FIG. 4 is a schematic diagram illustrating a home page display of a file management application page according to an embodiment of the present invention;
FIG. 5 is a diagram of a lower half of a file management application page pull-up page according to an embodiment of the present invention;
fig. 6 is a schematic diagram of a display result after a lower half page of a file management application page is pulled up according to an embodiment of the present invention;
FIG. 7 is a schematic structural diagram of an apparatus for displaying a document management application page according to an embodiment of the present invention;
FIG. 8 is a flowchart illustrating a method for displaying a document management application page according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of a mobile terminal according to an embodiment of the present invention.
The implementation, functional features and advantages of the present invention will be further described with reference to the accompanying drawings.
Detailed Description
In order to make the technical problems, technical solutions and advantageous effects of the present invention more clear and obvious, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and do not limit the invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
It should be noted that the terms first, second and the like in the description and in the claims, and in the drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
The terminal may be implemented in various forms. For example, the terminal described in the present invention may include a mobile terminal such as a mobile phone, a tablet computer, a notebook computer, a palmtop computer, a Personal Digital Assistant (PDA), a Portable Media Player (PMP), a navigation device, a wearable device, a smart band, a pedometer, and the like, and a fixed terminal such as a digital TV, a desktop computer, and the like.
The following description will be given by way of example of a mobile terminal, and it will be understood by those skilled in the art that the construction according to the embodiment of the present invention can be applied to a fixed type terminal, in addition to elements particularly used for mobile purposes.
Referring to fig. 1, which is a schematic diagram of a hardware structure of a mobile terminal for implementing various embodiments of the present invention, the mobile terminal 100 may include: RF (Radio Frequency) unit 101, wiFi module 102, audio output unit 103, a/V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111. Those skilled in the art will appreciate that the mobile terminal architecture shown in fig. 1 is not intended to be limiting of mobile terminals, which may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following specifically describes the components of the mobile terminal with reference to fig. 1:
the radio frequency unit 101 may be configured to receive and transmit signals during information transmission and reception or during a call, and specifically, receive downlink information of a base station and then process the downlink information to the processor 110; in addition, uplink data is transmitted to the base station. Typically, radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 can also communicate with a network and other devices through wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System for Mobile communications), GPRS (General Packet Radio Service), CDMA2000 (Code Division Multiple Access 2000 ), WCDMA (Wideband Code Division Multiple Access), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access), FDD-LTE (Frequency Division multiplexing-Long Term Evolution), and TDD-LTE (Time Division multiplexing-Long Term Evolution), etc.
WiFi belongs to a short-distance wireless transmission technology, and the mobile terminal can help a user to receive and send emails, browse webpages, access streaming media and the like through the WiFi module 102, and provides wireless broadband internet access for the user. Although fig. 1 shows the WiFi module 102, it is understood that it does not belong to the essential constitution of the mobile terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109 into an audio signal and output as sound when the mobile terminal 100 is in a call signal reception mode, a call mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output unit 103 may also provide audio output related to a specific function performed by the mobile terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is for receiving an audio or video signal. The a/V input Unit 104 may include a Graphics Processing Unit (GPU) 1041 and a microphone 1042, the Graphics processor 1041 Processing image data of still pictures or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphic processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102. The microphone 1042 can receive sounds (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, or the like, and can process such sounds into audio data. The processed audio (voice) data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 101 in case of a phone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting audio signals.
The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 1061 and/or a backlight when the mobile terminal 100 is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the gesture of the mobile phone (such as horizontal and vertical screen switching, related games, magnetometer gesture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, the description is omitted here.
The display unit 106 is used to display information input by a user or information provided to the user. The Display unit 106 may include a Display panel 1061, and the Display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the mobile terminal. Specifically, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, can collect touch operations of a user (e.g., operations of a user on the touch panel 1071 or near the touch panel 1071 using a finger, a stylus, or any other suitable object or accessory) thereon or nearby and drive the corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 110, and can receive and execute commands sent by the processor 110. In addition, the touch panel 1071 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 1071, the user input unit 107 may include other input devices 1072. In particular, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like, and are not limited to these specific examples.
Further, the touch panel 1071 may cover the display panel 1061, and when the touch panel 1071 detects a touch operation on or near the touch panel, the touch panel is transmitted to the processor 110 to determine the type of the touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of the touch event. Although the touch panel 1071 and the display panel 1061 are shown in fig. 1 as two separate components to implement the input and output functions of the mobile terminal, in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated to implement the input and output functions of the mobile terminal, and is not limited herein.
The interface unit 108 serves as an interface through which at least one external device is connected to the mobile terminal 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal 100 and external devices.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, etc. Further, the memory 109 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 110 is a control center of the mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile terminal and processes data by operating or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power supply 111 (e.g., a battery) for supplying power to various components, and preferably, the power supply 111 may be logically connected to the processor 110 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module and the like, which will not be described in detail herein.
In order to facilitate understanding of the embodiments of the present invention, a communication network system on which the mobile terminal of the present invention is based is described below.
Referring to fig. 2, fig. 2 is an architecture diagram of a communication Network system according to an embodiment of the present invention, the communication Network system is an LTE system of a universal mobile telecommunications technology, and the LTE system includes a UE (User Equipment) 201, an e-UTRAN (Evolved UMTS Terrestrial Radio Access Network) 202, an epc (Evolved Packet Core) 203, and an IP service 204 of an operator, which are in communication connection in sequence.
Specifically, the UE201 may be the terminal 100 described above, and is not described herein again.
The E-UTRAN202 includes eNodeB2021 and other eNodeBs 2022, among others. The eNodeB2021 may be connected with other eNodeB2022 via backhaul (e.g., X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide the UE201 with access to the EPC 203.
The EPC203 may include MME (Mobility Management Entity) 2031, hss (Home Subscriber Server) 2032, other MME2033, SGW (Serving gateway) 2034, pgw (PDN gateway) 2035, PCRF (Policy and Charging Rules Function) 2036, and the like. The MME2031 is a control node that handles signaling between the UE201 and the EPC203, and provides bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location register (not shown) and holds subscriber specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034, PGW2035 may provide IP address assignment for UE201 and other functions, and PCRF2036 is a policy and charging control policy decision point for traffic data flow and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
The IP services 204 may include the internet, intranets, IMS (IP Multimedia Subsystem), or other IP services, among others.
Although the LTE system is described as an example, it should be understood by those skilled in the art that the present invention is not limited to the LTE system, but may also be applied to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network systems.
Based on the above mobile terminal hardware structure and communication network system, the present invention provides various embodiments of the method.
Please refer to fig. 3. The embodiment of the invention provides a display method of a file management Application (APP) page, which is applied to a mobile terminal and comprises the following steps:
the method comprises the following steps of S1, dividing a file management APP page into an upper half page and a lower half page, wherein the lower half page can be pulled up to cover the upper half page;
s2, displaying classification icons on the upper half page, wherein the classification icons comprise icons of the types of pictures, music, videos and the like;
s3, displaying the data which is added recently on the lower half page, namely displaying the data which is added recently to the mobile terminal; wherein the data comprises files, APPs and the like.
Further, in the step S3, the most recently added data is displayed on the lower half page; the method comprises the following steps:
and S31, when the file management APP home page is displayed, the lower half page displays part of data which is recently added to the mobile terminal. The file management APP home page is a first page which is started or opened and displayed first after entering the file management APP page, and the upper half page and the lower half page are displayed in the file management APP home page. As shown in fig. 4.
And S32, when the lower half page surface is pulled up, displaying all data recently added to the mobile terminal in batches by the file management APP page. As shown in fig. 6.
Further, in step S31, when the file management APP home page is displayed, the lower half page displays part of data recently added to the mobile terminal; the method comprises the following steps:
step S311, requesting to pull data which is only enough to display one screen from the database according to the reverse order of the adding time; wherein, the one screen refers to the screen size of the page display of the file management APP. If all the recently added data are not enough to enable the file management APP page to be displayed completely, pulling all the recently added data from a database request; and if all the recently added data are too much, so that the file management APP page cannot display all the recently added data, requesting to pull the data which is only enough to display one screen from the database.
And S312, storing the data requested to be pulled in a first display list listView _ 1.
Step 313, displaying the data in the first display list listView _1 on the lower half page of the file management APP.
In the foregoing, the request to pull the data enough to display one screen only from the database according to the reverse order of the adding time without requesting to pull more data mainly considers that the display space on the file management APP page is limited, and if all the data added recently are many, the file management APP page cannot display all the data added recently, at this time, when the file management APP is started or opened or the user does not pull the lower half page to view all the data added recently, only the data enough to display one screen need to be pulled, and all the data do not need to be pulled, thereby optimizing the speed.
Further, in the step S32, when the lower half page is pulled up, the file management APP page displays all data recently added to the mobile terminal in batches; as shown in fig. 5 and 6, includes:
step S321, when the lower half paging surface is pulled up, requesting to pull data from a database in batches according to a preset time unit; the batch division principle is based on data which can display one screen, and the batch division principle is based on batch calculation which cannot display the data of one screen. The preset time unit at least comprises one of the following: month, week, day, hour.
And step S322, storing the data requested to be pulled in batches in a second display list listView _ 2.
S323, hiding and displaying data of the first display list listView _1, and displaying data in the second display list listView _2 in batches on the page of the file management APP;
step S324, when the lower half page is pulled down and the file management APP home page is returned, hiding and displaying the data of the second display list listView _2, and switching and displaying the data of the first display list listView _ 1.
The method for displaying the file management APP page is applied to a mobile terminal, and the file management APP page is divided into an upper half page and a lower half page, wherein the lower half page can be pulled up to cover the upper half page; the upper half page displays a classification icon; the lower half page displays data which are recently added to the mobile terminal, and only displays data of a first display list listView _1 which is recently added to the mobile terminal on one screen when a file management APP home page is displayed; and when the lower half page surface is pulled up, displaying the data which is recently added to a second display list listView _2 of the mobile terminal by the file management APP page in batches. Therefore, through the alternate display of the first display list listView _1 and the second display list listView _2 and the combination of a data display method for pulling data in batches, the two display interfaces are not influenced mutually, data are automatically loaded in batches without perception by a user, reasonable use of resources is achieved, the refreshing speed is optimized, the data display speed is higher, the viewing is more convenient, the user experience is improved, and a data display method under an interactive scene of displaying complete data in an upward pulling mode is provided for the user.
Please refer to fig. 7. The embodiment of the invention provides a device for displaying a file management Application (APP) page, which is applied to a mobile terminal and comprises the following components: the device comprises a dividing module 10, a request module 20, a storage module 30 and a display module 40; wherein:
the dividing module 10 is configured to divide a file management APP page into an upper half page and a lower half page, where the lower half page can be pulled up to cover the upper half page.
The display module 40 is configured to display a classification icon on the upper half page and display the most recently added data on the lower half page; the classification icons comprise icons of types such as pictures, music and videos; the data comprises files, APP and the like; the method specifically comprises the following steps:
displaying a classification icon on the upper half page;
and when the file management APP home page is displayed, displaying part of data which is recently added to the mobile terminal on the lower half page. The file management APP home page is a first page which is started or opened and displayed first after entering the file management APP page, and the upper half page and the lower half page are displayed in the file management APP home page. The method specifically comprises the following steps: and displaying data in a first display list listView _1 on the lower half page of the file management APP.
When the lower half page surface is pulled up, displaying all data recently added to the mobile terminal in batches on the file management APP page; the method comprises the following steps:
hiding and displaying data of the first display list listView _1, and displaying data in the second display list listView _2 in batches on the page of the file management APP;
when the lower half page is pulled down and the file management APP home page is returned, the data of the second display list listView _2 is hidden and displayed, and the data of the first display list listView _1 is switched and displayed.
The request module 20 is configured to request to pull the displayed data from the database; the method specifically comprises the following steps:
when the file management APP home page is displayed, requesting to pull data which is only enough to display one screen from the database according to the reverse order of adding time; wherein, the one screen refers to the screen size of the page display of the file management APP. If all the recently added data are not enough to enable the file management APP page to be displayed completely, requesting to pull all the recently added data from a database; if all recently added data are too much, so that the file management APP page cannot display all recently added data, requesting to pull data which are only enough to display one screen from a database; and
and when the lower half page surface is pulled up, requesting to pull data from the database in batches according to a preset time unit. The batch division principle is based on data which can display one screen, and the batch division principle is not based on batch calculation of the data which can display one screen. The preset time unit at least comprises one of the following: month, week, day, hour.
The saving module 30 is configured to save the data requested to be pulled, and includes: a first display list listView _1 and a second display list listView _2, wherein:
the first display list listView _1 is used for storing the data which are required to be only displayed on one screen and pulled from the database by the request module according to the reverse order of the adding time when the file management APP home page is displayed.
And the second display list listView _2 is used for storing the data which are requested to be pulled from the database by the request module in batches according to a preset time unit when the lower half page is pulled up.
The device for displaying the file management APP page is applied to a mobile terminal, the file management APP page is divided into an upper half page and a lower half page through a dividing module, and the lower half page can be pulled up to cover the upper half page; the display module displays classification icons on the upper half page, displays data which are recently added to the mobile terminal on the lower half page, and only displays data of a first display list listView _1 which is recently added to the mobile terminal on one screen on the lower half page when a file management APP home page is displayed; and when the lower half page surface is pulled up, displaying the data which is recently added to a second display list listView _2 of the mobile terminal in batches on the file management APP page. Therefore, through the alternate display of the first display list listView _1 and the second display list listView _2 and the combination of a data display method for pulling data in batches, the two display interfaces are not influenced mutually, data are automatically loaded in batches without perception by a user, reasonable use of resources is achieved, the refreshing speed is optimized, the data display speed is higher, the viewing is more convenient, the user experience is improved, and a data display method under an interactive scene of displaying complete data in an upward pulling mode is provided for the user.
It should be noted that the apparatus embodiment and the method embodiment belong to the same concept, and specific implementation processes thereof are described in detail in the method embodiment, and technical features in the method embodiment are correspondingly applicable in the apparatus embodiment, and are not described herein again.
The technical solution of the present invention is further described in detail with reference to the following examples.
Please refer to fig. 4 to fig. 6 and fig. 8.
In this embodiment, the data is described by taking a file as an example, and the preset time unit is described by taking a day as a unit.
A method for displaying a file management APP page is applied to a mobile terminal and comprises the following steps:
step S501, dividing a file management APP page into an upper half page and a lower half page, wherein the lower half page can be pulled up to cover the upper half page; as shown in fig. 4.
Step S502, displaying classification icons on the upper half page when the file management APP home page is displayed; as shown in fig. 4, the upper page half displays picture icons, audio icons, video icons, and document icons.
Step S503, requesting to pull files which are only enough to display one screen from the database according to the reverse order of the adding time; the one screen refers to the size of a screen displayed by the file management APP page. If all the files which are added recently are not enough to enable the file management APP page to be displayed completely, all the files which are added recently are requested to be pulled from a database; and if all the files added recently are too many, so that the files added recently cannot be displayed on the file management APP page, requesting to pull the files which are only enough to display one screen from the database.
And step S504, storing the file requested to be pulled in a first display list listView _ 1.
And step S505, displaying the files in the first display list listView _1 on the lower half page of the file management APP. As shown in fig. 4, the upper half page displays file 1, file 2, file 3, file 4, and file 5.
Step S506, if the user has pulled up the lower half page? If yes, go to step S507; otherwise, the process proceeds to step S502. As shown in FIG. 5, the upward arrow indicates that the user pulls up the lower half of the page, looking at more files added to the mobile terminal.
Step S507, when the lower half page surface is pulled up, the files are requested to be pulled from the database in batches by taking the day as a unit; the batch division principle is based on the fact that files capable of displaying one screen are not enough to be displayed on one screen according to a batch.
And step S508, storing the files requested to be pulled in the second display list listView _2 in batches.
Step S509, hiding and displaying the file in the first display list listView _1, and displaying the files in the second display list listView _2 in batches on the file management APP page. As shown in fig. 6, the file management APP page displays a first batch of files 1, 2, 3, 4, 5, 6, 7, 8, 9. If the user continues to pull up the lower half page, the second batch of files 10, 11, 12, 13, 14, 15, 16, 17, 18, etc. continues to be displayed.
Step S510, is there a user to pull down the lower half page? If yes, go to step S511; otherwise, the process proceeds to step S509.
And S511, returning to display the front page of the file management APP, hiding and displaying the file of the second display list listView _2, and switching and displaying the file of the first display list listView _ 1. I.e. from the page shown in fig. 6 back to the home page shown in fig. 6.
In addition, an embodiment of the present invention further provides a mobile terminal, as shown in fig. 9, where the mobile terminal 900 includes: a memory 902, a processor 901 and one or more computer programs stored in the memory 902 and operable on the processor 901, the memory 902 and the processor 901 being coupled together by a bus system 903, the one or more computer programs when executed by the processor 901 implementing the following steps of a method for file management application page display provided by an embodiment of the present invention:
s1, dividing a file management APP page into an upper half page and a lower half page, wherein the lower half page can be pulled up to cover the upper half page;
s2, displaying classification icons on the upper half page, wherein the classification icons comprise icons of the types of pictures, music, videos and the like;
s3, displaying the data which is added recently on the lower half page, namely displaying the data which is added recently to the mobile terminal; wherein the data comprises files, APPs and the like.
Further, in the step S3, the most recently added data is displayed on the lower half page; the method comprises the following steps:
and S31, when the file management APP home page is displayed, the lower half page displays part of data which are recently added to the mobile terminal. The file management APP home page refers to a first page displayed first after the file management APP page is started or opened, and the upper half page and the lower half page are displayed in the file management APP home page.
And S32, when the lower half page surface is pulled up, displaying all data recently added to the mobile terminal in batches by the file management APP page.
Further, in step S31, when the file management APP home page is displayed, the lower half page displays part of data recently added to the mobile terminal; the method comprises the following steps:
step S311, requesting to pull data which is only enough to display one screen from the database according to the reverse order of the adding time; wherein, the one screen refers to the screen size of the page display of the file management APP. If all the recently added data are not enough to enable the file management APP page to be displayed completely, pulling all the recently added data from a database request; and if all the recently added data are too much, so that the file management APP page cannot display all the recently added data, requesting to pull the data which is only enough to display one screen from the database.
And step S312, storing the data requested to be pulled in a first display list listView _ 1.
Step S313, displaying the data in the first display list listView _1 on the lower half page of the file management APP.
In the foregoing, the request to pull the data enough to display one screen only from the database according to the reverse order of the adding time without requesting to pull more data mainly considers that the display space on the file management APP page is limited, and if all the data added recently are many, the file management APP page cannot display all the data added recently, at this time, when the file management APP is started or opened or the user does not pull the lower half page to view all the data added recently, only the data enough to display one screen need to be pulled, and all the data do not need to be pulled, thereby optimizing the speed.
Further, in step S32, when the lower half page is pulled up, the file management APP page displays all data recently added to the mobile terminal in batches; the method comprises the following steps:
step S321, when the lower half paging surface is pulled up, requesting to pull data from a database in batches according to a preset time unit; the batch division principle is based on data which can display one screen, and the batch division principle is not based on batch calculation of the data which can display one screen. The preset time unit at least comprises one of the following: month, week, day, hour.
And step S322, storing the data requested to be pulled in batches in a second display list listView _ 2.
S323, hiding and displaying data of the first display list listView _1, and displaying data in the second display list listView _2 in batches on the page of the file management APP;
step S324, when the lower half page is pulled down and the file management APP home page is returned, hiding and displaying the data of the second display list listView _2, and switching and displaying the data of the first display list listView _ 1.
The method disclosed in the above embodiments of the present invention may be applied to the processor 901, or implemented by the processor 901. The processor 901 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be implemented by an integrated logic circuit of hardware or an instruction in the form of software in the processor 901. The processor 901 may be a general purpose processor, a DSP, or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like. The processor 901 may implement or perform the methods, steps and logic blocks disclosed in the embodiments of the present invention. A general purpose processor may be a microprocessor or any conventional processor or the like. The steps of the method disclosed by the embodiment of the invention can be directly implemented by a hardware decoding processor, or can be implemented by combining hardware and software modules in the decoding processor. The software modules may be located in a storage medium located in the memory 902, and the processor 901 reads the information in the memory 902 and performs the steps of the foregoing method in combination with the hardware thereof.
It is to be understood that the memory 902 of embodiments of the present invention may be either volatile memory or nonvolatile memory, and may include both volatile and nonvolatile memory. Among them, the nonvolatile Memory may be a Read-Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Programmable Read-Only Memory (EPROM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), a magnetic Random Access Memory (FRAM), a Flash Memory (Flash Memory) or other Memory technologies, a Compact disc Read-Only Memory (CD-ROM), a Digital Versatile Disc (DVD), or other optical disc storage, a magnetic cartridge, a magnetic tape, a magnetic Disk storage, or other magnetic storage devices; the volatile Memory may be a Random Access Memory (RAM), and by way of example and not limitation, many forms of RAM are available, such as Static Random Access Memory (SRAM), static Random Access Memory (SSRAM), dynamic Random Access Memory (DRAM), synchronous Dynamic Random Access Memory (SDRAM), synchronous Dynamic Random Access Memory (ddr RAM), enhanced Synchronous Dynamic Random Access Memory (ESDRAM), synchronous Dynamic Random Access Memory (ddr RAM), synchronous Random Access Memory (ddr RAM), random Access Memory (DRAM), direct Random Access Memory (RAM), and Direct Random Access Memory (RAM). The described memory for embodiments of the present invention is intended to comprise, without being limited to, these and any other suitable types of memory.
It should be noted that the above-mentioned embodiment of the mobile terminal and the embodiment of the method belong to the same concept, and the specific implementation process is described in detail in the embodiment of the method, and the technical features in the embodiment of the method are correspondingly applicable in the embodiment of the mobile terminal, which is not described herein again.
In addition, in an exemplary embodiment, an embodiment of the present invention further provides a computer storage medium, specifically a computer-readable storage medium, for example, a memory 902 storing a computer program, where the computer storage medium stores one or more programs of a method for displaying a file management application page, and when the one or more programs of the method for displaying a file management application page are executed by a processor 901, the following steps of the method for displaying a file management application page provided by the embodiment of the present invention are implemented:
s1, dividing a file management APP page into an upper half page and a lower half page, wherein the lower half page can be pulled up to cover the upper half page;
s2, displaying classification icons on the upper half page, wherein the classification icons comprise icons of the types of pictures, music, videos and the like;
s3, displaying the data which is added recently on the lower half page, namely displaying the data which is added recently to the mobile terminal; wherein the data comprises files, APPs and the like.
Further, in the step S3, the most recently added data is displayed on the lower half page; the method comprises the following steps:
and S31, when the file management APP home page is displayed, the lower half page displays part of data which is recently added to the mobile terminal. The file management APP home page refers to a first page displayed first after the file management APP page is started or opened, and the upper half page and the lower half page are displayed in the file management APP home page.
And S32, when the lower half page surface is pulled up, displaying all data recently added to the mobile terminal in batches by the file management APP page.
Further, in step S31, when the file management APP home page is displayed, the lower half page displays part of data recently added to the mobile terminal; the method comprises the following steps:
step S311, requesting to pull data which is only enough to display one screen from the database according to the reverse order of the adding time; wherein, the one screen refers to the screen size of the page display of the file management APP. If all the recently added data are not enough to enable the file management APP page to be displayed completely, requesting to pull all the recently added data from a database; and if all the recently added data are too much, so that the file management APP page cannot display all the recently added data, requesting to pull the data which is only enough to display one screen from the database.
And step S312, storing the data requested to be pulled in a first display list listView _ 1.
Step S313, displaying the data in the first display list listView _1 on the lower half page of the file management APP.
In the foregoing, the request to pull the data enough to display one screen only from the database according to the reverse order of the adding time without requesting to pull more data mainly considers that the display space on the file management APP page is limited, and if all the data added recently are many, the file management APP page cannot display all the data added recently, at this time, when the file management APP is started or opened or the user does not pull the lower half page to view all the data added recently, only the data enough to display one screen need to be pulled, and all the data do not need to be pulled, thereby optimizing the speed.
Further, in the step S32, when the lower half page is pulled up, the file management APP page displays all data recently added to the mobile terminal in batches; the method comprises the following steps:
step S321, when the lower half paging surface is pulled up, requesting to pull data from a database in batches according to a preset time unit; the batch division principle is based on data which can display one screen, and the batch division principle is based on batch calculation which cannot display the data of one screen. The preset time unit at least comprises one of the following: month, week, day, hour.
And step S322, storing the data requested to be pulled in batches in a second display list listView _ 2.
S323, hiding and displaying data of the first display list listView _1, and displaying data in the second display list listView _2 in batches on the page of the file management APP;
step S324, when the lower half page is pulled down and the file management APP home page is returned, hiding and displaying the data of the second display list listView _2, and switching and displaying the data of the first display list listView _ 1.
It should be noted that the method program embodiment and the method embodiment of the file management application page display on the computer-readable storage medium belong to the same concept, and specific implementation processes thereof are detailed in the method embodiment, and technical features in the method embodiment are applicable to the embodiments of the computer-readable storage medium, and are not 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 phrases "comprising a component of' 8230; \8230;" does not exclude the presence of another like element 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 solutions 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 a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (7)

1. A method for displaying a file management application page is applied to a mobile terminal, and is characterized by comprising the following steps:
dividing a file management application page display into an upper half page and a lower half page, wherein the lower half page can be pulled up to cover the upper half page;
the upper half page displays a classification icon;
the lower half page displays the most recently added data;
wherein the lower half page displays recently added data, including:
when the file management application home page is displayed, the lower half page displays part of data which is recently added to the mobile terminal;
when the lower half page surface is pulled up, the file management application page displays all data recently added to the mobile terminal in batches;
wherein, when the file management application home page is displayed, the lower half page displays part of data recently added to the mobile terminal, including:
requesting to pull data which is only enough to display one screen from the database according to the reverse order of the adding time;
storing the data requested to be pulled in a first display list listView _ 1;
displaying data in the first display list listView _1 on the lower half page of the file management application;
when the lower half page surface is pulled up, the file management application page displays all data recently added to the mobile terminal in batches; the method comprises the following steps:
when the lower half page surface is pulled up, requesting to pull data from a database in batches according to a preset time unit;
storing the data requested to be pulled in a second display list listView _2 in batches;
hiding and displaying the data of the first display list listView _1, and displaying the data in the second display list listView _2 in batches on the file management application page.
2. The method of claim 1, wherein the batch division rule is based on data capable of displaying one screen, and is not sufficient for displaying one screen.
3. The method of claim 1, wherein the preset time unit comprises at least one of: month, week, day, hour.
4. The method according to claim 1, wherein when the lower half page is dropped back to the file management application home page, the data of the second display list listView _2 is hidden and displayed, and the data of the first display list listView _1 is switched and displayed.
5. An apparatus for displaying pages of a document management application, for use in a method for displaying pages of a document management application according to any one of claims 1 to 4, comprising: the device comprises a dividing module and a display module; wherein:
the dividing module is used for dividing the display of the file management application page into an upper half page and a lower half page, wherein the lower half page can be pulled up to cover the upper half page;
and the display module is used for displaying the classification icons on the upper half page and displaying the recently added data on the lower half page.
6. A mobile terminal, comprising: memory, processor and computer program stored on said memory and executable on said processor, said computer program, when executed by said processor, implementing the steps of a method of document management application page display according to any one of claims 1 to 4.
7. A computer-readable storage medium, on which a program of a method of file management application page display is stored, which when executed by a processor implements the steps of the method of file management application page display of any of claims 1 to 4.
CN201811552685.5A 2018-12-18 2018-12-18 File management application page display method and device, mobile terminal and storage medium Active CN109753483B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811552685.5A CN109753483B (en) 2018-12-18 2018-12-18 File management application page display method and device, mobile terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811552685.5A CN109753483B (en) 2018-12-18 2018-12-18 File management application page display method and device, mobile terminal and storage medium

Publications (2)

Publication Number Publication Date
CN109753483A CN109753483A (en) 2019-05-14
CN109753483B true CN109753483B (en) 2022-10-11

Family

ID=66402727

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811552685.5A Active CN109753483B (en) 2018-12-18 2018-12-18 File management application page display method and device, mobile terminal and storage medium

Country Status (1)

Country Link
CN (1) CN109753483B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112346684A (en) * 2020-10-20 2021-02-09 深圳Tcl新技术有限公司 Data display method and device, television and computer readable storage medium
CN116048360B (en) * 2023-02-14 2023-11-07 江西数字网联信息安全技术有限公司 List automatic circulation infinite scrolling method, system and readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63208158A (en) * 1987-02-25 1988-08-29 Fuji Xerox Co Ltd Document managing device
CN103885965A (en) * 2012-12-21 2014-06-25 鸿富锦精密工业(深圳)有限公司 Page loading management method and page loading management system
CN107765945A (en) * 2017-10-17 2018-03-06 广东欧珀移动通信有限公司 A kind of file management method, device, terminal and computer-readable recording medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10691299B2 (en) * 2014-09-25 2020-06-23 Oracle International Corporation Display of hierarchical datasets using high-water mark scrolling

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63208158A (en) * 1987-02-25 1988-08-29 Fuji Xerox Co Ltd Document managing device
CN103885965A (en) * 2012-12-21 2014-06-25 鸿富锦精密工业(深圳)有限公司 Page loading management method and page loading management system
CN107765945A (en) * 2017-10-17 2018-03-06 广东欧珀移动通信有限公司 A kind of file management method, device, terminal and computer-readable recording medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
《腾讯文件管理器》;小狐狸331045506;《搜狐视频》;20180421;第1-3页 *

Also Published As

Publication number Publication date
CN109753483A (en) 2019-05-14

Similar Documents

Publication Publication Date Title
CN108037893B (en) Display control method and device of flexible screen and computer readable storage medium
CN108553896B (en) State information display control method, terminal and computer readable storage medium
CN107807767B (en) Communication service processing method, terminal and computer readable storage medium
CN107979667B (en) Dual-screen display method, mobile terminal and computer-readable storage medium
CN112394896A (en) Method and device for controlling reverse screen projection frame rate and computer readable storage medium
CN107463255A (en) A kind of video broadcasting method, terminal and computer-readable recording medium
CN108322602B (en) Method, terminal and computer readable storage medium for processing application no response
CN113194197A (en) Interaction method, terminal and storage medium
CN107729104B (en) Display method, mobile terminal and computer storage medium
CN109725967B (en) Method and device for adjusting horizontal and vertical screen display errors, mobile terminal and storage medium
CN109753483B (en) File management application page display method and device, mobile terminal and storage medium
CN109711830B (en) Quick display method and device for two-dimension code payment, mobile terminal and storage medium
CN110955397A (en) Method for setting frame rate of game terminal, game terminal and storage medium
CN108810262B (en) Application configuration method, terminal and computer readable storage medium
CN112130728B (en) Icon display method of folding screen and related device
CN113325981A (en) Processing method, mobile terminal and storage medium
CN112543248A (en) Air-separating operation method, terminal and storage medium
CN112068689A (en) Brightness adjusting method, terminal and computer storage medium
CN107506103A (en) A kind of terminal control method, terminal and computer-readable recording medium
CN109683796B (en) Interaction control method, equipment and computer readable storage medium
CN110087013B (en) Video chat method, mobile terminal and computer readable storage medium
CN114138144A (en) Control method, intelligent terminal and storage medium
CN113467880A (en) Virtual screen-based foreground application on-hook method, mobile terminal and storage medium
CN107562317B (en) Display method and terminal
CN112230825A (en) Sharing method, mobile terminal and 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220919

Address after: Room 202, 2nd Floor (3rd Floor of Actual Floor), No. 6-8, Zhongshan East Second Road, Huangpu District, Shanghai, 200010

Applicant after: Huacha Intelligent Technology (Shanghai) Co.,Ltd.

Address before: 518057 Dazu Innovation Building, 9018 Beihuan Avenue, Nanshan District, Shenzhen City, Guangdong Province, 6-8, 10-11, 6 and 6-10 floors in Area A, B and C

Applicant before: NUBIA TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant