KR20110041802A - Mobile terminal for executing web application and method of operating the same - Google Patents

Mobile terminal for executing web application and method of operating the same Download PDF

Info

Publication number
KR20110041802A
KR20110041802A KR1020090098792A KR20090098792A KR20110041802A KR 20110041802 A KR20110041802 A KR 20110041802A KR 1020090098792 A KR1020090098792 A KR 1020090098792A KR 20090098792 A KR20090098792 A KR 20090098792A KR 20110041802 A KR20110041802 A KR 20110041802A
Authority
KR
South Korea
Prior art keywords
display screen
web application
area
buffer
mobile terminal
Prior art date
Application number
KR1020090098792A
Other languages
Korean (ko)
Other versions
KR101086302B1 (en
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 주식회사 엘지유플러스
Priority to KR1020090098792A priority Critical patent/KR101086302B1/en
Publication of KR20110041802A publication Critical patent/KR20110041802A/en
Application granted granted Critical
Publication of KR101086302B1 publication Critical patent/KR101086302B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
    • H04M1/72445User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality for supporting Internet browser applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72469User interfaces specially adapted for cordless or mobile telephones for operating the device by selecting functions from two or more displayed items, e.g. menus or icons
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M2201/00Electronic components, circuits, software, systems or apparatus used in telephone systems
    • H04M2201/42Graphical user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Controls And Circuits For Display Device (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PURPOSE: A mobile terminal and operation method thereof are provided to display a fixing area and a variant area on a display screen by processing the areas separately. CONSTITUTION: A web application execution unit(230) generates an updated display screen and independently processes a fixing area and a variant area according to a screen moving command. A storing unit(240) includes a first and second buffers. A display unit(250) displays the display screen after executing the web application.

Description

웹 애플리케이션을 실행하는 이동 단말기 및 그 동작방법 {MOBILE TERMINAL FOR EXECUTING WEB APPLICATION AND METHOD OF OPERATING THE SAME}Mobile terminal running web application and its operation method {MOBILE TERMINAL FOR EXECUTING WEB APPLICATION AND METHOD OF OPERATING THE SAME}

본 발명은 이동 단말기에 대한 것으로, 더욱 상세하게는 스크롤(scroll), 플리킹(flicking) 등의 화면처리 속도가 개선된 웹 애플리케이션을 실행하는 이동 단말기 및 이동 단말기의 동작방법에 관한 것이다.The present invention relates to a mobile terminal, and more particularly, to a mobile terminal and a method of operating the mobile terminal for executing a web application with improved screen processing speed such as scrolling and flicking.

최근에는 개인용 컴퓨터의 브라우저를 사용하거나 이동 단말기의 브라우저를 사용하여 인터넷망의 웹사이트를 방문하여 정보를 검색하는 웹서핑이 널리 이용되고 있다. Recently, web surfing is widely used to search for information by visiting a website of the Internet network using a browser of a personal computer or a browser of a mobile terminal.

사용자가 웹사이트를 방문하여 웹페이지를 검색하고자 할 경우, 브라우저는 그림, 사진, 텍스트 등이 포함된 해당 웹페이지를 파싱(parsing)하여 개인용 컴퓨터 또는 이동 단말기의 표시부에 적합한 크기의 표시화면을 만들어 내는데, 이러한 과정을 렌더링(rendering)이라 한다. When a user visits a website and wants to search for a webpage, the browser parses the webpage containing pictures, photos, text, etc. to create a display screen sized for the display of a personal computer or mobile terminal. This process is called rendering.

원래 렌더링(rendering)이란 컴퓨터 프로그램을 사용하여 모델로부터 영상을 만들어내는 과정을 말하는 것으로, 렌더링의 대상이 되는 모델은 자료 구조나 강력하게 정의된 언어로 짠 3차원 물체에 대한 설명을 의미하는 것으로 기하학, 시점, 텍스처 매핑, 조명, 셰이딩 정보를 포함할 수 있다. Originally, rendering refers to the process of creating an image from a model using a computer program. The model to be rendered refers to the description of a data structure or a three-dimensional object woven in a strongly defined language. It may include information about the viewpoint, texture mapping, lighting, and shading.

예를 들어, 그림, 사진, 텍스트 등을 포함하는 웹페이지는 SGML(Standard Generalized Markup Language), HTML(HyperText Markup Language), TeX 등의 마크업 언어(Mark-Up Language)로 이루어질 수 있는데, 이러한 웹페이지를 검색하고자 하는 경우 브라우저는 렌더링을 통하여 해당 웹페이지의 마크업 언어를 분석함으로써 그림, 사진, 텍스트가 적절한 위치에 배치된 웹페이지의 일부에 대응되는 표시화면을 생성할 수 있다. For example, a web page containing pictures, photos, text, etc. may be made of Mark-Up Languages such as Standard Generalized Markup Language (SGML), HyperText Markup Language (HTML), and TeX. When the page is to be searched, the browser may generate a display screen corresponding to a part of the web page in which pictures, photos, and text are arranged at appropriate positions by analyzing the markup language of the web page through rendering.

생성된 표시화면은 저장부의 표시화면 버퍼(buffer)에 저장되어 표시부에 전달됨으로써 표시될 수 있다. The generated display screen may be displayed by being stored in a display screen buffer of the storage unit and transferred to the display unit.

그런데, 웹페이지의 일부에 대응되는 표시화면의 검색 중에 해당 웹페이지의 다른 부분을 검색하고자 하는 경우에는 스크롤(scroll) 또는 플리킹(flicking) 등의 명령으로 해당 표시화면을 이동하게 된다. However, when searching for another part of the web page while searching for a display screen corresponding to a part of the web page, the display screen is moved by a command such as scrolling or flicking.

스크롤(scroll) 또는 플리킹(flicking)과 같은 화면이동 명령을 수행하는 중에, 브라우저는 렌더링을 통하여 계속적으로 변화하는 표시화면을 생성하고 이를 표시화면 버퍼에 저장하는데, 그 결과 화면이동 속도가 저하된다. While performing scrolling commands such as scrolling or flicking, the browser generates a constantly changing display screen through rendering and stores it in the display buffer, which results in slowing the scrolling speed. .

이러한 단점을 극복하기 위하여, 웹페이지에 있어서 표시화면보다 큰 영역을 확장화면으로 정의하여 별도의 확장화면 버퍼에 저장함으로써, 화면이동 중에는 렌 더링 수행 없이 표시화면을 표시하는 방법이 제안되었다. In order to overcome this drawback, a method of displaying a display screen without performing a rendering during the screen movement has been proposed by defining an area larger than the display screen in the web page as an extended screen and storing it in a separate extended screen buffer.

즉, 화면이동 중에는 확장화면 버퍼에 저장된 확장화면의 화면이동에 대응되는 영역을 표시화면 버퍼에 저장함으로써 렌더링 수행 없이 이동 표시화면을 표시하고, 화면이동 완료 후 렌더링을 수행하여 최종 표시화면을 생성하고 이를 표시화면 버퍼에 저장함으로써 최종 표시화면을 표시한다. That is, during the screen movement, the moving display screen is displayed without rendering by storing the area corresponding to the screen movement of the extended screen stored in the extended screen buffer in the display screen buffer, and after the screen is completed, the rendering is performed to generate the final display screen. The final display screen is displayed by storing this in the display screen buffer.

이 방법에서는 화면이동 중에는 렌더링을 수행하지 않으므로 화면이동 속도가 개선된다. In this method, since the rendering is not performed during the scrolling, the scrolling speed is improved.

그러나, 확장화면 버퍼를 이용하는 방법은 최근 널리 사용되고 있는 이동 단말기의 웹 애플리케이션에는 적용하기 어려운 문제가 있다. However, the method of using the extended screen buffer is difficult to apply to the web application of the mobile terminal, which is widely used in recent years.

이동 단말기에는 다양한 애플리케이션(application)이 탑재되는데, 애플리케이션은 구현 방식에 따라 네이티브 애플리케이션(native application)과 웹 애플리케이션(web application)으로 구분할 수 있다.Various applications are mounted in the mobile terminal, and the applications may be classified into a native application and a web application according to an implementation method.

네이티브 애플리케이션이란, C 또는 C++ 등의 네이티브 코드로 작성되어 컴파일된 소프트웨어 로직(software logic)(사용자 인터페이스(User Interface: UI)에 대응되는 사용자 인터페이스 로직을 포함) 및 데이터(data) 등이 애플리케이션에 포함되어, 실행시 플랫폼에 기반하여 바로 실행되는 애플리케이션을 의미한다.A native application includes software logic (including user interface logic corresponding to a user interface (UI)) and data written in native code such as C or C ++, and data. When executed, it means an application that is executed immediately based on the platform.

웹 애플리케이션이란, 웹(Web) 기반의 HTML, JS(JavaScript: 자바스크립트), CSS(Cascading Style Sheets) 등의 웹 코드로 작성된 애플리케이션으로서, 이동 단말기에서 실행 시에 브라우저 엔진(browser engine)을 해석을 통해 실행될 수 있는 애플리케이션을 의미한다. 브라우저 엔진(browser engine)의 해석 과정은 이는 웹서핑을 위한 인터넷 브라우저가 웹 서버로부터 전송 받은 웹 코드로된 웹 페이지를 해석하여 보여주는 과정과 유사하다.네이티브 애플리케이션은 이동 단말기에 소프트웨어 로직 및 데이터가 저장되어 있어 사용자에게 보여주는 사용자 인터페이스가 제한적이고, 사용자의 의지에 따른 변형(확장)이 힘들기 때문에, 근래에는 웹 기반의 언어로 구현된 웹 애플리케이션을 실행할 수 있는 이동 단말기 플랫폼이 개발되고 있다. 웹 애플리케이션은, 네이티브 애플리케이션에 비해 개발이 쉽고, 저렴한 비용으로 구현가능하며, 관리가 용이하고, 확장성이 뛰어나다는 장점이 있다.A web application is an application written in web code such as web-based HTML, JavaScript (JS), cascading style sheets (CSS), etc., and interprets a browser engine when executed on a mobile terminal. It means an application that can be run through. The interpretation process of the browser engine is similar to the process in which an internet browser for web surfing interprets a web page in web code received from a web server. A native application stores software logic and data in a mobile terminal. Since the user interface is limited to the user and is difficult to be modified (expanded) by the user's will, recently, a mobile terminal platform capable of executing a web application implemented in a web-based language has been developed. Web applications have the advantages of being easier to develop, implement at a lower cost, easier to manage, and more scalable than native applications.

이러한 웹 애플리케이션의 표시화면은, 그 상부 및/또는 하부에 배치되어 사용자의 웹 애플리케이션 제어를 돕기 위한 타이틀(title), 메뉴(menu), 컨트롤박스(control box) 등의 고정영역과, 중앙부에 배치되어 웹 애플리케이션의 실행결과 등을 나타내는 변동영역을 포함한다. The display screen of such a web application is disposed above and / or under the fixed area such as a title, a menu, a control box, and the center to assist the user in controlling the web application. And a variable area indicating the execution result of the web application or the like.

즉, 웹 애플리케이션의 표시화면에는, 화면이동 명령이 입력된 경우에도 이동하지 않거나 변하지 않는 고정영역이 존재하고, 화면이동 명령에 따라 이동하거나 변하는 변동영역도 존재한다. That is, there is a fixed area on the display screen of the web application that does not move or change even when a screen moving command is input, and there is also a variable area moving or changing according to the screen moving command.

이와 같이, 웹 애플리케이션의 표시화면은, 이동하지 않거나 변하지 않는 고정영역을 포함하므로, 표시화면 이동에 확장화면 버퍼를 이용하는 방법을 적용하는데 어려움이 있다. As described above, since the display screen of the web application includes a fixed area that does not move or change, it is difficult to apply a method of using the extended screen buffer to move the display screen.

즉, 고정영역의 존재 때문에 표시화면보다 큰 확장화면을 정의하기 어렵고, 정의한다고 하더라도 화면이동에 의하여 고정영역이 표시화면에서 제외될 수 있는 문제가 있다. That is, it is difficult to define an enlarged screen larger than the display screen because of the existence of the fixed area, and even if defined, there is a problem that the fixed area may be excluded from the display screen by moving the screen.

이에 따라, 본 발명의 목적은, 웹 애플리케이션의 실행 도중 화면이동 명령을 수행할 때, 웹 애플리케이션의 표시화면을 고정영역과 변동영역으로 구분하고 이를 별도로 처리하여 표시화면을 표시함으로써 화면이동 속도가 개선된 이동 단말기 및 그 동작방법을 제공하는데 있다.Accordingly, an object of the present invention is to improve the screen moving speed by dividing the display screen of the web application into a fixed area and a variable area when the screen moving command is executed during execution of the web application and displaying the display screen by separately processing the display screen. The present invention provides a mobile terminal and a method of operating the same.

따라서, 본 발명은, 웹 애플리케이션을 실행하여 실행결과에 대응되는 표시화면을 생성하고, 상기 표시화면을 고정영역 및 변동영역으로 구분 정의하고, 화면이동 명령에 따라 상기 고정영역 및 변동영역을 독립적으로 처리하여 갱신된 표시화면을 생성하는 웹 애플리케이션 실행부; 상기 고정영역 및 변동영역이 각각 저장되는 제1 및 제2버퍼를 포함하는 저장부; 및 상기 웹 애플리케이션을 실행한 후에는 상기 표시화면을 표시하고, 상기 화면이동 명령의 수행 중에는 상기 갱신된 표시화면을 표시하는 표시부를 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기를 제공한다.Accordingly, the present invention executes a web application to generate a display screen corresponding to an execution result, and divides the display screen into a fixed area and a variable area, and independently defines the fixed area and the variable area according to a screen moving command. A web application executing unit for processing to generate an updated display screen; A storage unit including first and second buffers in which the fixed area and the variable area are respectively stored; And a display unit for displaying the display screen after executing the web application, and a display unit for displaying the updated display screen during the execution of the screen moving command.

상기 고정영역은 상기 웹 애플리케이션을 제어하기 위한 타이틀, 메뉴, 컨트롤박스 중 적어도 하나이고, 상기 변동영역은 상기 웹 애플리케이션의 상기 실행결 과의 일부일 수 있다.The fixed area may be at least one of a title, a menu, and a control box for controlling the web application, and the variable area may be part of the execution result of the web application.

그리고, 상기 웹 애플리케이션 실행부는 브라우저 엔진을 포함하고, 상기 브라우저 엔진은 상기 웹 애플리케이션의 소프트웨어 로직 및 데이터를 파싱(parsing)하고 렌더링(rendering)하여 상기 표시화면을 생성할 수 있다. The web application execution unit may include a browser engine, and the browser engine may generate the display screen by parsing and rendering the software logic and data of the web application.

여기서, 상기 브라우저 엔진은, 상기 변동영역과 상기 변동영역의 주변영역의 합으로 정의되는 확장된 변동영역을 생성할 수 있고, 상기 고정영역 및 변동영역을 포함하는 상기 표시화면은 상기 제1버퍼에 영상데이터의 형태로 저장되고, 상기 확장된 변동영역은 상기 제2버퍼에 영상데이터의 형태로 저장될 수 있다. Here, the browser engine may generate an extended variation region defined by the sum of the variation region and the peripheral region of the variation region, and the display screen including the fixed region and the variation region is stored in the first buffer. The extended variation area may be stored in the form of image data in the second buffer.

또한, 상기 브라우저 엔진은, 상기 제2버퍼에 저장된 상기 확장된 변동영역으로부터 상기 화면이동 명령에 대응되는 이동된 변동영역을 산출하고, 상기 이동된 변동영역을 상기 제1버퍼에 저장된 상기 표시화면의 상기 변동영역에 삽입하여 상기 갱신된 표시화면을 생성할 수 있고, 상기 브라우져 엔진은 상기 고정영역을 생성하고, 상기 저장부는 상기 고정영역이 영상 데이터의 형태로 저장되는 제3 버퍼를 더 포함할 수 있다. Further, the browser engine calculates a shifted variation area corresponding to the screen moving command from the expanded variation area stored in the second buffer, and converts the shifted variation area of the display screen stored in the first buffer. The updated display screen may be inserted into the variable area to generate the updated display screen. The browser engine may generate the fixed area, and the storage unit may further include a third buffer in which the fixed area is stored in the form of image data. have.

그리고, 상기 브라우저 엔진은, 상기 제2버퍼에 저장된 상기 확장된 변동영역으로부터 상기 화면이동 명령에 대응되는 이동된 변동영역을 산출하고, 상기 이동된 변동영역을 상기 제 3버퍼에 저장된 상기 고정영역과 조합하여 상기 제1버퍼에 저장함으로써 상기 갱신된 표시화면을 생성할 수 있다. The browser engine calculates a shifted variation region corresponding to the screen moving command from the expanded variation region stored in the second buffer, and converts the shifted variation region into the fixed region stored in the third buffer. The updated display screen may be generated by combining and storing in the first buffer.

또한, 상기 화면이동 명령은 스크롤(scroll) 또는 플리킹(flicking)일 수 있고, 상기 웹 애플리케이션 실행부는, 상기 화면이동 명령의 수행 완료 후에 상기 웹 애플리케이션의 소프트웨어 로직 및 데이터를 파싱(parsing)하고 렌더링(rendering)하여 최종 표시화면을 생성할 수 있다. In addition, the scroll command may be scrolling or flicking, and the web application execution unit parses and renders software logic and data of the web application after completion of the scroll command. (rendering) to create the final display screen.

한편, 본 발명은, 이동 단말기가 웹 애플리케이션을 실행하는 제1단계; 상기 웹 애플리케이션의 실행결과에 대응되는 표시화면을 생성하여 표시하고, 상기 표시화면을 고정영역 및 변동영역으로 구분 정의하는 제2단계; 및 화면이동 명령에 따라 상기 고정영역 및 변동영역을 독립적으로 처리하여 갱신된 표시화면을 생성하여 표시하는 제3단계를 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법을 제공한다.On the other hand, the present invention, the mobile terminal executes a web application; A second step of generating and displaying a display screen corresponding to an execution result of the web application, and defining the display screen into a fixed area and a variable area; And a third step of generating and displaying an updated display screen by independently processing the fixed area and the variable area according to a screen moving command.

상기 고정영역은 상기 웹 애플리케이션을 제어하기 위한 타이틀, 메뉴, 컨트롤박스 중 적어도 하나이고, 상기 변동영역은 상기 웹 애플리케이션의 상기 실행결과의 일부일 수 있다. The fixed area may be at least one of a title, a menu, and a control box for controlling the web application, and the variable area may be part of the execution result of the web application.

여기서, 상기 제2단계는, 상기 이동 단말기의 브라우저 엔진이 상기 웹 애플리케이션의 소프트웨어 로직 및 데이터를 파싱(parsing)하고 렌더링(rendering)하여 상기 표시화면을 생성하는 단계를 포함할 수 있다. Here, the second step may include a step of generating, by the browser engine of the mobile terminal, the display screen by parsing and rendering the software logic and data of the web application.

그리고, 상기 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법은, 상기 브라우저 엔진이, 상기 변동영역과 상기 변동영역의 주변영역의 합으로 정의되는 확장된 변동영역을 생성하는 단계를 더 포함할 수 있으며, 상기 고정영역 및 변동영역을 포함하는 상기 표시화면을 상기 이동 단말기의 제1버퍼에 영상데이터의 형태로 저장하고, 상기 확장된 변동영역은 상기 이동 단말기의 제2버퍼에 영상데이터의 형태로 저장하는 단계를 더 포함할 수 있다. The method of operating a mobile terminal for executing the web application may further include generating, by the browser engine, an extended variation region defined by a sum of the variation region and a peripheral region of the variation region. And storing the display screen including the fixed area and the variable area in the form of image data in a first buffer of the mobile terminal, and the extended variable area in the form of image data in a second buffer of the mobile terminal. It may further comprise the step.

여기서, 상기 제3단계는, 상기 브라우저 엔진이, 상기 제2버퍼에 저장된 상기 확장된 변동영역으로부터 상기 화면이동 명령에 대응되는 이동된 변동영역을 산출하는 단계와, 상기 이동된 변동영역을 상기 제1버퍼에 저장된 상기 표시화면의 상기 변동영역에 삽입하여 상기 갱신된 표시화면을 생성하는 단계를 포함할 수 있다. The third step may include: calculating, by the browser engine, a moved variation area corresponding to the screen moving command from the extended variation area stored in the second buffer; And generating the updated display screen by inserting the data into the variable area of the display screen stored in the buffer.

또한, 상기 브라우저 엔진이 상기 변동영역과 상기 변동영역의 주변영역의 합으로 정의되는 확장된 변동영역을 생성하는 단계는, 상기 브라우져 엔진이 상기 고정영역을 생성하는 단계를 포함하고, 상기 영상데이터의 형태로 저장하는 단계는, 상기 고정 영역을 상기 이동단말기의 제3버퍼에 영상데이터의 형태로 저장하는 단계를 포함할 수 있다. The generating of the extended variation area defined by the sum of the variation area and the peripheral area of the variation area may include generating the fixed area by the browser engine. The storing in the form may include storing the fixed area in the form of image data in the third buffer of the mobile terminal.

그리고, 상기 제3단계는, 상기 브라우저 엔진이, 상기 제2버퍼에 저장된 상기 확장된 변동영역으로부터 상기 화면이동 명령에 대응되는 이동된 변동영역을 산출하는 단게와, 상기 이동된 변동영역을 상기 제3버퍼에 저장된 상기 고정영역과 조합하여 상기 제1버퍼에 저장함으로써 상기 갱신된 표시화면을 생성하는 단계를 포함할 수 있다. The third step may include the step of the browser engine calculating a moved variation region corresponding to the screen moving command from the expanded variation region stored in the second buffer; And generating the updated display screen by storing in the first buffer in combination with the fixed area stored in the third buffer.

또한, 상기 화면이동 명령은 스크롤(scroll) 또는 플리킹(flicking)일 수 있고, 상기 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법은, 상기 제3단계 후에, 상기 웹 애플리케이션의 소프트웨어 로직 및 데이터를 파싱(parsing)하고 렌더링(rendering)하여 최종 표시화면을 생성하는 단계를 더 포함할 수 있다. In addition, the scroll command may be scrolling or flicking, and a method of operating a mobile terminal for executing the web application includes, after the third step, software logic and data of the web application. Parsing and rendering may further include generating a final display screen.

본 발명에 따르면, 이동 단말기의 웹 애플리케이션에서 화면이동 명령을 수행하는 경우, 이동하지 않거나 변하지 않는 고정영역과, 이동하거나 변하는 변동영역으로 표시화면을 구분 정의하고, 표시화면 및 확장된 변동영역을 별도의 버퍼에 저장하고 처리함으로써, 렌더링 수행 없이 화면이동 중 표시화면을 표시할 수 있으며, 그 결과 화면이동 속도가 개선된다. According to the present invention, when a screen movement command is executed in a web application of a mobile terminal, the display screen is divided into fixed areas that do not move or change, and moving or changing fluctuation areas, and the display screen and the extended fluctuation area are separately defined. By storing and processing in the buffer of, it is possible to display the display screen during screen movement without rendering, and as a result, the screen speed is improved.

이하, 첨부한 도면을 참조하여 본 발명을 상세히 설명한다. Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 실시예에 따른 이동 단말기의 웹 애플리케이션 플랫폼을 보여주는 구조도이다.1 is a structural diagram showing a web application platform of a mobile terminal according to an embodiment of the present invention.

도 1에 도시한 바와 같이, 이동 단말기에서 제1 내지 제3웹 애플리케이션(131, 133, 135)을 실행하기 위하여 사용되는 웹 애플리케이션 플랫폼(100)은, 모바일 플랫폼 계층(110) 및 미들웨어 계층(120)을 포함한다.As shown in FIG. 1, the web application platform 100 used to execute the first to third web applications 131, 133, and 135 in the mobile terminal includes the mobile platform layer 110 and the middleware layer 120. ).

여기서, 제1 내지 제3웹 애플리케이션(131, 133, 135)은 일 예를 든 것으로, 다른 실시예에서는 적어도 하나의 애플리케이션을 포함할 수 있다.Here, the first to third web applications 131, 133, and 135 are examples, and in another embodiment, may include at least one application.

모바일 플랫폼 계층(110)은 적어도 하나의 모바일 플랫폼을 포함하는데, 모바일 플랫폼은 국가별, 이동통신사별 또는 이동 단말 제조사별로 다르다. The mobile platform layer 110 includes at least one mobile platform, which varies by country, carrier, or mobile terminal manufacturer.

예를 들면, 자바스크립트(Java script) 언어, C 또는 C++ 언어 기반의 WIPI(Wireless Internet Platform for Interoperability) 플랫폼과, 윈도우 기반의 Windows Mobile 플랫폼 및 리눅스 기반의 LiMo 또는 Android 플랫폼 등으로 분류할 수 있다.For example, it can be classified into a Java script language, a CIP or C ++ language-based Wireless Internet Platform for Interoperability (WIPI) platform, a Windows-based Windows Mobile platform, and a Linux-based LiMo or Android platform.

이러한, 모바일 플랫폼은 제1 내지 제3웹 애플리케이션(131, 133, 135)이 실행되기 위한 환경을 제공하는 것으로, 하나 이상의 웹 애플리케이션이 모바일 플랫폼 계층(110)에 포함될 수 있다.Such a mobile platform provides an environment for executing the first to third web applications 131, 133, and 135, and one or more web applications may be included in the mobile platform layer 110.

미들웨어 계층(120)은, 이동 단말기에서 제1 내지 제3웹 애플리케이션(131, 133, 135)를 실행하기 위해 필요한 사용자 인터페이스(user interface: UI)를 포함하는 소프트웨어 로직 및 데이터를 제공하는 부분으로, 브라우저 엔진(121), UI 프레임워크(123) 및 플러그-인 인터페이스(125)를 포함한다.The middleware layer 120 is a portion for providing software logic and data including a user interface (UI) required for executing the first to third web applications 131, 133, and 135 in the mobile terminal. A browser engine 121, a UI framework 123, and a plug-in interface 125.

브라우저 엔진(121)은 HTML(HyperText Markup Language)과 같은 마크업(Mark-Up) 언어, 스크립트(Script) 언어 및 CSS(Cascading Style Sheets)와 같은 웹 언어로 제작된 사용자 인터페이스 로직 등의 소프트웨어 로직 및 데이터를 렌더링(rendering) 및 파싱(parsing)하는 엔진으로, 웹 언어로 구성된 웹 애플리케이션의 로직 및 데이터를 렌더링 및 파싱한다. The browser engine 121 may include software logic such as mark-up language such as HyperText Markup Language (HTML), user interface logic such as user interface logic produced in a web language such as script language, and cascading style sheets (CSS), and the like. An engine that renders and parses data. Renders and parses the logic and data of a web application in a web language.

여기서, 사용자 인터페이스 로직은 시각적으로 보이는 사용자 인터페이스를 처리하기 위한 소프트웨어 로직을 의미한다.Here, the user interface logic refers to software logic for processing a visually visible user interface.

UI 프레임워크(123)는 제1 내지 제3웹 애플리케이션(131, 133, 135)의 실행에 필요한 사용자 인터페이스 로직을 라이브러리로 저장하는데, Perl, VBScript, JavaScript과 같은 스크립트 언어(웹 언어)로 구현된 사용자 인터페이스 로직을 저장하거나, 웹 언어로 호출될 수 있는 OPEN VG, C 또는 C++과 같은 네이티브 언어로 구현된 사용자 인터페이스 로직을 저장한다. 플러그-인 인터페이스(125)는 제1 내지 제3웹 애플리케이션(131, 133, 135)의 확장 기능을 지원한다.The UI framework 123 stores the user interface logic required for the execution of the first to third web applications 131, 133, and 135 as a library, which is implemented in a scripting language (web language) such as Perl, VBScript, or JavaScript. Store user interface logic, or user interface logic implemented in a native language such as OPEN VG, C, or C ++ that can be called in a web language. The plug-in interface 125 supports extension functions of the first to third web applications 131, 133, and 135.

여기서, 본 발명의 실시예에 따른 이동 단말기의 브라우저 엔진(121)은, 웹 애플리케이션 실행 중 스크롤, 플리킹 등의 화면이동 명령을 수행하는 역할을 하는데, 이동 단말기의 표시부에 표시되는 표시화면을, 이동하지 않거나 변하지 않는 고정영역과, 이동하거나 변하는 변동영역으로 구분 정의하고, 고정영역 및 변동영역을 별도의 버퍼에 저장하고 처리함으로써, 화면이동 중 렌더링 수행 없이 표시화면을 생성하는 역할을 한다. Here, the browser engine 121 of the mobile terminal according to an embodiment of the present invention performs a screen moving command such as scrolling and flicking while executing a web application, and displays a display screen displayed on a display unit of the mobile terminal. It defines the fixed area that does not move or changes, and the moving area that changes or changes, and stores and processes the fixed area and the variable area in a separate buffer, thereby creating a display screen without performing rendering during screen movement.

이와 같은, 웹 애플리케이션 플랫폼(100)을 구비한 이동 단말기에 대하여 도 2를 참조하여 설명한다.A mobile terminal having the web application platform 100 as described above will be described with reference to FIG. 2.

도 2는 본 발명의 실시예에 따른 웹 애플리케이션을 실행하기 위한 이동 단말기의 구성을 보여주는 블럭도이다.2 is a block diagram illustrating a configuration of a mobile terminal for executing a web application according to an embodiment of the present invention.

도 2에 도시한 바와 같이, 이동 단말기(200)는 무선 통신부(210), 아날로그 음성처리부(220), 웹 애플리케이션 실행부(230), 저장부(240), 표시부(250) 및 제어부(260)를 포함한다.As shown in FIG. 2, the mobile terminal 200 includes a wireless communication unit 210, an analog voice processing unit 220, a web application execution unit 230, a storage unit 240, a display unit 250, and a controller 260. It includes.

무선 통신부(210)는 무선으로 신호를 송수신하는 부로, 도면에 도시되지 않았지만, 듀플렉서와 송신부 및 수신부를 포함한다. 구체적으로 살펴보면, 듀플렉서는 안테나를 통해 무선으로 송수신되는 신호를 분리하고, 송신부는 소정의 중간주파수 신호를 무선주파수로 변환하여 상기 듀플렉서로 출력하며, 수신부는 안테나를 통해 수신되는 무선신호를 상기 듀플렉서를 통해 입력받아 소정의 중간주파수 신호로 변환하여 출력한다.The wireless communication unit 210 is a unit that transmits and receives a signal wirelessly. Although not shown in the drawing, the wireless communication unit 210 includes a duplexer, a transmitter, and a receiver. Specifically, the duplexer separates a signal transmitted and received wirelessly through an antenna, a transmitter converts a predetermined intermediate frequency signal into a radio frequency and outputs the duplexer, and a receiver outputs a radio signal received through the antenna to the duplexer. It receives through the input and converts the signal into a predetermined intermediate frequency signal.

아날로그 음성처리부(220)는 디지털 음성신호를 아날로그 음성신호로 변환하고 증폭하여 스피커(SPK)(224)로 출력하거나, 마이크(MIC)(222)로부터 입력되는 아날로그 음성신호를 증폭하여 디지털 음성신호로 변환한다.The analog voice processing unit 220 converts and amplifies a digital voice signal into an analog voice signal and outputs the result to the speaker (SPK) 224, or amplifies the analog voice signal input from the microphone (MIC) 222 to the digital voice signal. To convert.

웹 애플리케이션 실행부(230)는 웹 애플리케이션 플랫폼(도 1의 100)을 기반으로 동작되는데, 제1 내지 제3 웹 애플리케이션(131, 133, 135) 중 사용자에 의해 실행 명령이 입력된 웹 애플리케이션을 브라우저 엔진(121)을 통해 실행한다.The web application execution unit 230 is operated based on the web application platform (100 of FIG. 1), and executes a web application in which an execution command is input by a user among the first to third web applications 131, 133, and 135. It runs through the engine 121.

브라우저 엔진(121)은 제1 내지 제3 웹 애플리케이션(131, 133, 135) 중 하나를 실행할 경우, 실행된 웹 애플리케이션의 결과에 대응되는 소프트웨어 로직 및 데이터를 렌더링(rendering) 및 파싱(parsing)하여 웹 애플리케이션의 표시화면을 생성한다. When the browser engine 121 executes one of the first to third web applications 131, 133, and 135, the browser engine 121 renders and parses software logic and data corresponding to the result of the executed web application. Create a display of the web application.

특히, 브라우저 엔진(121)은, 이동 단말기(200)의 표시부(250)에 표시되는 웹 애플리케이션의 표시화면에 대한 스크롤(scroll), 플리킹(flicking) 등의 화면이동 명령이 입력된 경우, 저장부(240)의 영상데이터를 이용하여 이를 수행한다. In particular, the browser engine 121 stores, when a scrolling command such as scrolling, flicking, or the like on a display screen of a web application displayed on the display unit 250 of the mobile terminal 200 is input. This is performed using the image data of the unit 240.

즉, 브라우저 엔진(121)은 표시부(250)의 표시화면을 고정영역 및 변동영역으로 구분 정의하고, 이를 독립적으로 저장하고 처리한다. That is, the browser engine 121 divides and defines the display screen of the display unit 250 into a fixed area and a variable area, and stores and processes them independently.

웹 애플리케이션의 표시화면은, 그 상부 및/또는 하부에 배치되어 사용자의 웹 애플리케이션 제어를 돕기 위한 타이틀(title), 메뉴(menu), 컨트롤박스(control box) 등의 고정영역과, 중앙부에 배치되어 웹 애플리케이션의 실행결과 등을 나타내는 변동영역을 포함하는데, 브라우저 엔진(121)은 고정영역 및 확장된 변동영역을 별도로 저장하고 처리함으로써, 렌더링 수행 없이 화면이동에 대응되는 갱신된 표시화면을 생성한다.The display screen of the web application is disposed above and / or under the fixed area such as a title, menu, control box, etc. to assist the user in controlling the web application. It includes a variable area indicating the execution result of the web application, etc., the browser engine 121 stores and processes the fixed area and the expanded variable area separately, thereby generating an updated display screen corresponding to the screen movement without rendering.

저장부(240)는 제1 및 제2버퍼(242, 244)를 포함하는데, 제1버퍼(242)에는 표시부(250)에 대응되고 고정영역 및 변동영역을 포함하는 표시화면이 영상데이터의 형태로 저장되고, 제2버퍼(242)에는 변동영역 및 그 주변영역을 포함하는 확장된 변동영역이 영상데이터의 형태로 저장된다. The storage unit 240 includes first and second buffers 242 and 244. The first buffer 242 includes a display screen corresponding to the display unit 250 and including a fixed area and a variable area in the form of image data. The extended buffered area including the variable area and its peripheral area is stored in the form of image data in the second buffer 242.

표시부(250)는 애플리케이션 실행부(230)가 실행하는 해당 애플리케이션(제1 내지 제3 웹 애플리케이션(131, 133, 135) 중 하나)의 표시화면을 표시한다.The display unit 250 displays a display screen of the corresponding application (one of the first to third web applications 131, 133, and 135) executed by the application execution unit 230.

제어부(260)는 무선 통신부(210), 아날로그 음성처리부(220), 웹 애플리케이션 실행부(230), 저장부(240) 및 표시부(250)를 각각 제어한다.The controller 260 controls the wireless communication unit 210, the analog voice processing unit 220, the web application execution unit 230, the storage unit 240, and the display unit 250, respectively.

도 3은 본 발명의 실시예에 따른 이동 단말기의 동작방법을 보여주는 흐름도이고, 도 4는 본 발명의 실시예에 따른 이동 단말기의 표시화면의 이동을 도시한 도면으로 웹 애플리케이션 실행 중 화면의 우측 플리킹 명령이 입력된 경우에 해당하는 표시화면의 이동을 예로 도시하였다. 편의상, 도 1 및 도 2를 함께 참고하여 설명한다. 3 is a flowchart illustrating a method of operating a mobile terminal according to an embodiment of the present invention, and FIG. 4 is a diagram illustrating a movement of a display screen of a mobile terminal according to an embodiment of the present invention. The movement of the display screen corresponding to the case where the king command is input is illustrated as an example. For convenience, the present invention will be described with reference to FIGS. 1 and 2.

제1 내지 제3웹 애플리케이션(131, 133, 135) 중 하나에 대한 웹 애플리케이션 실행 명령이 입력되면, 이동 단말기(200)의 제어부(260)는 웹 애플리케이션 실행부(230)를 동작시킴으로써, 선택된 웹 애플리케이션을 실행하고(s301), 그 림(412), 사진(414), 텍스트(416) 등을 포함하는 실행결과(410)를 산출한다.When a web application execution command for one of the first to third web applications 131, 133, and 135 is input, the controller 260 of the mobile terminal 200 operates the web application execution unit 230 to select the selected web. The application is executed (S301), and the execution result 410 including the picture 412, the picture 414, the text 416, and the like is calculated.

이에 따라, 웹 애플리케이션 실행부(230)의 브라우저 엔진(121)은 선택된 웹 애플리케이션의 소프트웨어 로직 및 데이터를 파싱하고 렌더링하여 이동 단말기(200)의 표시부(250)에 표시할 표시화면(420)을 생성한다(s303). Accordingly, the browser engine 121 of the web application execution unit 230 parses and renders software logic and data of the selected web application to generate a display screen 420 to be displayed on the display unit 250 of the mobile terminal 200. (S303).

즉, 브라우저 엔진(121)은 웹 애플리케이션 제어를 위한 타이틀(title), 메뉴(menu), 컨트롤박스(control box) 등과 웹 애플리케이션의 실행결과(410)의 일부를 포함하는 표시화면(420)을 생성한다. That is, the browser engine 121 generates a display screen 420 including a title, a menu, a control box, etc. for controlling the web application, and a part of the execution result 410 of the web application. do.

그리고, 브라우저 엔진(121)은, 표시화면(420)의 상부 및/또는 하부에 배치되는 웹 애플리케이션 제어를 위한 타이틀(title), 메뉴(menu), 컨트롤박스(control box) 등과, 표시화면(420)의 중앙부에 배치되는 웹 애플리케이션 실행결과(410)의 일부를 각각 고정영역(422)과 변동영역(424)으로 구분 정의한다(s305).The browser engine 121 may include a title, a menu, a control box, and the like for controlling a web application disposed on and / or under the display screen 420, and the display screen 420. A portion of the web application execution result 410 disposed in the center of the subfield is defined as a fixed area 422 and a variable area 424, respectively (S305).

여기서, 브라우저 엔진(121)은 변동영역(424)에 해당하는 웹 애플리케이션 실행결과(410)의 일부와 그 주변영역을 합친 더 큰 영역을 생성하여 확장된 변동영역(424a)으로 정의하는데, 예를 들어, 변동영역(424)에 변동영역(424)의 상하좌우로 각각 가로변 및 세로변의 약 30%인 주변영역을 합하여 확장된 변동영역(424a)으로 정의할 수 있다.Here, the browser engine 121 generates a larger area that combines a part of the web application execution result 410 corresponding to the variable area 424 and its peripheral area and defines the extended variable area 424a. For example, the variable area 424 may be defined as an extended variable area 424a by adding up, down, left, and right of the variable area 424, and a peripheral area of about 30% of the horizontal and vertical sides, respectively.

그리고, 브라우저 엔진(121)은, 고정영역(422)과 변동영역(424)을 포함하는 표시화면(420)은 저장부(240)의 제1버퍼(242)에 영상데이터의 형태(예를 들어, 그림파일)로 저장하고, 확장된 변동영역(424a)은 저장부(240)의 제2버퍼(244)에 영상 데이터의 형태로 저장한다(s307). In addition, the browser engine 121 may display the display screen 420 including the fixed area 422 and the variable area 424 in the form of image data in the first buffer 242 of the storage 240. , An image file, and the expanded variation area 424a is stored in the form of image data in the second buffer 244 of the storage unit 240 (S307).

이때, 제1버퍼(242)에 저장되는 표시화면(420)의 고정영역(422)과 변동영역(424)은 각각 다른 형태로 저장될 수 있는데, 예를 들어, 고정영역(422)은 다른 영상데이터로 변경하지 못하도록 저장하고 변동영역(424)은 다른 영상데이터를 삽입하여 변경하도록 저장할 수도 있다. In this case, the fixed area 422 and the variable area 424 of the display screen 420 stored in the first buffer 242 may be stored in different forms, for example, the fixed area 422 may have different images. The data may be stored so as not to be changed, and the variation area 424 may be stored to be inserted by changing other image data.

그리고, 웹 애플리케이션의 실행 중에 표시화면(420)의 변동영역(424)에 대한 스크롤, 플리킹 등의 화면이동 명령이 입력되면(s309), 브라우저 엔진(121)은 렌더링 수행없이 제2버퍼(244)에 저장된 확장된 변동영역(424a)으로부터 이동 중의 표시화면에 대응되는 이동된 변동영역(434)을 산출하고(s311), 이동된 변동영역(434)을 제1버퍼(242)에 저장된 표시화면(420)의 변동영역(424)에 삽입함으로써 고정영역(422)과 이동된 변동영역(434)를 포함하는 갱신된 표시화면(430)을 생성한다(s313).If a scroll command such as scrolling or flicking of the variable area 424 of the display screen 420 is input during the execution of the web application (s309), the browser engine 121 performs the second buffer 244 without performing rendering. Calculates the shifted variation region 434 corresponding to the display screen during movement from the expanded variation region 424a stored in the step Ss311, and displays the shifted variation region 434 stored in the first buffer 242. By inserting the variable region 424 into the variable region 424, an updated display screen 430 including the fixed region 422 and the shifted variable region 434 is generated (S313).

이때, 표시화면(420)의 고정영역(422)은 그대로 이용되어 변화되지 않는다. In this case, the fixed area 422 of the display screen 420 is used as it is and does not change.

갱신된 표시화면(430)은 표시부(250)에 전달되어 화면이동 명령 수행 중의 화면으로 표시된다(s315). The updated display screen 430 is transmitted to the display unit 250 and displayed as the screen during the screen moving command (S315).

그 후, 화면이동이 완료되면, 브라우저 엔진(121)은 다시 렌더링을 수행하여 최종 표시화면(440)을 생성하여 표시부(250)에 표시한다(s317).Thereafter, when the screen movement is completed, the browser engine 121 performs rendering again to generate the final display screen 440 and display it on the display unit 250 (S317).

물론, 브라우저 엔진(121)은 최종 표시화면(440)을 고정영역(422) 및 변동영역(444)으로 구분 정의하고, 최종 표시화면(440)을 제1버퍼(242)에 저장하고, 새롭게 정의된 변동영역(444)에 대한 확장된 변동영역(미도시)을 산출하여 제2버 퍼(244)에 저장함으로써, 다음 화면이동 명령에 준비할 수 있다. Of course, the browser engine 121 divides the final display screen 440 into the fixed area 422 and the variable area 444, stores the final display screen 440 in the first buffer 242, and newly defines the final display screen 440. An extended variation region (not shown) for the changed variation region 444 is calculated and stored in the second buffer 244, thereby preparing for the next screen moving command.

한편, 다른 실시예에서는, 고정영역(422)을 저장하는 별도의 제3버퍼(미도시)를 더 포함하도록 저장부(240)를 구성할 수 있는데, 이 경우 웹 애플리케이션의 실행 중에 표시화면(420)의 변동영역(424)에 대한 스크롤, 플리킹 등의 화면이동 명령이 입력되면, 브라우저 엔진(121)은 렌더링 수행 없이 제2버퍼(244)에 저장된 확장된 변동영역(424a)으로부터 이동 중의 표시화면에 대응되는 이동된 변동영역(434)을 산출하고(s311), 제3버퍼에 저장된 고정영역(422)과 이동된 변동영역(434)을 조합하여 제1버퍼(242)에 저장함으로써 고정영역(422)과 이동된 변동영역(434)를 포함하는 갱신된 표시화면(430)을 생성할 수도 있다.On the other hand, in another embodiment, the storage unit 240 may be configured to further include a separate third buffer (not shown) for storing the fixed area 422, in this case, the display screen 420 during the execution of the web application When a scroll command such as scrolling or flicking is inputted to the variable area 424 of the), the browser engine 121 displays the moving part from the expanded variable area 424a stored in the second buffer 244 without performing rendering. The shifted variation region 434 corresponding to the screen is calculated (s311), and the fixed region 422 and the shifted variation region 434 stored in the third buffer are combined and stored in the first buffer 242. An updated display screen 430 including 422 and the moved variation area 434 may be generated.

