WO2012155678A1 - 基于浏览器解析方式的手机应用界面的开发方法和终端 - Google Patents

基于浏览器解析方式的手机应用界面的开发方法和终端 Download PDF

Info

Publication number
WO2012155678A1
WO2012155678A1 PCT/CN2012/072901 CN2012072901W WO2012155678A1 WO 2012155678 A1 WO2012155678 A1 WO 2012155678A1 CN 2012072901 W CN2012072901 W CN 2012072901W WO 2012155678 A1 WO2012155678 A1 WO 2012155678A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
application
network
parsing
unit
Prior art date
Application number
PCT/CN2012/072901
Other languages
English (en)
French (fr)
Inventor
吴凤元
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012155678A1 publication Critical patent/WO2012155678A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the present invention relates to the field of electronic technologies, and in particular to a method and a terminal for developing a mobile phone application interface based on a browser parsing method. Background technique
  • the original mobile application is usually written in a primitive program such as C, C++, Java, etc. This leads to increased complexity of application development, and non-professionals cannot participate in development.
  • the mobile terminals such as smartphones in the world today are almost the same as ordinary personal computers (PCs, Personal Computers).
  • XML Extensible Markup Language
  • HTTP HyperText Transfer Protocol
  • CSS Cascading Style Sheet
  • JavaScript is a web programming language.
  • the main object of the present invention is to provide a method and a terminal for developing a mobile phone application interface based on a browser parsing method, which can greatly simplify the complexity of developing a mobile phone application, solve compatibility between multiple platforms, and reduce user development of mobile phones.
  • the difficulty of the general application of the terminal is to provide a method and a terminal for developing a mobile phone application interface based on a browser parsing method, which can greatly simplify the complexity of developing a mobile phone application, solve compatibility between multiple platforms, and reduce user development of mobile phones.
  • a method for developing a mobile application interface based on a browser parsing method comprising: loading application data according to a universal resource identifier (URI, Uniform Resource Identifier);
  • URI universal resource identifier
  • the data structure to be laid out and rendered is drawn according to the configuration information, and an application interface is obtained.
  • the method further includes: when the data in the application data requires local data or network data, acquiring the local data from a local file system or acquiring the network from a network data.
  • the acquiring the network data from the network comprises: acquiring a data link of the network data according to the configuration information, initiating a data request to the server according to the data link, and downloading the network data.
  • the loading the application data according to the URI comprises: setting a fixed test home page, the test home page including URIs of all applications; loading application data according to the URI of the application.
  • the method further comprises: performing initialization of the application interface.
  • the configuration information includes: a window size and location information of the application interface.
  • the present invention also provides a terminal, including: a data loading unit, a data analyzing unit, and an interface forming unit;
  • a data loading unit configured to load application data according to a URI
  • a data parsing unit configured to parse the application data, and generate a data structure to be laid out and rendered according to the parsing result
  • An interface forming unit is configured to draw the data structure to be laid out and rendered according to the configuration information, to obtain an application interface.
  • the data parsing unit is further configured to: when the data in the application data requires local data or network data, acquire the local data from a local file system or obtain the network data from a network.
  • the data parsing unit when acquiring the network data from the network, is specifically configured to: acquire a data link of the network data according to the configuration information, initiate a data request to the server according to the data link, and download the Network data.
  • the data loading unit is specifically configured to: set a fixed test homepage, where the test homepage includes URIs of all applications; and load application data according to the URI of the application.
  • the technical solution of the present invention has the following beneficial effects:
  • the method and the terminal provided by the present invention parse application data based on a browser, generate a data structure to be laid out and rendered according to the parsing result, and parse the data structure according to the configuration information.
  • Drawing and getting the application interface can greatly simplify the complexity of developing terminal applications such as mobile phones, solve the compatibility between multiple platforms, reduce the difficulty for users to develop general applications such as mobile phones, and attract more developers to participate in application development.
  • the application of terminals such as mobile phones is more abundant, and the interaction with the Internet is more convenient and rich, which greatly enhances the competitiveness of mobile terminals such as mobile phones.
  • FIG. 1 is a schematic structural diagram of a terminal according to an embodiment of the present disclosure
  • 2 is a schematic flowchart of a method according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of another terminal according to an embodiment of the present invention.
  • the implementation, functional features and advantages of the objects of the present invention will be further described in conjunction with the embodiments herein. detailed description
  • An embodiment of the present invention provides a method for developing a mobile phone application interface based on a browser parsing method.
  • the terminal for implementing the method is as shown in FIG. 1 , and includes: an application configuration unit, an application development unit, a browser unit, and an application debugging unit.
  • the application configuration unit is configured to use XML according to a typical application specification, such as the World Wide Web Consortium (W3C, World Wide Web Consortium) specification, such as: location, size, text, and image applied in a mobile phone window (application interface). Spacing, links to local data and network data, etc.
  • W3C World Wide Web Consortium
  • W3C World Wide Web Consortium
  • the application development unit is the place for developers to develop applications, including: application development tools (typically text editors), mobile window management, processing window messages, JavaScript development frameworks, and applications that encapsulate the browser engine on top of the API.
  • Development interface where users develop applications using Hypertext Markup Language (HTML), CSS and JavaScript or asynchronous JavaScript and XML (AJSX, Asynchronous JavaScript and XML), using application hive layout.
  • HTML Hypertext Markup Language
  • CSS CSS
  • JavaScript asynchronous JavaScript and XML
  • AJSX asynchronous JavaScript and XML
  • AJSX is a web development technology for creating interactive web applications.
  • the browser unit a simple browser that portes the open source browser engine to the mobile platform, has the function of accessing the mobile platform system service and the internet application, through which the browser unit can To use local services and web application services.
  • Application debug unit adapt and expand the functions of personal computer (PC, Personal Computer, mobile application simulator, add debug window and function using browser engine Web Detector (Inspector) mechanism, can debug JavaScript and HTML5, make The simulator can use the local Transmission Control Protocol/Internet Protocol (TCP/IP) proxy to access the mobile Internet directly through the browser unit to dynamically debug applications.
  • PC Personal Computer
  • mobile application simulator add debug window and function using browser engine Web Detector (Inspector) mechanism
  • Web Detector Inspector
  • the simulator can use the local Transmission Control Protocol/Internet Protocol (TCP/IP) proxy to access the mobile Internet directly through the browser unit to dynamically debug applications.
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • a user develops an application using an application development unit that depends on configuration information of an application hive, which defines an application window (application interface) size, application data (ie, HTML, CSS, JavaScript, or Ajax).
  • application data ie, HTML, CSS, JavaScript, or Ajax.
  • the program and the data and network data from the local, the application data is loaded into the browser unit of the browser unit through the application development unit: the mobile application management part, and the browser engine is mainly responsible for parsing the application data, generating the layout and rendering.
  • GUI Graphical User Interface
  • HTML5 Software platform graphical user interface
  • the mobile phone simulator is a PC
  • the end of the simulator through the TCP / IP connection network, complete the debugging of the Internet service in the mobile phone application, through the browser engine Inspector mechanism, in the mobile application simulator Inspector debugging interface to apply the script data JavaScript And debugging of HTML5.
  • a method for developing a mobile phone application interface based on a browser parsing method includes the following steps:
  • the method includes: setting a fixed test homepage by using a mobile phone application simulator, the test homepage includes URIs of all applications; the mobile phone application simulator uses a browser unit of a browser unit through an application development unit, and loads the application according to the URI of the application. data.
  • the mobile application simulator is applied to the application community. The initial ⁇ of the face.
  • step S120 in the process of parsing the application data by the browser engine, if the data in the application data requires local data or network data, the local data is obtained from the local file system, or the network data is obtained from the network.
  • the method includes: the mobile phone application simulator uses a browser engine to obtain a data link of the network data according to the configuration information of the application configuration unit, and the mobile application simulator uses a browser engine according to the data link. Initiate a data request to the server and download the network data.
  • the configuration information includes: information such as a window size and a location of the application interface.
  • the browser engine obtains the window size and the location information of the application interface from the configuration information; the browser engine completely draws the application interface by using the GUI API through the overall layout of the application data; the window of the mobile phone simulator The application interface is displayed.
  • the method provided by the foregoing embodiment can greatly simplify the complexity of developing a terminal application such as a mobile phone, solve compatibility between multiple platforms, reduce the difficulty of developing a general application of a mobile terminal, and attract more developers to participate in application development.
  • the application of terminals such as mobile phones is more abundant, and the interaction with the Internet is more convenient and rich, which greatly enhances the competitiveness of the mobile phone.
  • the embodiment of the present invention further provides a terminal, and the terminal in the embodiment of the present invention includes all the technical solutions of the foregoing embodiments. As shown in FIG. 3, the terminal in the embodiment of the present invention further includes:
  • a data loading unit 210 configured to load application data according to a URI
  • the data loading unit 210 is configured to set a fixed test homepage, where the test home page includes URIs of all applications; and the application data is loaded according to the URI of the application.
  • the data parsing unit 220 is configured to parse the application data, and generate and wait according to the parsing result.
  • the data structure of the layout and rendering; more specifically, the data parsing unit 220 is further configured to: when the data in the application data requires local data or network data, obtain the local data from the local file system, or from the network Get the network data.
  • the data parsing unit 220 is further configured to acquire a data link of the network data according to the configuration information, initiate a data request to the server according to the data link, and download the network data.
  • the interface forming unit 230 is configured to draw the data structure to be laid out and rendered according to the configuration information, to obtain an application interface.
  • the configuration information includes: information such as a window size and a location of the application interface.
  • the device provided in the foregoing embodiment can greatly simplify the complexity of developing a terminal application such as a mobile phone, solve compatibility between multiple platforms, reduce the difficulty of developing a general application of a mobile terminal, and attract more developers to participate in application development.
  • the application of terminals such as mobile phones is more abundant, and the interaction with the Internet is more convenient and rich, which greatly enhances the competitiveness of the mobile phone.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephonic Communication Services (AREA)
  • Telephone Function (AREA)
  • Information Transfer Between Computers (AREA)

Description

基于浏览器解析方式的手机应用界面的开发方法和终端 技术领域
本发明涉及电子技术领域, 具体是基于浏览器解析方式的手机应用界 面的开发方法和终端。 背景技术
受嵌入式手持设备的硬件所限, 最初的手机应用程序, 一般采用原语 程序如 C、 C++、 Java等编写。 这就导致应用开发的复杂性加大, 非专业人 员不能参与开发。
随着硬件技术的日新月异, 中央处理器( CPU, Central Processing Unit ) 的处理能力越来越强, 当今世界的智能手机等移动终端已和普通的个人计 算机(PC, Personal Computer )相差无几了。 这就使得用诸如可扩展标记 语言 (XML, Extensible Markup Language ), 超文本传输协议(HTTP, HyperText Transfer Protocol )、 层叠样式表 ( CSS, Cascading Style Sheet )、 以及 JavaScript等描述性语言来编写手机的应用程序成为可能。这样做的好 处是极大的降低开发的难度, 让更多的人参与到应用的开发, 从而使得在 手机上的应用变得广泛。 其中, JavaScript是一种网页编程语言。
并且, 发展至今天, 互联网和移动通讯的融合越来越紧密, 而目前主 流手机厂商通用的做法是: 采用传统的浏览器访问网络, 由于在计算机上 硬件的规格和软件的服务均已统一标准化, 所以调用本地服务会非常简单, 但是在手机等移动终端上, 由于没有统一的标准和服务, 访问本机的应用 如打电话、 多媒体应用、 操作本地电话本等就变得非常困难, 而手机系统 的应用程序基本都是采用原语程序开发, 对于采用原语程序开发的应用一 般都需要采用特定的方式去解析该应用, 如: JavaScript, 扩展应用程序编 程接口 (API, Application Programming Interface等, 也使得应用的开发有 很大的局限性, 且没法做到跨平台的通用。 发明内容
本发明的主要目的是提供一种基于浏览器解析方式的手机应用界面的 开发方法和终端, 能够极大简化用户开发手机应用的复杂度, 解决多平台 之间的兼容性, 降低用户开发手机等终端的一般应用的难度。
本发明解决其技术问题所采用的技术方案是:
一种基于浏览器解析方式的手机应用界面的开发方法, 包括: 根据通用资源标志符 ( URI, Uniform Resource Identifier )加载应用数 据;
对所述应用数据进行解析, 根据解析结果生成待布局和渲染的数据结 构;
根据配置信息对所述待布局和渲染的数据结构进行绘制, 得到应用界 面。
优选地, 对所述应用数据进行解析时, 该方法进一步包括: 当所述应 用数据中的数据需要本地数据或网络数据时, 从本地文件系统中获取所述 本地数据或从网络获取所述网络数据。
优选地, 所述从网络获取所述网络数据, 包括: 根据配置信息获取所 述网络数据的数据链接, 根据所述数据链接向服务器发起数据请求, 并下 载所述网络数据。
优选地, 所述根据 URI加载应用数据, 包括: 设置一个固定的测试主 页, 所述测试主页包括所有应用的 URI; 根据所述应用的 URI加载应用数 据。
优选地, 根据所述应用的 URI加载应用数据时, 该方法进一步包括: 进行应用界面的初始化。 优选地, 所述配置信息包括: 所述应用界面的窗口大小和位置信息。 本发明还提供一种终端, 包括: 数据加载单元、 数据解析单元、 以及 界面形成单元; 其中,
数据加载单元, 用于根据 URI加载应用数据;
数据解析单元, 用于对所述应用数据进行解析, 根据解析结果生成待 布局和渲染的数据结构;
界面形成单元, 用于根据配置信息对所述待布局和渲染的数据结构进 行绘制, 得到应用界面。
优选地, 所述数据解析单元, 还用于当所述应用数据中的数据需要本 地数据或者网络数据时, 从本地文件系统中获取所述本地数据或从网络获 取所述网络数据。
优选地, 所述数据解析单元在从网络中获取所述网络数据时, 具体用 于: 根据配置信息获取所述网络数据的数据链接, 根据所述数据链接向服 务器发起数据请求, 并下载所述网络数据。
优选地, 所述数据加载单元, 具体用于: 设置一个固定的测试主页, 所述测试主页包括所有应用的 URI; 根据所述应用的 URI加载应用数据。
实施本发明的技术方案, 具有以下有益效果: 本发明提供的方法和终 端, 基于浏览器对应用数据进行解析, 根据解析结果生成待布局和渲染的 数据结构, 以及根据配置信息对所述数据结构进行绘制得到应用界面, 能 够极大简化用户开发手机等终端应用的复杂度, 解决多平台之间的兼容性, 降低了用户开发手机等终端一般应用的难度, 吸引更多的开发者参与应用 开发, 同时使得手机等终端的应用更加丰富, 跟互联网的交互更加简便丰 富, 极大地增强了手机等移动终端的竟争性。 附图说明
图 1为本发明实施例提供的终端的一种结构示意图; 图 2为本发明实施例提供的方法流程示意图;
图 3为本发明实施例提供的终端的另一种结构示意图。 本发明目的的实现、 功能特点及优点将结合实施例, 参照附图做进一 步说明。 具体实施方式
为了使本发明的目的、 技术方案及优点更加清楚明白, 以下结合附图 及实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体 实施例仅仅用以解释本发明, 并不用于限定本发明。
本发明实施例提供一种基于浏览器解析方式的手机应用界面的开发方 法, 实现该方法的终端如图 1所示, 包括: 应用配置单元、 应用开发单元、 浏览器单元以及应用调试单元。
其中, 应用配置单元, 用于根据典型应用规范比如万维网联盟(W3C, World Wide Web Consortium )规范使用 XML进行应用配置, 比如: 应用在 手机窗口 (应用界面) 中的位置、 大小、 文字和图片的间距, 依赖的本地 数据和网络数据的链接等。
应用开发单元, 是开发人员进行应用开发的场所, 包括: 应用开发工 具(典型的是文本编辑器)、 手机窗口管理、 处理窗口消息、 JavaScript开 发框架、 以及封装浏览器引擎对外 API之上的应用开发接口, 用户使用超 文本标记语言 ( HTML, Hyper Text Mark-up Language )、 CSS和 JavaScript 或异步 JavaScript和 XML ( AJSX, Asynchronous JavaScript and XML )开发 应用, 使用应用配置单元布局。 其中, AJSX是一种创建交互式网页应用的 网页开发技术。
浏览器单元, 移植开源浏览器引擎到手机平台并实现的简单浏览器, 具备访问手机平台系统服务和互联网应用的功能, 通过该浏览器单元, 可 以使用本地服务和网络应用服务。
应用调试单元, 适配和拓展个人计算机(PC, Personal Computer, 端 的手机应用模拟器的功能,增加实现使用浏览器引擎 Web检测器( Inspector ) 机制的调试窗口及功能, 可以调试 JavaScript和 HTML5 , 使得模拟器可以 直接通过浏览器单元利用本地的传输控制协议 /因特网互联协议( TCP/IP, Transmission Control Protocol/Internet Protocol )代理, 访问移动互联网, 从 而动态的调试应用。
在该方法中, 用户使用应用开发单元开发应用程序, 该应用程序依赖 于应用配置单元的配置信息, 该配置信息定义了应用窗口 (应用界面) 大 小、 应用数据 (即 HTML、 CSS、 JavaScript或 Ajax程序)和来自于本地的 数据和网络数据, 应用数据通过应用开发单元即: 手机应用管理部分装载 进浏览器单元的浏览器引擎, 浏览器引擎主要负责应用数据的解析, 生成 进行布局和渲染的数据结构, 然后调用软件平台图形用户界面 (GUI , Graphical User Interface ) 系统布局和渲染的数据结构进行绘制得到应用界 面, 用户通过手机应用模拟器, 利用应用调试单元进行调试应用, 手机模 拟器是 PC端的模拟器, 通过 TCP/IP连接网络, 完成手机应用中互联网服 务的调试,通过浏览器引擎的 Inspector机制,在手机应用模拟器中 Inspector 调试界面进行应用脚本数据 JavaScript和 HTML5的调试。
如图 2所示, 本发明实施例中, 基于浏览器解析方式的手机应用界面 的开发方法包括以下步驟:
S110、 根据 URI加载应用数据;
具体包括: 通过手机应用模拟器设置一个固定的测试主页, 该测试主 页包括所有应用的 URI; 该手机应用模拟器通过应用开发单元使用浏览器 单元的浏览器引擎, 根据该应用的 URI加载该应用数据。 在进一步的实施 例中, 为了以后更好地进行应用界面的显示, 手机应用模拟器进行应用界 面的初始 ^匕。
S120、 对该应用数据进行解析, 根据解析结果生成待布局和渲染的数 据结构;
步驟 S120中, 在浏览器引擎对应用数据进行解析的过程中, 如果该应 用数据中的数据需要本地数据或网络数据, 则从本地文件系统中获取该本 地数据、 或从网络获取该网络数据。 在执行从网络获取网络数据的过程中, 具体包括: 手机应用模拟器使用浏览器引擎根据应用配置单元的配置信息 获取该网络数据的数据链接, 手机应用模拟器使用浏览器引擎, 根据该数 据链接向服务器发起数据请求, 并下载该网络数据。 在本实施例中, 优选 的, 该配置信息包括: 应用界面的窗口大小和位置等信息。
S130、 根据配置信息对该待布局和渲染的数据结构进行绘制, 得到应 用界面。
具体地, 绘制的过程中, 浏览器引擎从该配置信息中获取应用界面的 窗口大小以及位置信息; 浏览器引擎通过应用数据的整体布局, 使用 GUI API完整绘制该应用界面; 手机模拟器的窗口显示该应用界面。
上述实施例提供的方法能够极大简化用户开发手机等终端应用的复杂 度, 解决多平台之间的兼容性, 降低了用户开发手机等终端一般应用的难 度, 吸引更多的开发者参与应用开发, 同时使得手机等终端的应用更加丰 富, 跟互联网的交互更加简便丰富, 极大地增强了手机的竟争性。
本发明实施例还提供一种终端, 本发明实施例中的终端包含了前述实 施例的全部技术方案。 如图 3所示, 本发明实施例的终端还包括:
数据加载单元 210, 用于根据 URI加载应用数据;
具体地, 该数据加载单元 210, 用于设置一个固定的测试主页, 该测试 主页包括所有应用的 URI; 根据该应用的 URI加载该应用数据。
数据解析单元 220, 用于对该应用数据进行解析,根据解析结果生成待 布局和渲染的数据结构; 更为具体地, 该数据解析单元 220, 还用于: 当该 应用数据中的数据需要本地数据或网络数据时, 从本地文件系统中获取该 本地数据、 或从网络获取该网络数据。 在更为具体的实施例中, 该数据解 析单元 220,还用于根据配置信息获取该网络数据的数据链接,根据该数据 链接向服务器发起数据请求, 并下载该网络数据。
界面形成单元 230,用于根据配置信息对该待布局和渲染的数据结构进 行绘制, 得到应用界面。
优选的, 该配置信息包括: 应用界面的窗口大小和位置等信息。
上述实施例提供的装置能够极大简化用户开发手机等终端应用的复杂 度, 解决多平台之间的兼容性, 降低了用户开发手机等终端一般应用的难 度, 吸引更多的开发者参与应用开发, 同时使得手机等终端的应用更加丰 富, 跟互联网的交互更加简便丰富, 极大地增强了手机的竟争性。
以上仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡在本发 明的精神和原则之内所作的任何修改、 等同替换和改进等, 均应包含在本 发明的保护范围之内。

Claims

权利要求书
1、一种基于浏览器解析方式的手机应用界面的开发方法,其特征在于, 该方法包括:
根据通用资源标志符 URI加载应用数据;
对所述应用数据进行解析, 根据解析结果生成待布局和渲染的数据结 构;
根据配置信息对所述待布局和渲染的数据结构进行绘制, 得到应用界 面。
2、 根据权利要求 1所述方法, 其特征在于, 对所述应用数据进行解析 时, 该方法进一步包括:
当所述应用数据中的数据需要本地数据或网络数据时, 从本地文件系 统中获取所述本地数据或从网络获取所述网络数据。
3、 根据权利要求 2所述方法, 其特征在于, 所述从网络获取所述网络 数据, 包括: 根据配置信息获取所述网络数据的数据链接, 根据所述数据 链接向服务器发起数据请求, 并下载所述网络数据。
4、 根据权利要求 1、 2或 3所述方法, 其特征在于, 所述根据 URI加 载应用数据, 包括: 设置一个固定的测试主页, 所述测试主页包括所有应 用的 URI; 根据所述应用的 URI加载应用数据。
5、 根据权利要求 4所述方法, 其特征在于, 根据所述应用的 URI加载 应用数据时, 该方法进一步包括: 进行应用界面的初始化。
6、 根据权利要求 1、 2或 3所述方法, 其特征在于, 所述配置信息包 括: 所述应用界面的窗口大小和位置信息。
7、 一种终端, 其特征在于, 该终端包括: 数据加载单元、 数据解析单 元、 以及界面形成单元; 其中,
数据加载单元, 用于根据 URI加载应用数据; 数据解析单元, 用于对所述应用数据进行解析, 根据解析结果生成待 布局和渲染的数据结构;
界面形成单元, 用于根据配置信息对所述待布局和渲染的数据结构进 行绘制, 得到应用界面。
8、 根据权利要求 7所述的终端, 其特征在于, 所述数据解析单元, 还 用于当所述应用数据中的数据需要本地数据或者网络数据时, 从本地文件 系统中获取所述本地数据或从网络获取所述网络数据。
9、 根据权利要求 8所述的终端, 其特征在于, 所述数据解析单元在从 网络中获取所述网络数据时, 具体用于: 根据配置信息获取所述网络数据 的数据链接, 根据所述数据链接向服务器发起数据请求, 并下载所述网络 数据。
10、 根据权利要求 7、 8或 9所述的终端, 其特征在于, 所述数据加载 单元, 具体用于: 设置一个固定的测试主页, 所述测试主页包括所有应用 的 URI; 根据所述应用的 URI加载应用数据。
PCT/CN2012/072901 2011-06-30 2012-03-23 基于浏览器解析方式的手机应用界面的开发方法和终端 WO2012155678A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110182237.2 2011-06-30
CN201110182237A CN102323880A (zh) 2011-06-30 2011-06-30 基于浏览器解析方式的手机应用界面的开发方法和终端

Publications (1)

Publication Number Publication Date
WO2012155678A1 true WO2012155678A1 (zh) 2012-11-22

Family

ID=45451625

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/072901 WO2012155678A1 (zh) 2011-06-30 2012-03-23 基于浏览器解析方式的手机应用界面的开发方法和终端

Country Status (2)

Country Link
CN (1) CN102323880A (zh)
WO (1) WO2012155678A1 (zh)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102323880A (zh) * 2011-06-30 2012-01-18 中兴通讯股份有限公司 基于浏览器解析方式的手机应用界面的开发方法和终端
US20130205277A1 (en) * 2012-02-07 2013-08-08 Telerik, AD Environment and method for cross-platform development of software applications
CN102831150B (zh) * 2012-06-28 2016-01-27 宇龙计算机通信科技(深圳)有限公司 浏览器与本地应用的交互方法、系统及终端
CN103713891B (zh) * 2012-10-09 2017-11-24 阿里巴巴集团控股有限公司 一种在移动设备上进行图形渲染的方法和装置
CN103019738B (zh) * 2012-12-28 2015-09-02 广州数控设备有限公司 一种界面可自定义的数控系统及实现方法
CN103049729B (zh) * 2012-12-30 2015-12-23 成都理想境界科技有限公司 基于二维码的增强现实方法、系统及终端
CN104298494A (zh) * 2013-07-19 2015-01-21 深圳市同洲电子股份有限公司 一种基于js框架的浏览方法及浏览装置
CN104731694B (zh) * 2013-12-18 2018-03-27 中国银联股份有限公司 浏览器兼容性测试分析方法及浏览器兼容性测试分析系统
CN105224526B (zh) * 2014-05-26 2022-05-31 联想(北京)有限公司 一种数据处理方法及电子设备
CN105743730B (zh) * 2014-12-12 2019-01-29 阿里巴巴集团控股有限公司 为移动终端的网页服务提供实时监控的方法及其系统
US9983892B2 (en) * 2015-11-06 2018-05-29 Samsung Electronics Co., Ltd. Deep linking to mobile application states through programmatic replay of user interface events
CN108874412A (zh) * 2017-05-16 2018-11-23 北京海鲸科技有限公司 用于更新界面布局的方法、装置、设备及系统
EP3570164B1 (de) * 2018-05-14 2023-04-26 Schneider Electric Industries SAS Verfahren und system zum generieren einer mobilen applikation aus einer desktop-anwendung
CN114675916A (zh) * 2022-03-02 2022-06-28 青岛海尔科技有限公司 屏幕布局生成方法、装置、设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080033917A1 (en) * 2006-08-04 2008-02-07 Chacha Search, Inc. Macro programming for resources
CN101778169A (zh) * 2010-02-04 2010-07-14 华为终端有限公司 应用程序界面的动态显示方法及装置
CN102043611A (zh) * 2009-10-23 2011-05-04 Tcl集团股份有限公司 一种动态生成用户界面的系统及其实现方法
CN102323880A (zh) * 2011-06-30 2012-01-18 中兴通讯股份有限公司 基于浏览器解析方式的手机应用界面的开发方法和终端

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002082229A2 (en) * 2001-04-09 2002-10-17 America Online Incorporated Server-based browser system
US7233956B2 (en) * 2003-08-12 2007-06-19 International Business Machines Corporation Method and apparatus for data migration between databases
KR101024532B1 (ko) * 2009-02-06 2011-03-31 엔에이치엔(주) 웹 액션과 클라이언트 제어가 가능한 에이치티엠엘 기반 애플리케이션 제공 시스템

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080033917A1 (en) * 2006-08-04 2008-02-07 Chacha Search, Inc. Macro programming for resources
CN102043611A (zh) * 2009-10-23 2011-05-04 Tcl集团股份有限公司 一种动态生成用户界面的系统及其实现方法
CN101778169A (zh) * 2010-02-04 2010-07-14 华为终端有限公司 应用程序界面的动态显示方法及装置
CN102323880A (zh) * 2011-06-30 2012-01-18 中兴通讯股份有限公司 基于浏览器解析方式的手机应用界面的开发方法和终端

Also Published As

Publication number Publication date
CN102323880A (zh) 2012-01-18

Similar Documents

Publication Publication Date Title
WO2012155678A1 (zh) 基于浏览器解析方式的手机应用界面的开发方法和终端
US10613916B2 (en) Enabling a web application to call at least one native function of a mobile device
TWI520061B (zh) 移動裝置的應用程式框架
US9122848B2 (en) Authentication of user interface elements in a web 2.0 environment
US10120847B2 (en) Methods for transforming requests for web content and devices thereof
CN108416021B (zh) 一种浏览器网页内容处理方法、装置、电子设备及可读介质
WO2012116542A1 (zh) 移动终端浏览器调用本地应用的方法及装置
WO2013097592A1 (zh) 脚本加载技术
CN109240697B (zh) 调用处理方法及装置、存储介质
WO2014090082A1 (zh) 图片处理方法、装置及终端
US9971636B2 (en) Methods for implementing web services and devices thereof
WO2022057677A1 (zh) 振动控制方法、装置、电子设备和计算机可读存储介质
WO2013174080A1 (zh) 适用于多种显示类型的家庭网关的界面显示方法和系统
US20130191726A1 (en) Automatic widget creation apparatus and method for invoking heterogeneous web services in a composite application
TWI713342B (zh) 物件上傳方法及裝置
CN107239265B (zh) Java函数与C函数的绑定方法及装置
Pterneas Getting Started with HTML5 WebSocket Programming
WO2014043864A1 (zh) 应用调用的方法及操作系统、浏览器
WO2010017828A1 (en) Secure browser-based access to web services
Nikanti Automated app testing on real mobile devices
Stirbu et al. Hypermedia-driven framework for scalable and adaptive application sharing
Qi et al. Research of Struts2 framework and web application based on Ajax
Rajitha Performance of Web Services on Smart Phone Platforms
Rodriguez Escolar et al. A model-based approach to generate connection-aware applications for the mobile web
CN114422166A (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: 12785828

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12785828

Country of ref document: EP

Kind code of ref document: A1