CN103136203A - Data receiving method and data receiving device of application program of mobile terminal - Google Patents

Data receiving method and data receiving device of application program of mobile terminal Download PDF

Info

Publication number
CN103136203A
CN103136203A CN2011103749988A CN201110374998A CN103136203A CN 103136203 A CN103136203 A CN 103136203A CN 2011103749988 A CN2011103749988 A CN 2011103749988A CN 201110374998 A CN201110374998 A CN 201110374998A CN 103136203 A CN103136203 A CN 103136203A
Authority
CN
China
Prior art keywords
mobile terminal
data
size
application program
server
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
CN2011103749988A
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.)
Uninews Times (beijing) International Information Technology Co Ltd
Original Assignee
Uninews Times (beijing) International Information Technology 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 Uninews Times (beijing) International Information Technology Co Ltd filed Critical Uninews Times (beijing) International Information Technology Co Ltd
Priority to CN2011103749988A priority Critical patent/CN103136203A/en
Publication of CN103136203A publication Critical patent/CN103136203A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention provides a data receiving method and a data receiving device of an application program of a mobile terminal. The method includes a format confirming step, a data processing step and a data sending step. The format confirming step is used for confirming the size of data which the mobile terminal can process. The data processing step is used for dividing the data into two or more than two sub data sets according to the size of the data which the mobile terminal can process, wherein the size of the data which the mobile terminal can process is confirmed by the format confirming step. The data sending step is used for sending a current sub data set to the mobile terminal and displaying the current sub data set to a user. When the user reads the current sub data set, next sub data set is sent to the mobile terminal. An embodiment of the invention provides the data receiving method and the data receiving device of the application program of the mobile terminal. The data receiving method and the data receiving device of the application program of the mobile terminal can divide the data of a server (such as a text and a webpage) into a plurality of sub data sets according to the mobile terminal. When the user reads the current sub data set, the next sub data set is sent. Accordingly, the mobile terminal is prevented from causing the errors of memory overflow and the like when the mobile terminal is lack of processing capacity.

Description

