WO2011038564A1 - 网络应用中移动终端屏幕显示的自适应方法及系统 - Google Patents
网络应用中移动终端屏幕显示的自适应方法及系统 Download PDFInfo
- Publication number
- WO2011038564A1 WO2011038564A1 PCT/CN2009/076344 CN2009076344W WO2011038564A1 WO 2011038564 A1 WO2011038564 A1 WO 2011038564A1 CN 2009076344 W CN2009076344 W CN 2009076344W WO 2011038564 A1 WO2011038564 A1 WO 2011038564A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- service
- mobile terminal
- screen
- display
- server
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/18—Information format or content conversion, e.g. adaptation by the network of the transmitted or received information for the purpose of wireless delivery to users or terminals
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M1/00—Substation equipment, e.g. for use by subscribers
- H04M1/72—Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
- H04M1/724—User interfaces specially adapted for cordless or mobile telephones
Definitions
- the present invention relates to the field of network applications, and more particularly to an adaptive method and system for displaying images on a variety of mobile terminal screens in a network application.
- the final presentation user interface of the service is directly written in the client, and after the user is connected to the network, the client obtains the content from the server for display. In this way, each time the user interface is replaced, the user needs to upgrade the client. If a business wants to support multiple models of screens, it needs to port the user interface on each screen. If the UI interface is modified or the layout has changed, all the models need to be re-ported; and because of the operating systems of various mobile terminals. Different features, you need to develop different user interface handlers. This requires a lot of manpower, material resources and financial resources, which leads to an increase in development costs and a decline in development efficiency.
- An object of the present invention is to provide an adaptive method and system for displaying a screen of a mobile terminal in a network application
- the present invention is implemented as an adaptive method for displaying a screen of a mobile terminal in a network application, and the adaptive method includes: [6] The mobile terminal sends its screen related parameters to the server;
- the server receives a service request from the mobile terminal, and includes a display part, to obtain a service display template that is most suitable for the relevant parameters of the screen;
- the server sends the service display template and service data that are most suitable for the screen related parameters to the mobile terminal;
- the mobile terminal parses out the display portion of the service according to the service display template and the service data, and displays it on the screen.
- Another object of the present invention is to provide an adaptive system for displaying a screen of a mobile terminal in a network application, the adaptive system comprising:
- a screen parameter sending unit configured to send a screen related parameter of the mobile terminal to the server
- the service display template obtaining unit is configured to include a display part when the service request of the mobile terminal is received.
- a service sending unit configured to send the service display template and service data to the mobile terminal
- the service display unit is configured to parse out the display portion of the service according to the service display template and the service data, and display the image on the screen.
- the beneficial effects of the present invention are: establishing a service display template suitable for different screen related parameters on the server side, and the mobile terminal obtains the service display template and service data most suitable for the screen related parameters from the server end, and then can be good on the screen.
- the service is displayed on the screen; that is, the mobile terminal only needs to install the parsing program, and after parsing the service display template and the business data, the service can be displayed on the screen well. Therefore, after applying different services on the network, the service display template needs to be built on the server side, and the mobile terminal can adaptively display the service without any modification. This greatly reduces the difficulty of network services in mobile terminals.
- FIG. 1 is a flowchart of an adaptive method for displaying a screen of a mobile terminal in a network application according to an embodiment of the present invention
- FIG. 2 is a structural diagram of an adaptive system for displaying a screen of a mobile terminal in a network application according to an embodiment of the present invention.
- the mobile terminal sends its screen related parameters to the server; the server sends the most suitable service display template and service data to the mobile terminal according to the screen related parameters; the mobile terminal displays the template and the service data according to the service. After parsing out the display part of the business, it can be displayed directly on the screen. That is to say, the mobile terminal only needs to parse out the display part of the service and can display it adaptively without any other processing; thereby reducing the difficulty of the network service application and speeding up the promotion of the network service application.
- the service provider of the network application needs to launch a new business application on the network, and the business content, the service display template and the business logic applicable to the screen parameters of various mobile terminals can be implemented in advance on the server.
- the mobile terminal is pre-loaded with a program that parses the service display template and service data.
- FIG. 1 is a flowchart of an adaptive method for displaying a screen of a mobile terminal in a network application according to an embodiment of the present invention.
- the adaptive method includes:
- step S101 the mobile terminal sends its screen related parameters to the server
- the mobile terminal can send its screen related parameters to the server after networking or after.
- a protocol GML for presenting the user interface is predefined, which can facilitate the secure and fast communication between the mobile terminal and the server.
- the data packet including the screen related parameter is sent to the server according to the predefined protocol; thus, the server obtains the screen related parameter of the mobile terminal after the mobile terminal accesses the network, and is convenient for quickly responding to the service related to the screen display. .
- the data message sent by the mobile terminal to the server may be a data message using the predefined protocol GML, and the specific form is:
- GML gml GmlDecoder.decode(byte [] datas);
- datas are mainly header information, which can include information such as: mobile terminal platform attributes, types supported by mobile terminals, screen size and resolution of mobile terminals, memory, version, platform, current font size, and support for 3D.
- the header information can also include the request resource file path or page access path as a service request; this can complete the service request faster.
- the service request included in the header information may be specifically implementing a service request in a key: requestPath of the data packet.
- the screen related parameters may be the default original parameters of the mobile terminal or the screen display related parameters of the user self-editing; the user can display the related parameters by self-editing screen to make the display more in line with the user's individual needs. The way the user can display related parameters from the editing screen can be:
- step S102 the server receives the service request of the mobile terminal, and includes a display part, to obtain a service display template that is most suitable for the screen related parameter;
- the server receives the service request from the mobile terminal, and includes a display part, and obtains a service display template resource file path according to the service request, and then accesses the service display template resource file path to obtain the most suitable parameter for the screen.
- Business display template
- the resource file path can be implemented using the predefined protocol GML: gmLgetHeader
- the key is a keyword that the mobile terminal sends to the server.
- This keyword can include header information or user-defined information.
- the server obtains a uniform resource locator by function (Uniform Resource Locator)
- the URL file name that is, the web path of the business display template resource file (in the server using the predefined protocol GML, generally the file with the suffix named jxp), and then access the business display template resource file
- the web path gets the business display template that is most suitable for the screen display related parameters of the mobile terminal.
- step S103 the server sends the service display template and service data that are most suitable for the screen related parameters to the mobile terminal;
- the server generates the predefined protocol file by using the most suitable service display template and service data, and then compresses it into a binary data packet, and then sends the data to the mobile terminal.
- Generating pre-defined protocol files for business display templates and business data can facilitate accurate identification of data; compressing files into binary data packets can be more convenient to transmit
- step S104 the mobile terminal parses the display portion of the service according to the service display template and the service data to directly display on the screen;
- the mobile terminal first decompresses the binary data packet, and then parses the most suitable service display template and service data by using a predefined protocol to obtain a display portion of the service and display it on the screen. Regardless of the display part of any network application, the mobile terminal can display on the screen after obtaining the appropriate service display template and service data from the server, thereby realizing the adaptation of the mobile terminal screen display to any service.
- the application of the technology platform of the method of the above embodiment of the present invention is used for business development, and the business content and the business display template are completely implemented on the server side, and the data analysis tool that the client relies on can present the service application.
- any business application needs to be developed only on the server side, and the mobile terminal does not need to make any changes, thereby facilitating the use of new services by users, and accelerating the promotion of business applications.
- the user installs a unified client program on different mobile terminals, and the display portion of the realized service automatically adapts to the screen of the mobile terminal.
- any web application does not need to develop different client programs for different mobile terminal screens.
- the server side will send the most suitable display template to the mobile terminal; thus, the mobile terminal implements display of the display part of any service, that is, realizes its The screen displays the adaptation.
- FIG. 2 shows a structure of an adaptive system for displaying a screen of a mobile terminal in a network application according to an embodiment of the present invention. For the convenience of description, only parts related to the present invention are shown here.
- the adaptive system includes:
- the screen parameter sending unit 201 is configured to send a screen related parameter of the mobile terminal to the server; as described above.
- the service display template obtaining unit 202 is configured to: when the service request for receiving the mobile terminal includes a display part, obtain a service display template that is most suitable for the screen related parameter; specifically, as described above.
- the service sending unit 203 is configured to send the service display template and service data to the mobile terminal; as described above.
- the service display unit 204 is configured to parse the display portion of the service according to the service display template and the service data, and display the image on the screen; as described above.
- the above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the protection of the present invention. Within the scope.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Telephonic Communication Services (AREA)
- Information Transfer Between Computers (AREA)
Abstract
本发明适用于网络应用领域,提供了一种在网络应用中移动终端屏幕显示的自适应方法及系统。所述方法包括:移动终端发送其屏幕相关参数给服务器;服务器接收到移动终端的业务请求中包括有显示部分时,获取最适合所述屏幕相关参数的业务显示模板;服务器将所述最适合所述屏幕相关参数的业务显示模板和业务数据发送到移动终端;移动终端根据所述业务显示模板和业务数据解析出所述业务的显示部分后在屏幕上显示。上述方法,移动终端只需安装有解析程序就可以自适应地显示服务器上所有有适合屏幕相关参数的业务显示模板的业务的显示部分;因此所有网络业务应用的显示部分可以轻松在所有安装有解析程序的移动终端的屏幕上显示。
Description
说明书
Title of Invention:网络应用中移动终端屏幕显示的自适应方法及系 统
技术领域
[1] 本发明涉及网络应用领域, 尤其涉及网络应用中在多样的移动终端屏幕上显示 图像的自适应方法及系统。
背景技术
[2] 目前, 手机等移动终端没有建立统一的规范, 且为了适应不同市场用户群体的 需求, 不同品牌或同一品牌中不同型号的移动终端在操作系统、 屏幕分辨率、 屏幕大小、 字体、 按键等地方都有可能不同。 因此, 在移动终端上应用各类网 络业务吋, 移动终端的多样性就给网络业务的实现带来很大困难。 如在手机观 看视频节目的应用中, 屏幕大小或分辨率不同的机型就要求视频节目有对应的 显示方式, 否则播放视频节目吋就会出现看不到完整视频图像或视频图像变形 的问题。
[3] 现有技术下, 将业务的最终呈现用户界面直接写在客户端中, 用户联网后, 客 户端从服务器获取内容进行显示。 这样, 每次用户界面的更换都需要用户升级 客户端。 一个业务要想支持多种机型屏幕, 需要在每种屏幕上移植用户界面; 如果 UI界面修改或是布局有了变化, 还需要重新移植所有的机型; 而且由于各 种手机终端的操作系统等特性不同, 还需要开发不同的用户界面处理程序。 这 样做需要消耗大量的人力、 物力和财力, 从而导致了开发成本上升及开发效率 的下降。
发明内容
[4] 本发明的目的在于提供一种网络应用中移动终端屏幕显示的自适应方法及系统
, 旨在解决现有技术下, 移动终端的多样性使网络中与显示相关业务的应用极 为困难的问题。
[5] 本发明是这样实现的, 一种网络应用中移动终端屏幕显示的自适应方法, 所述 自适应方法包括:
[6] 移动终端发送其屏幕相关参数给服务器;
[7] 服务器接收到移动终端的业务请求中包括有显示部分吋, 获取最适合所述屏幕 相关参数的业务显示模板;
[8] 服务器将所述最适合所述屏幕相关参数的业务显示模板和业务数据发送到移动 终端;
[9] 移动终端根据所述业务显示模板和业务数据解析出所述业务的显示部分后在屏 幕上显不。
[10] 本发明的另一目的在于提供一种网络应用中移动终端屏幕显示的自适应系统, 所述自适应系统包括:
[11] 屏幕参数发送单元, 用于发送移动终端的屏幕相关参数给服务器;
[12] 业务显示模板获取单元, 用于在接收到移动终端的业务请求包括有显示部分吋
, 获取最适合所述屏幕相关参数的业务显示模板;
[13] 业务发送单元, 用于将所述业务显示模板和业务数据发送到移动终端;
[14] 业务显示单元, 用于根据所述业务显示模板和业务数据解析出所述业务的显示 部分后在屏幕上显示。
[15] 本发明的有益效果是: 在服务器端建立适合不同屏幕相关参数的业务显示模板 , 移动终端从服务器端获取最适合其屏幕相关参数的业务显示模板和业务数据 然后就可以在屏幕上良好地显示业务; 也即移动终端只需要安装有解析程序, 解析业务显示模板和业务数据后就可以很好地在屏幕上显示该业务。 因此, 在 网络上应用不同业务吋, 只需在服务器端建好业务显示模板, 而移动终端不需 要做任何改动就可以自适应地显示该业务。 从而大大降低了网络业务在移动终 端应用的难度。
附图说明
[16] 图 1是本发明实施例提供的一种网络应用中移动终端屏幕显示的自适应方法的 流程图;
[17] 图 2是本发明实施例提供的一种网络应用中移动终端屏幕显示的自适应系统的 结构图。
具体实施方式
[18] 为了使本发明的目的、 技术方案及优点更加清楚明白, 以下结合附图及实施例 , 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体实施例仅仅用 以解释本发明, 并不用于限定本发明。
[19] 在本发明实施例中, 移动终端向服务器发送其屏幕相关参数; 服务器根据该屏 幕相关参数将最适合的业务显示模板和业务数据发送给移动终端; 移动终端根 据业务显示模板和业务数据解析出业务的显示部分后便可以直接在屏幕上显示 。 即移动终端只需解析出业务的显示部分就可以自适应地显示, 而不需做其它 任何处理; 从而可以降低网络业务应用的难度, 加快网络业务应用的推广。
[20] 网络应用的业务提供商要在网络上推出新的业务应用吋, 可以将业务内容、 适 应各种移动终端屏幕参数的业务显示模板和业务逻辑都预先在服务器实现。 移 动终端预先装有解析业务显示模板和业务数据的程序。
[21] 图 1示出了本发明实施例提供的一种在网络应用中移动终端屏幕显示的自适应 方法的流程。 所述自适应方法包括:
[22] 在步骤 S101中, 移动终端发送其屏幕相关参数给服务器;
[23] 移动终端可以在联网吋或之后向服务器发送其屏幕相关参数。 在移动终端和服 务器端, 预定义一种呈现用户界面的协议 GML, 可以方便移动终端与服务器进 行安全快速通信。 移动终端联网吋, 按照预定义协议向服务器发送包括有屏幕 相关参数的数据报文; 这样服务器在移动终端接入网络吋就获得该移动终端的 屏幕相关参数, 方便快速响应与屏幕显示相关的业务。
[24] 移动终端发给服务器端的数据报文可以为釆用预定义协议 GML的数据报文, 具 体形式为:
[25] GML gml = GmlDecoder.decode(byte [] datas);
[26] datas主要是头部信息, 可以包括如: 移动终端平台属性、 移动终端支持的类型 、 移动终端屏幕大小及分辨率、 内存、 版本、 平台、 当前 Font尺寸、 是否支持 3 D等信息。
[27] 该头部信息也可以同吋包括作为业务请求的请求资源文件路径或页面访问路径 ; 这样可以更快完成业务请求。 该头部信息包括的业务请求具体可以是在数据 报文的 key :requestPath中实现业务请求。
[28] 屏幕相关参数可以是移动终端默认的原始参数也可以是用户自编辑的屏幕显示 相关参数; 用户自编辑屏幕显示相关参数可以使显示更加符合用户的个性需求 。 用户自编辑屏幕显示相关参数的方式可以为:
[29] 屏幕尺寸宽度 _sys_screen.width;
[30] 屏幕尺寸高度 _sys_screen.height;
[31] getRealPath(HttpServletRequest request, int screen Width, int screenHeight)
[32] 参数值定义描述可以在 request j2ee中的 web请求实现:
[33] screenWidth:宽
[34] screenHeight:局
[35] 在步骤 S102中, 服务器接收到移动终端的业务请求中包括有显示部分吋, 获取 最适合所述屏幕相关参数的业务显示模板;
[36] 服务器接收到移动终端的业务请求中包括有显示部分吋, 可以根据所述业务请 求获得业务显示模板资源文件路径, 再访问所述业务显示模板资源文件路径获 取最适合所述屏幕相关参数的业务显示模板。
[37] 获取业务显示模板资源文件路径可以使用预定义协议 GML实现: gmLgetHeader
(String key);
[38] key是移动终端发送到服务器的关键字, 这个关键字可以包括头部信息或者用 户自定义的信息。
[39] 服务器通过函数获得统一资源定位符 (Uniform Resource Locator
, 一般简写为 URL)的文件名, 即业务显示模板资源文件的 web路径 (在釆用预 定义协议 GML的服务器中, 一般是后缀名为 jxp的文件) , 然后访问该业务显示 模板资源文件的 web路径得到最适合移动终端的屏幕显示相关参数的业务显示模 板。
[40] 在步骤 S103中, 服务器将所述最适合所述屏幕相关参数的业务显示模板和业务 数据发送到移动终端;
[41] 服务器将所述最合适的业务显示模板和业务数据生成预定义协议文件后压缩为 二进制数据包, 再发送给移动终端。 将业务显示模板和业务数据生成预定义协 议文件可以方便数据的准确识别; 将文件压缩为二进制数据包可以更方便传输
[42] 在步骤 S104中, 移动终端将根据所述业务显示模板和业务数据解析出所述业务 的显示部分直接在屏幕上显示;
[43] 移动终端先解压所述二进制数据包, 再利用预定义协议解析所述最合适的业务 显示模板和业务数据得到所述业务的显示部分后在屏幕上显示。 不管是任何网 络应用的显示部分, 移动终端从服务器上获取到适合的业务显示模板及业务数 据后都可以在屏幕上显示, 也就实现了移动终端屏幕显示对任何业务的自适应
[44] 釆用本发明上述实施例方法的技术平台进行业务开发的应用, 将业务内容、 业 务显示模板完全在服务器端实现, 客户端依靠的数据解析弓 I擎就可以呈现业务 应用。 这样任何业务应用都只需在服务器端进行开发, 移动终端不需要做任何 改变, 从而方便了用户对新业务的使用, 可以加快业务应用的推广。 用户在不 同移动终端上安装统一的客户端程序, 实现业务的显示部分自动适应移动终端 的屏幕。 从而任何网络应用都无需针对不同移动终端屏幕开发不同客户端程序 。 如果服务器端未找到对应的移动终端的屏幕尺寸的匹配模板, 服务器端将发 送最适合的显示模板给到移动终端; 这样, 移动终端实现可以对任何业务的显 示部分的显示, 也即实现了其屏幕显示的自适应。
[45] 图 2示出了本发明实施例提供的一种在网络应用中移动终端屏幕显示的自适应 系统的结构。 为了便于描述, 这里仅示出与本发明相关的部分。 所述自适应系 统包括:
[46] 屏幕参数发送单元 201, 用于发送移动终端的屏幕相关参数给服务器; 具体如 上所述。
[47] 业务显示模板获取单元 202, 用于在接收到移动终端的业务请求包括有显示部 分吋, 获取最适合所述屏幕相关参数的业务显示模板; 具体如上所述。
[48] 业务发送单元 203, 用于将所述业务显示模板和业务数据发送到移动终端; 具 体如上所述。
[49] 业务显示单元 204, 用于根据所述业务显示模板和业务数据解析出所述业务的 显示部分后在屏幕上显示; 具体如上所述。
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡在本发明的 精神和原则之内所作的任何修改、 等同替换和改进等, 均应包含在本发明的保 护范围之内。
Claims
权利要求书
一种在网络应用中移动终端屏幕显示的自适应方法, 其特征在于
, 所述自适应方法包括:
移动终端发送其屏幕相关参数给服务器;
服务器接收到移动终端的业务请求中包括有显示部分吋, 获取最 适合所述屏幕相关参数的业务显示模板;
服务器将所述最适合所述屏幕相关参数的业务显示模板和业务数 据发送到移动终端;
移动终端根据所述业务显示模板和业务数据解析出所述业务的显 示部分后在屏幕上显示。
如权利要求 1所述的自适应方法, 其特征在于, 所述移动终端发送 其屏幕相关参数给服务器为:移动终端联网吋, 按照预定义协议向 服务器发送包括有屏幕相关参数的数据报文。
如权利要求 2所述的自适应方法, 其特征在于, 所述包括有屏幕相 关参数的数据报文同吋也包括作为业务请求的请求资源文件路径 或页面访问路径。
如权利要求 1至 3任一权利要求所述的自适应方法, 其特征在于, 所述屏幕相关参数为用户自编辑的屏幕相关参数。
如权利要求 1至 3任一权利要求所述的自适应方法, 其特征在于, 服务器接收到移动终端的业务请求包括有显示部分吋, 获取最适 合所述屏幕相关参数的业务显示模板为:
服务器接收到的移动终端的业务请求包括有显示部分吋, 根据所 述业务请求获得业务显示模板资源文件路径, 再访问所述业务显 示模板资源文件路径获取最适合所述屏幕相关参数的业务显示模 板。
如权利要求 1至 3任一权利要求所述的自适应方法, 其特征在于, 所述服务器将所述最合适的业务显示模板和业务数据发送到移动
服务器将所述最合适的业务显示模板和业务数据生成预定义协议 文件后发送给移动终端;
所述动终端根据所述业务显示模板和业务数据解析出所述业务的 显示部分后在屏幕上显示为: 移动终端利用预定义协议解析所述 最合适的业务显示模板和业务数据得到所述业务的显示部分后在 屏幕上显示。
[Claim 7] 如权利要求 4所述的自适应方法, 其特征在于, 所述服务器将所述 最合适的业务显示模板和业务数据发送到移动终端为: 服务器将所述最合适的业务显示模板和业务数据生成预定义协议 文件后发送给移动终端;
所述动终端根据所述业务显示模板和业务数据解析出所述业务的 显示部分后在屏幕上显示为: 移动终端利用预定义协议解析所述 最合适的业务显示模板和业务数据得到所述业务的显示部分后在 屏幕上显示。
[Claim 8] 如利要求 5所述的自适应方法, 其特征在于, 所述服务器将所述最 合适的业务显示模板和业务数据发送到移动终端为:
服务器将所述最合适的业务显示模板和业务数据生成预定义协议 文件后发送给移动终端;
所述动终端根据所述业务显示模板和业务数据解析出所述业务的 显示部分后在屏幕上显示为: 移动终端利用预定义协议解析所述 最合适的业务显示模板和业务数据得到所述业务的显示部分后在 屏幕上显示。
[Claim 9] 如权利要求 6所述的自适应方法, 其特征在于, 所述服务器先将所 述预定义协议的文件压缩成二进制数据包后再发给移动终端; 移 动终端先解压二进制数据包得到所述预定义协议的文件后, 再利 用预定义协议解析所述预定义协议的文件。
[Claim 10] 一种在网络应用中移动终端屏幕显示的自适应系统, 其特征在于
, 所述自适应系统包括:
屏幕参数发送单元, 用于发送移动终端的屏幕相关参数给服务器 业务显示模板获取单元, 用于在接收到移动终端的业务请求包括 有显示部分吋, 获取最适合所述屏幕相关参数的业务显示模板; 业务发送单元, 用于将所述业务显示模板和业务数据发送到移动 终端;
业务显示单元, 用于根据所述业务显示模板和业务数据解析出所 述业务的显示部分后在屏幕上显示。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2009101905132A CN101695157B (zh) | 2009-09-29 | 2009-09-29 | 网络应用中移动终端屏幕显示的自适应方法及系统 |
CN200910190513.2 | 2009-09-29 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2011038564A1 true WO2011038564A1 (zh) | 2011-04-07 |
Family
ID=42094086
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2009/076344 WO2011038564A1 (zh) | 2009-09-29 | 2009-12-31 | 网络应用中移动终端屏幕显示的自适应方法及系统 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN101695157B (zh) |
WO (1) | WO2011038564A1 (zh) |
Families Citing this family (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101834894A (zh) * | 2010-04-19 | 2010-09-15 | 中兴通讯股份有限公司 | 远程处理方法、装置及系统 |
CN102137469A (zh) * | 2010-10-22 | 2011-07-27 | 华为软件技术有限公司 | 一种内容访问控制方法、装置及系统 |
CN102479073B (zh) * | 2010-11-22 | 2014-07-02 | 卓望数码技术(深圳)有限公司 | 一种用户应用界面的生成方法 |
CN102571769A (zh) * | 2010-12-31 | 2012-07-11 | 北京华夏未来信息技术有限公司 | 一种自适应终端分辨率的方法及系统 |
CN102810066A (zh) * | 2011-06-03 | 2012-12-05 | 北京千橡网景科技发展有限公司 | 终端适配方法、基于终端特性配置程序的终端及服务器 |
CN102314408B (zh) * | 2011-09-05 | 2015-04-01 | 百度在线网络技术(北京)有限公司 | 用于获取配置信息并配置的方法、装置、设备和系统 |
CN103051652B (zh) * | 2011-10-14 | 2015-08-05 | 宁宇 | 一种移动终端云计算发布平台 |
CN103379210B (zh) * | 2012-04-23 | 2015-09-02 | 深圳市摩掌信息技术有限公司 | 一种基于手机特性适配性游戏方法和装置 |
CN103514159B (zh) * | 2012-06-14 | 2018-07-13 | 阿里巴巴集团控股有限公司 | 一种处理表单模板的方法、系统以及装置 |
CN102902535A (zh) * | 2012-09-18 | 2013-01-30 | 深圳市融创天下科技股份有限公司 | 一种图片自适应方法、系统和终端设备 |
US9117004B2 (en) * | 2012-10-04 | 2015-08-25 | Sony Corporation | Method and apparatus for providing user interface |
CN104270345B (zh) * | 2014-09-12 | 2018-05-25 | 上海斐讯数据通信技术有限公司 | 一种服务器端、客户端及其屏幕信息获取方法 |
CN106897251B (zh) * | 2016-07-01 | 2020-07-28 | 阿里巴巴集团控股有限公司 | 富文本展示方法及装置 |
CN107018450A (zh) * | 2017-03-17 | 2017-08-04 | 北京潘达互娱科技有限公司 | 一种页面显示方法与装置 |
CN107220050A (zh) * | 2017-05-25 | 2017-09-29 | 努比亚技术有限公司 | 自适应显示方法、终端及计算机可读存储介质 |
CN107608648A (zh) * | 2017-09-21 | 2018-01-19 | 广东天波信息技术股份有限公司 | 调整终端lcd显示效果的方法和装置 |
CN108009269B (zh) * | 2017-12-15 | 2022-01-25 | 北京小米移动软件有限公司 | 显示页面数据的方法、装置 |
CN108990004A (zh) * | 2018-08-06 | 2018-12-11 | 上海保资智能科技有限公司 | 一种电子价签的显示信息传输方法及系统 |
CN112422734A (zh) * | 2019-08-23 | 2021-02-26 | 中移雄安信息通信科技有限公司 | 内容显示方法、装置、终端、屏幕适配网关及通信设备 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1467657A (zh) * | 2003-06-06 | 2004-01-14 | 腾讯科技(深圳)有限公司 | 模版文件在即时通信工具上表现的实现方法和系统 |
KR20040009154A (ko) * | 2002-07-22 | 2004-01-31 | 엘지전자 주식회사 | 인터넷 컨텐트 디스플레이 방법 |
CN101287189A (zh) * | 2007-04-09 | 2008-10-15 | 中国移动通信集团公司 | 一种终端显示方法、服务器及终端 |
-
2009
- 2009-09-29 CN CN2009101905132A patent/CN101695157B/zh not_active Expired - Fee Related
- 2009-12-31 WO PCT/CN2009/076344 patent/WO2011038564A1/zh active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20040009154A (ko) * | 2002-07-22 | 2004-01-31 | 엘지전자 주식회사 | 인터넷 컨텐트 디스플레이 방법 |
CN1467657A (zh) * | 2003-06-06 | 2004-01-14 | 腾讯科技(深圳)有限公司 | 模版文件在即时通信工具上表现的实现方法和系统 |
CN101287189A (zh) * | 2007-04-09 | 2008-10-15 | 中国移动通信集团公司 | 一种终端显示方法、服务器及终端 |
Also Published As
Publication number | Publication date |
---|---|
CN101695157A (zh) | 2010-04-14 |
CN101695157B (zh) | 2013-07-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2011038564A1 (zh) | 网络应用中移动终端屏幕显示的自适应方法及系统 | |
JP4363847B2 (ja) | インタラクティブ・テレビ用のデジタル・テレビ・アプリケーション・プロトコル | |
KR100906110B1 (ko) | 3a 기반의 푸시형 이벤트를 제공하는 유비쿼터스노티피케이션 방법 및 시스템 | |
US7774412B1 (en) | Methods and apparatus facilitating distribution of content | |
CN100521610C (zh) | 客户端播放网络媒体文件的方法及客户端 | |
RU2386221C2 (ru) | Подписки мобильных устройств через эфир | |
US7293034B2 (en) | Dynamically customizing a user interface for the aggregation of content | |
KR101119146B1 (ko) | 무선 장치 상의 애플리케이션으로의 링킹 장치 및 방법 | |
US20180013700A1 (en) | System for Inserting and Responding to Brand-Related Data in Communicated Messages | |
TWI484416B (zh) | 用於顯示裝置之動態標籤生成裝置及其動態標籤生成方法 | |
US20070198633A1 (en) | System and method for delivery of PC content through a server based relay system using really simple syndication | |
US9438544B2 (en) | Processing method for mobile device to display email, server, and mobile device | |
WO2016107465A1 (zh) | 一种卡片式桌面的实现方法、装置和系统 | |
WO2008122225A1 (fr) | Système et procédé de capture d'écran sur un courrier web | |
KR20070019925A (ko) | 세션 기술 메시지 확장 | |
CN107918619B (zh) | 广告展示方法和装置 | |
WO2001097539A2 (en) | System and method for cellular message delivery to targeted groups of subscribers | |
CN105824836A (zh) | 一种截图共享方法、装置、信息接收方法及装置 | |
US20230328026A1 (en) | Mail processing method and apparatus, and electronic device, and computer readable medium | |
CN105611422A (zh) | 基于多媒体榜单的在线直播方法及装置 | |
CN103179159A (zh) | 一种处理第三方应用的方法和终端浏览器 | |
US20120315931A1 (en) | Short message processing method and apparatus | |
CN112689020A (zh) | 一种消息传输方法、消息中间件、电子设备及存储介质 | |
CN110475215B (zh) | 消息编辑、传输和显示的方法及其服务器和终端 | |
CN110781434A (zh) | 基于图像生成以及下发的广告机系统及其广告下发方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 09849972 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 06/06/2012) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 09849972 Country of ref document: EP Kind code of ref document: A1 |