초록
최근 스마트폰 어플리케이션 시장은 급속히 성장하고 있고, 사용자들은 향상된 스마트폰의 기능을 이용하여 다양하고도 풍부한 사용 경험을 원하고 있지만 스마트폰 어플리케이션의 개발은 쉬운 작업이 아니다. 각종 스마트폰 센서들을 컨트롤하기 위해서는 각각의 스마트폰 OS에 맞는 네이티브 프로그래밍 언어를 전문적으로 사용할 수 있어야 하며, 더구나 개발 프로세스는 각 스마트폰 OS에 따라 별도의 작업으로 이루어져야만 한다. 웹 공통 API를 이용하는 웹기반의 스마트폰 응용 (일명, '웹앱') 개발 방법은 이와 같은 문제를 해결할 수 있게 해준다. 그것은 웹 언어인 HTML로 인터페이스를 구현하고 자바스크립트로 웹 공통 API를 호출하여 각 스마트폰의 디바이스 API에 접근할 수 있도록 하는 것이다. 본 논문에서는 웹 공통 API를 이용한 편리하면서도 OS 독립적인 스마트폰 웹앱(WebApp) 개발 방법을 사용하여 스마트폰 전자책 응용을 구현한 경험을 소개한다.
Recently the market of smart phone applications grows very fast. And users want more various and rich experiments using enhanced smart phone functions. But the development of smart phone applications is not an easy job. Specially to control smart phone sensors can be realized by using each native programming languages in experts level. Moreover the process needs separate development based on each smart phone OS. Development of the Web-based smart phone application using Web Common APIs, known as 'WebApp', is one of solutions to overcome these problems. The method includes interface constructions with HTML, and Web Common API calls and accesses to smart phone device APIs with Java scripts. In this paper, the experience in development of the smart phone e-book application is introduced, which is implemented with comport and OS independent WebApp development method.