A kind of data receive method of application program of mobile terminal and device
Technical field
The present invention relates to communication technique field, particularly the data receive method of the application program of mobile terminal and device.
Background technology
Along with the development of electronic technology, the volume of mobile terminal is more and more less of satisfying movability, portable requirement, so the developing direction of mobile terminal is small and exquisite, frivolous.Wherein, data transmission service has become the second largest business that is only second to speech business.And browsing page, reading news and novel have become a very common application.
Along with the improvement of technology, mobile terminal can be realized powerful processing power and large-sized display screen easily, and the flying power of battery becomes the bottleneck of restriction mobile terminal development.A lot of mobile terminals, particularly intelligent mobile terminal limit the processing power of mobile terminal based on the consideration of power consumption and cost control aspect, and internal memory and/or the processing power of therefore a lot of mobile terminals are limited.And the active user has been not content with and just read simple word, so the page of news, amusement, novel etc. various websites is all more beautiful, and content is also very abundant.The application program of mobile terminal is very easy to because of mistakes such as the performance deficiency cause that internal memory overflows when accepting data (such as browsing this webpage) like this.And a lot of Internet service providers also need webpage is carried out many restrictions, or webpage is divided into a plurality of subpage frames to be transmitted respectively, to satisfy the performance of part mobile terminal in order to satisfy the demand of multiple mobile phone users.Can feel to bother very much but use for the good mobile phone users of a lot of performances like this.
Summary of the invention
For what the internal memory that solves mobile terminal in prior art and/or processing power difference caused, wrong problem is appearred in mobile terminal, the embodiment of the present invention has proposed a kind of data receive method and device of application program of mobile terminal.Described technical scheme is as follows:
The embodiment of the present invention has proposed a kind of data receive method of application program of mobile terminal, comprising:
The form determining step be used for to be determined the size that this mobile terminal can deal with data;
Data processing step, be used for according to the form determining step determine can deal with data size, data are cut into two or more subdatas;
Data sending step is used for current subdata is sent to mobile terminal and is shown to the user, and when the user reads current subdata, the next son data is sent to mobile terminal.
Preferred as technique scheme, described form determining step is specially:
Read the hardware parameter of mobile terminal, and determine that according to the hardware parameter of mobile terminal mobile terminal can receive the size of webpage.
Preferred as technique scheme, described form determining step is specially:
Determine that according to the parameter of user's input mobile terminal can receive the size of webpage.
Preferred as technique scheme, described data processing step is specially:
Send to server the size that described mobile terminal can deal with data, so that server is cut into two or more subdatas with described data, wherein each subdata is not more than the size that described mobile terminal can deal with data.
Preferred as technique scheme, described data sending step is specially:
A, server send to mobile terminal with the first subdata;
B, mobile terminal are shown to the user with current subdata, and to server request next son data;
C, server have judged whether the next son data, if having these next son data are sent to mobile terminal and return to step B, otherwise step finishes.
The embodiment of the present invention has also proposed a kind of data sink of application program of mobile terminal, comprising:
The form determination module be used for to be determined the size that this mobile terminal can deal with data;
Data processing module, be used for according to the form determination module determine can deal with data size, data are cut into two or more subdatas;
Data transmission blocks is used for current subdata is sent to mobile terminal and is shown to the user, and when the user reads current subdata, the next son data is sent to mobile terminal.
Preferred as technique scheme, described form determination module can specifically be used for: read the hardware parameter of mobile terminal, and determine that according to the hardware parameter of mobile terminal mobile terminal can receive the size of webpage.
Preferred as technique scheme, described form determination module can also specifically be used for: determine that according to the parameter of user's input mobile terminal can receive the size of webpage.
Preferred as technique scheme, described data processing module specifically is used for: send to server the size that described mobile terminal can deal with data, so that server is cut into two or more subdatas with described data, wherein each subdata is not more than the size that described mobile terminal can deal with data.
Preferred as technique scheme, the workflow of described data transmission blocks is specially:
A, server send to mobile terminal with the first subdata;
B, mobile terminal are shown to the user with current subdata, and to server request next son data;
C, server have judged whether the next son data, if having these next son data are sent to mobile terminal and return to step B, otherwise step finishes.
The beneficial effect of the technical scheme that the embodiment of the present invention provides is: the embodiment of the present invention has proposed a kind of data receive method and device of application program of mobile terminal, the data (such as text, webpage etc.) of server can be divided into a plurality of subdatas according to mobile terminal, like this for the relatively weak mobile terminal of processing power, can be a plurality of subdatas with Data Segmentation and be shown to the user, send again the next son data when the user reads current subdata, can prevent like this mistakes such as the mobile terminal processing power causes that internal memory overflows when not enough.
Description of drawings
In order to be illustrated more clearly in the technical scheme of the embodiment of the present invention, the below will do one to the accompanying drawing that uses in embodiment and introduce simply, apparently, below listed accompanying drawing be only some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is the schematic flow sheet of the method for the embodiment of the present invention;
Fig. 2 is the structural representation of the device of the embodiment of the present invention.
Embodiment
For making the purpose, technical solutions and advantages of the present invention clearer, embodiment of the present invention is described further in detail below in conjunction with accompanying drawing.
The method of the embodiment of the present invention comprises as shown in Figure 1:
Step 101, determine the size that this mobile terminal can deal with data;
Step 102, according to the form determining step determine can deal with data size, data are cut into two or more subdatas;
Step 103, current subdata is sent to mobile terminal and is shown to the user, and when the user reads current subdata, the next son data are sent to mobile terminal.
So just can determine that tender consolidation receives form and the size of webpage by the difference of mobile terminal, thereby web data is divided into sub-pages, to satisfy the performance of mobile terminal.
Wherein, above-mentioned step 101 can be specially:
Step 1011, read the hardware parameter of mobile terminal, and determine that according to the hardware parameter of mobile terminal mobile terminal can receive the size of webpage.
Can automatically read the hardware parameter of mobile terminal like this, by the size of the definite data that can process of mobile terminal.This mode need not the user and participates in, and can automatically realize to the cutting apart of data, to be user-friendly to.
Wherein, step 101 also can be specially:
Step 101a, determine that according to the parameter of user input mobile terminal can receive the size of webpage.
Like this can be according to user's hobby, the size of Autonomous determination receive data.
Wherein, this step 102 can for:
Step 1021, send to server the size that described mobile terminal can deal with data, so that server is cut into two or more subdatas with described data, wherein each subdata is not more than the size that described mobile terminal can deal with data.
Server end need not to carry out pre-service for data more like this, can data be cut apart according to the processing power of mobile terminal, and the problem that processing power is not strong or low memory causes appears in mode.
Wherein, this step 103 can for:
Step 1031, server send to mobile terminal with the first subdata;
Step 1032, mobile terminal are shown to the user with current subdata, and to server request next son data;
Step 1033, server have judged whether the next son data, if having these next son data are sent to mobile terminal and return to step 1032, otherwise step finishes.
Accordingly, the embodiment of the present invention has also proposed a kind of application program of mobile terminal, and its structure comprises as shown in Figure 2:
The form determination module be used for to be determined the size that this mobile terminal can deal with data;
Data processing module, be used for according to the form determination module determine can deal with data size, data are cut into two or more subdatas;
Data transmission blocks is used for current subdata is sent to mobile terminal and is shown to the user, and when the user reads current subdata, the next son data is sent to mobile terminal.
Wherein, described form determination module can specifically be used for: read the hardware parameter of mobile terminal, and determine that according to the hardware parameter of mobile terminal mobile terminal can receive the size of webpage.
Wherein, described form determination module can also specifically be used for: determine that according to the parameter of user's input mobile terminal can receive the size of webpage.
Wherein, described data processing module specifically is used for: send to server the size that described mobile terminal can deal with data, so that server is cut into two or more subdatas with described data, wherein each subdata is not more than the size that described mobile terminal can deal with data.
Wherein, the workflow of described data transmission blocks is specially:
Step 1031, server send to mobile terminal with the first subdata;
Step 1032, mobile terminal are shown to the user with current subdata, and to server request next son data;
Step 1033, server have judged whether the next son data, if having these next son data are sent to mobile terminal and return to step 1032, otherwise step finishes.
The above is only preferred embodiment of the present invention, and is in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, is equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (10)