이와 같이, 본 발명의 실시예에 따른 이동 단말기에서는, 웹 애플리케이션 실행 중 화면이동 명령이 입력된 경우, 표시화면을 고정영역 및 변동영역으로 구분 정의하고 표시화면을, 표시화면 및 확장된 변동영역을 별도의 버퍼에 저장하고 처리함으로써, 화면이동 중에는 렌더링 수행 없이 표시화면을 표시할 수 있다. As described above, in the mobile terminal according to the embodiment of the present invention, when a screen moving command is input during execution of a web application, the display screen is defined as a fixed area and a variable area, and the display screen is defined as a display screen and an extended variable area. By storing and processing in a separate buffer, the display screen can be displayed without performing rendering during the screen movement.

따라서, 웹 애플리케이션에서의 화면이동 속도를 개선할 수 있다. Therefore, the scrolling speed in the web application can be improved.

이상에서는 본 발명을 특정의 바람직한 실시 예에 관련하여 도시하고 설명하였으나, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자는 상술한 실시 예에 대하여 본 발명의 범주에서 벗어나지 않는 한도 내에서 다양하게 개조 및 변화될 수 있다는 것을 용이하게 알 수 있다. 그러므로, 본 발명의 권리범위는 설명된 실시 예에 국한되어 정해져서는 안 되며, 후술하는 특허청구범위뿐만 아니라 이 특허청구범위와 균등한 것들에 의해 정해져야 한다.While the invention has been shown and described with reference to certain preferred embodiments, it will be apparent to those skilled in the art that various modifications may be made without departing from the scope of the invention with respect to the embodiments described above. And can be varied. Therefore, the scope of the present invention should not be limited to the described embodiments, but should be determined not only by the claims below but also by the equivalents of the claims.