1. the data receive method of the application program of a mobile terminal, is characterized in that, comprising:
The form determining step be used for to be determined the size that this mobile terminal can deal with data;
Data processing step, be used for according to the form determining step determine can deal with data size, data are cut into two or more subdatas;
Data sending step is used for current subdata is sent to mobile terminal and is shown to the user, and when the user reads current subdata, the next son data is sent to mobile terminal.
2. the data receive method of the application program of mobile terminal according to claim 1, is characterized in that, described form determining step is specially:
Read the hardware parameter of mobile terminal, and determine that according to the hardware parameter of mobile terminal mobile terminal can receive the size of webpage.
3. the data receive method of the application program of mobile terminal according to claim 1, is characterized in that, described form determining step is specially:
Determine that according to the parameter of user's input mobile terminal can receive the size of webpage.
4. the data receive method of the application program of mobile terminal according to claim 1, is characterized in that, described data processing step is specially:
Send to server the size that described mobile terminal can deal with data, so that server is cut into two or more subdatas with described data, wherein each subdata is not more than the size that described mobile terminal can deal with data.
5. the data receive method of the application program of according to claim 1-4 described mobile terminals of any one, is characterized in that, described data sending step is specially:
A, server send to mobile terminal with the first subdata;
B, mobile terminal are shown to the user with current subdata, and to server request next son data;
C, server have judged whether the next son data, if having these next son data are sent to mobile terminal and return to step B, otherwise step finishes.
6. the data sink of the application program of a mobile terminal, is characterized in that, comprising:
The form determination module be used for to be determined the size that this mobile terminal can deal with data;
Data processing module, be used for according to the form determination module determine can deal with data size, data are cut into two or more subdatas;
Data transmission blocks is used for current subdata is sent to mobile terminal and is shown to the user, and when the user reads current subdata, the next son data is sent to mobile terminal.
7. the data sink of the application program of mobile terminal according to claim 6, it is characterized in that, described form determination module can specifically be used for: read the hardware parameter of mobile terminal, and determine that according to the hardware parameter of mobile terminal mobile terminal can receive the size of webpage.
8. the data sink of the application program of mobile terminal according to claim 6, is characterized in that, described form determination module can also specifically be used for: determine that according to the parameter of user's input mobile terminal can receive the size of webpage.
9. the data sink of the application program of mobile terminal according to claim 6, it is characterized in that, described data processing module specifically is used for: send to server the size that described mobile terminal can deal with data, so that server is cut into two or more subdatas with described data, wherein each subdata is not more than the size that described mobile terminal can deal with data.
10. the data sink of the application program of according to claim 6-9 described mobile terminals of any one, is characterized in that, the workflow of described data transmission blocks is specially:
A, server send to mobile terminal with the first subdata;
B, mobile terminal are shown to the user with current subdata, and to server request next son data;
C, server have judged whether the next son data, if having these next son data are sent to mobile terminal and return to step B, otherwise step finishes.
CN2011103749988A 2011-11-23 2011-11-23 Data receiving method and data receiving device of application program of mobile terminal Pending CN103136203A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011103749988A CN103136203A (en) 2011-11-23 2011-11-23 Data receiving method and data receiving device of application program of mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011103749988A CN103136203A (en) 2011-11-23 2011-11-23 Data receiving method and data receiving device of application program of mobile terminal

Publications (1)

Publication Number Publication Date
CN103136203A true CN103136203A (en) 2013-06-05

Family

ID=48496040

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011103749988A Pending CN103136203A (en) 2011-11-23 2011-11-23 Data receiving method and data receiving device of application program of mobile terminal

Country Status (1)

Country Link
CN (1) CN103136203A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106453477A (en) * 2016-01-19 2017-02-22 实富特信息通讯有限公司 Data segmented transmission and processing method and client
CN107133270A (en) * 2017-04-01 2017-09-05 广东电网有限责任公司清远供电局 Two-dimensional code generation method and device, the data processing method of Quick Response Code and device
CN107426308A (en) * 2017-07-12 2017-12-01 东软集团股份有限公司 Asynchronous network communication means, device, terminal and server
CN108540526A (en) * 2018-02-28 2018-09-14 阿里巴巴集团控股有限公司 data processing method and terminal device
CN108647085A (en) * 2018-05-16 2018-10-12 中国联合网络通信集团有限公司 Handle method, terminal and the system of data

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101777065A (en) * 2009-12-31 2010-07-14 优视科技有限公司 Multi-page browser for mobile communication equipment terminals and application method thereof
CN101833586A (en) * 2010-05-26 2010-09-15 卓望数码技术(深圳)有限公司 HTML (Hypertext Markup Language) small screen self-adaption typesetting method and typesetting server

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101777065A (en) * 2009-12-31 2010-07-14 优视科技有限公司 Multi-page browser for mobile communication equipment terminals and application method thereof
CN101833586A (en) * 2010-05-26 2010-09-15 卓望数码技术(深圳)有限公司 HTML (Hypertext Markup Language) small screen self-adaption typesetting method and typesetting server

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106453477A (en) * 2016-01-19 2017-02-22 实富特信息通讯有限公司 Data segmented transmission and processing method and client
CN107133270A (en) * 2017-04-01 2017-09-05 广东电网有限责任公司清远供电局 Two-dimensional code generation method and device, the data processing method of Quick Response Code and device
CN107426308A (en) * 2017-07-12 2017-12-01 东软集团股份有限公司 Asynchronous network communication means, device, terminal and server
CN108540526A (en) * 2018-02-28 2018-09-14 阿里巴巴集团控股有限公司 data processing method and terminal device
CN108647085A (en) * 2018-05-16 2018-10-12 中国联合网络通信集团有限公司 Handle method, terminal and the system of data

Similar Documents

Publication Publication Date Title
CN103389969B (en) A kind of methods, devices and systems for mobile terminal preview pdf document
CN104965580A (en) Method and apparatus for displaying unread messages
CN103067257B (en) Method and server and system for achieving data mutual communication in social networking service
CN104144198B (en) Multimedia information sharing method, system and device
US10404638B2 (en) Content sharing scheme
CN103632670A (en) Voice and text message automatic conversion system and method
CN102682093A (en) Web page sectionally-loading method and web page sectionally-loading system for mobile browser
CN103136203A (en) Data receiving method and data receiving device of application program of mobile terminal
CN103744670A (en) Method and device for displaying popups
CN109492208B (en) Document editing method and device, equipment and storage medium thereof
CN101969470A (en) Digital television receiving terminal text input method and digital television receiving terminal
EP2790383A2 (en) Distribution control system, distribution system, distribution control method, and computer-readable storage medium
CN110234080A (en) A kind of information display method, device and system
CN103354556A (en) Message prompt method used for realizing sharing user and equipment thereof
WO2015089980A1 (en) Page adaptation method and device, and terminal device
CN101615168A (en) Utilize system and its implementation of computer to handle mobile terminal data
CN104216982A (en) Information processing method and electronic equipment
KR20120137543A (en) Apparatus and method for sharing informaion in virtual space
CN103347215A (en) Multiple screen interaction method and set top box
CN103138871A (en) Server data processing system and method of application program of mobile communication system
CN102710547A (en) Method and server for prompting dynamic information on contacts
CN105786861A (en) Information prompting method, server, mobile terminal and system
CN103559195A (en) Searching method and terminal
CN106355440A (en) Control method and device for giving away electronic gifts in group
CN102790951B (en) A kind of data inputting method of mobile terminal, system and mobile terminal

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20130605