도 1은 본 발명의 실시예에 따른 이동 단말기의 웹 애플리케이션 플랫폼을 보여주는 구조도.1 is a structural diagram showing a web application platform of a mobile terminal according to an embodiment of the present invention.

도 2는 본 발명의 실시예에 따른 웹 애플리케이션을 실행하기 위한 이동 단말기의 구성을 보여주는 블럭도.2 is a block diagram showing a configuration of a mobile terminal for executing a web application according to an embodiment of the present invention.

도 3은 본 발명의 실시예에 따른 이동 단말기의 동작방법을 보여주는 흐름도.3 is a flowchart illustrating a method of operating a mobile terminal according to an embodiment of the present invention.

도 4는 본 발명의 실시예에 따른 이동 단말기의 표시화면의 이동을 도시한 도면.4 is a diagram illustrating a movement of a display screen of a mobile terminal according to an embodiment of the present invention.

Claims (20)

웹 애플리케이션을 실행하여 실행결과에 대응되는 표시화면을 생성하고, 상기 표시화면을 고정영역 및 변동영역으로 구분 정의하고, 화면이동 명령에 따라 상기 고정영역 및 변동영역을 독립적으로 처리하여 갱신된 표시화면을 생성하는 웹 애플리케이션 실행부; Create a display screen corresponding to the execution result by executing a web application, define the display screen into a fixed area and a variable area, and independently update the fixed and variable areas according to a screen moving command to update the display screen. Web application execution unit for generating a; 상기 고정영역 및 변동영역이 각각 저장되는 제1 및 제2버퍼를 포함하는 저장부; 및A storage unit including first and second buffers in which the fixed area and the variable area are respectively stored; And 상기 웹 애플리케이션을 실행한 후에는 상기 표시화면을 표시하고, 상기 화면이동 명령의 수행 중에는 상기 갱신된 표시화면을 표시하는 표시부A display unit which displays the display screen after executing the web application, and displays the updated display screen while the screen shift command is being executed; 를 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기.Mobile terminal for executing a web application comprising a. 제 1 항에 있어서,The method of claim 1, 상기 고정영역은 상기 웹 애플리케이션을 제어하기 위한 타이틀, 메뉴, 컨트롤박스 중 적어도 하나이고, 상기 변동영역은 상기 웹 애플리케이션의 상기 실행결과의 일부인 이동 단말기.The fixed area is at least one of a title, a menu, a control box for controlling the web application, and the change area is a part of the execution result of the web application. 제 1 항에 있어서,The method of claim 1, 상기 웹 애플리케이션 실행부는 브라우저 엔진을 포함하고, 상기 브라우저 엔진은 상기 웹 애플리케이션의 소프트웨어 로직 및 데이터를 파싱(parsing)하고 렌더링(rendering)하여 상기 표시화면을 생성하는 이동 단말기.The web application execution unit includes a browser engine, and the browser engine generates the display screen by parsing and rendering the software logic and data of the web application. 제 3 항에 있어서,The method of claim 3, wherein 상기 브라우저 엔진은, 상기 변동영역과 상기 변동영역의 주변영역의 합으로 정의되는 확장된 변동영역을 생성하는 이동 단말기.And the browser engine generates an extended variation region defined by the sum of the variation region and the peripheral region of the variation region. 제 4 항에 있어서,The method of claim 4, wherein 상기 고정영역 및 변동영역을 포함하는 상기 표시화면은 상기 제1버퍼에 영상데이터의 형태로 저장되고, 상기 확장된 변동영역은 상기 제2버퍼에 영상데이터의 형태로 저장되는 이동 단말기.The display screen including the fixed area and the variation area is stored in the form of image data in the first buffer, and the extended variation region is stored in the form of image data in the second buffer. 제 5 항에 있어서,The method of claim 5, 상기 브라우저 엔진은, 상기 제2버퍼에 저장된 상기 확장된 변동영역으로부터 상기 화면이동 명령에 대응되는 이동된 변동영역을 산출하고, 상기 이동된 변동영역을 상기 제1버퍼에 저장된 상기 표시화면의 상기 변동영역에 삽입하여 상기 갱 신된 표시화면을 생성하는 이동 단말기.The browser engine calculates a shifted variation region corresponding to the screen moving command from the expanded variation region stored in the second buffer, and converts the shifted variation region into the display screen stored in the first buffer. And a mobile terminal which is inserted into an area to generate the updated display screen. 제 5 항에 있어서The method of claim 5 상기 브라우져 엔진은 상기 고정영역을 생성하고,The browser engine generates the fixed area, 상기 저장부는 상기 고정영역이 영상 데이터의 형태로 저장되는 제3 버퍼를 더 포함하는 이동 단말기The storage unit further includes a third buffer in which the fixed area is stored in the form of image data. 제 7항에 있어서,The method of claim 7, wherein 상기 브라우저 엔진은, 상기 제2버퍼에 저장된 상기 확장된 변동영역으로부터 상기 화면이동 명령에 대응되는 이동된 변동영역을 산출하고, 상기 이동된 변동영역을 상기 제 3버퍼에 저장된 상기 고정영역과 조합하여 상기 제1버퍼에 저장함으로써 상기 갱신된 표시화면을 생성하는 이동 단말기.The browser engine calculates a shifted variation region corresponding to the screen moving command from the expanded variation region stored in the second buffer, and combines the shifted variation region with the fixed region stored in the third buffer. A mobile terminal for generating the updated display screen by storing in the first buffer. 제 1 항에 있어서,The method of claim 1, 상기 화면이동 명령은 스크롤(scroll) 또는 플리킹(flicking)인 이동 단말기.The scroll command is scrolling or flicking. 제 1 항에 있어서,The method of claim 1, 상기 웹 애플리케이션 실행부는, 상기 화면이동 명령의 수행 완료 후에 상기 웹 애플리케이션의 소프트웨어 로직 및 데이터를 파싱(parsing)하고 렌더링(rendering)하여 최종 표시화면을 생성하는 이동 단말기.The web application executing unit generates a final display screen by parsing and rendering the software logic and data of the web application after completion of the moving screen command. 이동 단말기가 웹 애플리케이션을 실행하는 제1단계;A first step of the mobile terminal executing a web application; 상기 웹 애플리케이션의 실행결과에 대응되는 표시화면을 생성하여 표시하고, 상기 표시화면을 고정영역 및 변동영역으로 구분 정의하는 제2단계; 및A second step of generating and displaying a display screen corresponding to an execution result of the web application, and defining the display screen into a fixed area and a variable area; And 화면이동 명령에 따라 상기 고정영역 및 변동영역을 독립적으로 처리하여 갱신된 표시화면을 생성하여 표시하는 제3단계 A third step of generating and displaying an updated display screen by independently processing the fixed area and the variable area according to a screen moving command; 를 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법.Method of operating a mobile terminal for executing a web application comprising a. 제 11 항에 있어서,The method of claim 11, 상기 고정영역은 상기 웹 애플리케이션을 제어하기 위한 타이틀, 메뉴, 컨트롤박스 중 적어도 하나이고, 상기 변동영역은 상기 웹 애플리케이션의 상기 실행결과의 일부인 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법.And the fixed area is at least one of a title, a menu, and a control box for controlling the web application, and the variable area is a part of the execution result of the web application. 제 11 항에 있어서,The method of claim 11, 상기 제2단계는, 상기 이동 단말기의 브라우저 엔진이 상기 웹 애플리케이션의 소프트웨어 로직 및 데이터를 파싱(parsing)하고 렌더링(rendering)하여 상기 표시화면을 생성하는 단계를 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법.The second step may include generating, by the browser engine of the mobile terminal, the display screen by parsing and rendering software logic and data of the web application. How to operate. 제 13 항에 있어서,The method of claim 13, 상기 브라우저 엔진이, 상기 변동영역과 상기 변동영역의 주변영역의 합으로 정의되는 확장된 변동영역을 생성하는 단계를 더 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법.And generating, by the browser engine, an extended variation region defined by the sum of the variation region and the peripheral region of the variation region. 제 14 항에 있어서,The method of claim 14, 상기 고정영역 및 변동영역을 포함하는 상기 표시화면을 상기 이동 단말기의 제1버퍼에 영상데이터의 형태로 저장하고, 상기 확장된 변동영역은 상기 이동 단말기의 제2버퍼에 영상데이터의 형태로 저장하는 단계를 더 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법.Storing the display screen including the fixed area and the variable area in the form of image data in a first buffer of the mobile terminal, and the extended variable area in the form of image data in a second buffer of the mobile terminal. A method of operating a mobile terminal for executing a web application further comprising the step. 제 15 항에 있어서,The method of claim 15, 상기 제3단계는, 상기 브라우저 엔진이, 상기 제2버퍼에 저장된 상기 확장된 변동영역으로부터 상기 화면이동 명령에 대응되는 이동된 변동영역을 산출하는 단계와, 상기 이동된 변동영역을 상기 제1버퍼에 저장된 상기 표시화면의 상기 변동영역에 삽입하여 상기 갱신된 표시화면을 생성하는 단계를 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법.The third step may include: calculating, by the browser engine, a moved variation area corresponding to the screen moving command from the expanded variation area stored in the second buffer; and converting the moved variation area into the first buffer. And generating the updated display screen by inserting the data into the variable area of the display screen stored in the mobile terminal. 제 15 항에 있어서The method of claim 15 상기 브라우저 엔진이 상기 변동영역과 상기 변동영역의 주변영역의 합으로 정의되는 확장된 변동영역을 생성하는 단계는, 상기 브라우져 엔진이 상기 고정영역을 생성하는 단계를 포함하고,The generating of the extended variation region defined by the browser engine as the sum of the variation region and the peripheral region of the variation region includes: generating the fixed region by the browser engine. 상기 영상데이터의 형태로 저장하는 단계는, 상기 고정 영역을 상기 이동단말기의 제3버퍼에 영상데이터의 형태로 저장하는 단계를 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법.The storing of the image data in the form of the image data may include storing the fixed area in the form of image data in a third buffer of the mobile terminal. 제 17항에 있어서,The method of claim 17, 상기 제3단계는, 상기 브라우저 엔진이, 상기 제2버퍼에 저장된 상기 확장된 변동영역으로부터 상기 화면이동 명령에 대응되는 이동된 변동영역을 산출하는 단게와, 상기 이동된 변동영역을 상기 제3버퍼에 저장된 상기 고정영역과 조합하여 상기 제1버퍼에 저장함으로써 상기 갱신된 표시화면을 생성하는 단계를 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법.In the third step, the browser engine calculates a shifted variation area corresponding to the screen moving command from the expanded variation area stored in the second buffer, and converts the shifted variation area into the third buffer. And generating the updated display screen by storing the updated display screen in combination with the fixed area stored in the first buffer. 제 11 항에 있어서,The method of claim 11, 상기 화면이동 명령은 스크롤(scroll) 또는 플리킹(flicking)인 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법.And the scrolling command is scrolling or flicking. 제 11 항에 있어서,The method of claim 11, 상기 제3단계 후에, 상기 웹 애플리케이션의 소프트웨어 로직 및 데이터를 파싱(parsing)하고 렌더링(rendering)하여 최종 표시화면을 생성하는 단계를 더 포함하는 웹 애플리케이션을 실행하기 위한 이동 단말기의 동작방법.And after the third step, parsing and rendering the software logic and data of the web application to generate a final display screen.
KR1020090098792A 2009-10-16 2009-10-16 Mobile terminal for executing web application and method of operating the same KR101086302B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020090098792A KR101086302B1 (en) 2009-10-16 2009-10-16 Mobile terminal for executing web application and method of operating the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020090098792A KR101086302B1 (en) 2009-10-16 2009-10-16 Mobile terminal for executing web application and method of operating the same

Publications (2)

Publication Number Publication Date
KR20110041802A true KR20110041802A (en) 2011-04-22
KR101086302B1 KR101086302B1 (en) 2011-11-23

Family

ID=44047590

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020090098792A KR101086302B1 (en) 2009-10-16 2009-10-16 Mobile terminal for executing web application and method of operating the same

Country Status (1)

Country Link
KR (1) KR101086302B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101258427B1 (en) * 2013-02-25 2013-04-26 주식회사 한글과컴퓨터 Multimedia contents control based browser driving apparatus and method
US9904400B2 (en) 2012-08-13 2018-02-27 Samsung Electronics Co., Ltd. Electronic device for displaying touch region to be shown and method thereof

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105635318B (en) * 2016-03-02 2021-02-09 腾讯科技(深圳)有限公司 Image acquisition method and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100844071B1 (en) 2007-05-09 2008-07-07 엘지전자 주식회사 Displaying a webpage on a mobile communication terminal

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9904400B2 (en) 2012-08-13 2018-02-27 Samsung Electronics Co., Ltd. Electronic device for displaying touch region to be shown and method thereof
KR101258427B1 (en) * 2013-02-25 2013-04-26 주식회사 한글과컴퓨터 Multimedia contents control based browser driving apparatus and method

Also Published As

Publication number Publication date
KR101086302B1 (en) 2011-11-23

Similar Documents

Publication Publication Date Title
US10346013B2 (en) Manipulating graphical objects
US10921952B2 (en) Dynamic button with visual indication of application action result
US9881404B2 (en) Manipulating graphical objects
US9619133B2 (en) Method and system for displaying contents scrolling at high speed and scroll bar
JP5171968B2 (en) Accelerate rendering of web-based content
CN107632826B (en) Compiling method of source code and client
JP5351165B2 (en) User interface generation device
KR101072349B1 (en) Web application platform and mobile terminal for executing the same
EP3416054B1 (en) Method and device for page display, and storage medium
US9015576B2 (en) Informed partitioning of data in a markup-based document
JP5200095B2 (en) User interface generation device
CN107533568B (en) System and method for determining application zoom level
US10410606B2 (en) Rendering graphical assets on electronic devices
US20150370439A1 (en) Gpu-optimized scrolling systems and methods
JP2014149860A (en) Information display method of portable multifunctional terminal, information display system using the same, and portable multifunctional terminal
WO2011061603A1 (en) Methods and apparatuses for generating and utilizing haptic style sheets
KR101086302B1 (en) Mobile terminal for executing web application and method of operating the same
JP5088343B2 (en) Information browsing device
EP2681664B1 (en) Browsing method, device, and computer-readable storage medium
EP3054388B1 (en) Apparatus and method for processing animation
JP2002268788A (en) Information communication system equipped with close-up function of web document and close-up method for the same web document using the same system and recording medium with the same method recorded
KR101095480B1 (en) Mobile terminal for executing web application and method of operating the same
EP2883214B1 (en) Manipulating graphical objects
JP5849003B2 (en) Display device, portable terminal, display method, and display program
KR101605202B1 (en) Terminal providing web page and controllign method there of

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20141015

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20171016

Year of fee payment: 9