• 제목/요약/키워드: Mobile Android

검색결과 656건 처리시간 0.021초

NFC 전자 결제 시스템을 위한 Android NFC Library 실시간 실행 처리 연구 (Study of NFC Library Execution in Real-time on Android 플랫폼 for NFC Application)

  • 유현주;정민수
    • 디지털융복합연구
    • /
    • 제11권2호
    • /
    • pp.257-262
    • /
    • 2013
  • 급격히 변모 발전하고 있는 모바일 시장에서 근거리 무선 통신인 Near Field Communication은 스마트 환경의 화두로 떠오르고 있다. 이러한 NFC 기술을 구글 사에서는 Android 플랫폼에 도입하여 전자 결제 시장에서 주도권을 확보하고 있으며 국내를 비롯한 많은 국가 들이 이동통신사와 금융계의 연계로 서비스 개발과 기술 발전에 박차를 가하고 있다. 이러한 환경에서 주목할 만한 이슈 중 하나가 NFC 서비스의 안정성 확보이다. Android 플랫폼은 모바일 디바이스의 운영체제로서 제한된 하드웨어와 즉각적인 응답성이 요구되는 소프트웨어 스택이다. 하지만 제한적인 하드웨어의 특성에 적합한 구조적 특징으로 인하여 실시간 처리에 있어서 안정적인 응답성이 보장되지는 못하고 있다. 따라서 본 논문은 Android 플랫폼에서 제공하고 있는 실시간 처리 영역을 분석하고 이를 NFC Application에 적용하여 보다 안정적인 데이터 처리와 응답성을 확보를 위한 연구를 하고자 한다.

안드로이드 기반의 모바일 앱 개발을 위한 모델링 기법 (A Modeling Technique for Development of Mobile App. based on Android)

  • 조은숙;김철진;이숙희
    • 한국산학기술학회논문지
    • /
    • 제14권8호
    • /
    • pp.3999-4005
    • /
    • 2013
  • 스마트 폰 2천만 시대가 도래 하면서 향후 모바일 시장의 규모는 엄청나게 거대해질 것으로 전망되고 있다. 이러한 흐름에 동반하여 소프트웨어 개발의 형태도 웹 기반 소프트웨어에서 모바일 기반의 앱 형태나 클라우드 컴퓨팅 기반의 서비스 형태로 변화되고 있다. 현재 전 세계적으로 스마트폰을 위한 플랫폼으로는 구글의 안드로이드와 애플의 IOS가 양대 산맥을 이루고 있다. 이러한 플랫폼 하에서 실행되는 모바일 앱을 개발할 경우 기존의 소프트웨어 모델링 기법을 그대로 적용할 수가 없다. 따라서 본 연구에서는 기존의 소프트웨어 모델링 기법을 안드로이드 기반의 소프트웨어 개발에 맞도록 특화된 모델링 기법을 제안한다. 안드로이드 기반의 모바일 스마트 환경에 필요한 분석 및 설계 기법을 모델링 기법으로 제안한다.

서비스 기반 안드로이드 어플리케이션의 설계 및 구현 프로세스 (A Process to Design and Implement Service-based Android Applications)

  • 이호중;라현정;금창섭;김수동
    • 정보처리학회논문지D
    • /
    • 제18D권4호
    • /
    • pp.245-260
    • /
    • 2011
  • 인터넷의 빠른 보급과 함께 발전한 모바일 디바이스는 유연한 이동성과 함께 언제 어디서나 네트워크에 연결되는 특성을 가지고 있고, 어플리케이션들을 실행할 수 있다. 그러나, 모바일 디바이스의 특성인 자원 제약성에 영향을 받기 때문에 복잡한 기능을 하는 어플리케이션을 실행시킬 수가 없다. 그러므로, 일부 기능을 외부에 위치하거나 외부 서비스를 이용하는 접근 방법에 대해 연구가 진행되고 있다. 안드로이드는 대표적인 모바일 플랫폼 중 하나로, 제한된 자원을 가지는 모바일 디바이스 상에서 여러 모바일 어플리케이션들을 실행시킬 수 있도록 설계되었다. 서비스 개념과 안드로이드 플랫폼을 이용한 서비스 기반 안드로이드 어플리케이션은 어플리케이션 기능이 분산되었다는 점과 안드로이드에 특화된 컴포넌트를 포함하고 있다는 점에서 전형적인 소프트웨어와 차이점을 가지고 있다. 그러므로, 일반적으로 널리 적용된 객체지향 분석 및 설계 기법은 서비스 기반의 안드로이드 모바일 어플리케이션 개발에는 그대로 적용되기가 어렵다. 본 논문은 기존 개발 프로세스를 확장하여 서비스 기반 안드로이드 어플리케이션의 개발 프로세스를 제안한다. 우선 서비스 기반 안드로이드 어플리케이션을 개발함에 있어서 발생되는 설계 이슈를 도출한다. 그리고, 각 도출된 이슈를 해결하기 위하여 기존의 객체지향 개발 프로세스를 확장한다. 확장된 프로세스는 이슈를 구체적으로 해결하기 위한 상세 지침과 설계 결과 양식을 포함한다. 마지막으로, 사례연구를 통해 확장된 프로세스의 적용 결과를 보여준다. 본 논문에서 제안된 설계 프로세스는 서비스 기반 안드로이드 어플리케이션 개발을 보다 체계적이고 효과적으로 수행하는데 기본적인 방법론 지침으로 활용될 수 있다.

위치기반 모바일 농업정보시스템 구축을 위한 안드로이드 애플리케이션 시험 개발 (Development of A Pilot Android Application for Location-based Mobile Agricultural Information System)

  • 김상민;장민원
    • 농촌계획
    • /
    • 제20권4호
    • /
    • pp.277-284
    • /
    • 2014
  • Recently the use of smart phones and mobile devices is increasing rapidly, data search and retrieval in the mobile environments are generalized. There are only few mobile applications available in the area of agriculture while huge amount of new applications are developed and uploaded. The purpose of this study was to develop the android based mobile application for providing agricultural infrastructure and disaster information. The mobile application was designed through the database establishment and management system, server management system, and mobile application development. The database is composed of weather data, agricultural infrastructure data, and agricultural disaster data. By developing the mobile application which provides agricultural infrastructure information, it is expected to improve the accessibility to agricultural information and mitigate the agricultural disaster damages.

SeBo: Secure Boot System for Preventing Compromised Android Linux

  • 김동민;김세원;유혁
    • 대한임베디드공학회논문지
    • /
    • 제10권6호
    • /
    • pp.335-343
    • /
    • 2015
  • As the usage of mobile devices becomes diverse, a number of attacks on Android also have increased. Among the attacks, Android can be compromised by flashing a new image of compromised Android Linux. In order to solve this problem, we propose SeBo (Secure Boot System) which prevents compromised Android Linux by guaranteeing secure boot environment for mobile devices based on ARM TrustZone architecture. SeBo checks the hash value of the Android Linux image before the Android Linux executes. SeBo detects all the attacks within 5 seconds. Moreover, since SeBo only trusts the Secure Bootloader from Secure World, SeBo can reduce the additional overhead of checking the Normal Bootloader from Normal World.

Towards Performance-Enhancing Programming for Android Application Development

  • Kim, Dong Kwan
    • International Journal of Contents
    • /
    • 제13권4호
    • /
    • pp.39-46
    • /
    • 2017
  • Due to resource constraints, most of Android application developers need to address potential performance problems during application development and maintenance. The coding styles and patterns of Android programming could often affect the execution time and energy efficiency which are utilized by the Android applications. Thus, it is necessary for application developers to apply performance-enhancing programming practices for mobile application development. This paper introduces performance-enhancing best practices for Android programming, and further, it evaluates the impact of these practices on the CPU time of the application. The original version with the performance-worsening code has been refactored to become an efficient version without changing its functionality. To demonstrate the efficiency of the proposed approach, each coding pattern was evaluated by measuring the CPU time under the controlled runtime environment. Furthermore, the Android applications were evaluated and compared via the CPU time of the original version, with that of the refactored version. These experimental results indicate that, by -using the proposed programming practices, the Android developer can develop performance-efficient mobile applications.

안드로이드 스마트폰 기반의 모바일 게이트웨이 구현 (An Implementation of Mobile Gateway Based on Android Smartphone)

  • 이동건;임재현
    • 디지털융복합연구
    • /
    • 제12권1호
    • /
    • pp.333-338
    • /
    • 2014
  • Zigbee는 무선 센서 네트워크 환경에 최적화된 무선 통신 기술 중의 하나이다. 무선 센서 네트워크에서 게이트웨이는 센서 노드들을 제어하고 송수신된 데이터를 전송하는데 사용된다. 하지만 고정된 형태의 게이트웨이는 무선 센서 네트워크의 유연성을 제한한다. 고성능 프로세서가 탐재된 스마트폰과 안드로이드 OS를 이용하면 쉽게 스마트폰을 모바일 게이트웨이로 사용할 수 있다. 이에 본 논문에서는 안드로이드 스마트폰을 이용한 모바일 게이트웨이를 제안하였다. 제안한 시스템에서 Zigbee 통신 모듈은 USB 포트를 이용하여 스마트폰과 연결된다. 또한 모바일 게이트웨이를 위한 안드로이드 어플리케이션도 구현하였다.

안드로이드 스마트폰과 이동 로봇의 자세 동기화를 위한 제어 시스템 (A Control System for Synchronizing Attitude between an Android Smartphone and a Mobile Robot)

  • 김민지;배설봉;신동협;주문갑
    • 대한임베디드공학회논문지
    • /
    • 제9권5호
    • /
    • pp.277-283
    • /
    • 2014
  • In this paper, we propose a control system for synchronizing attitude between an Android smartphone and a mobile robot. The control system is comprised of a smartphone and a mobile robot. The smartphone transports its attitude to the mobile robot and receives the attitude of mobile robot through bluetooth communication. Further, the smartphone displays the mobile robot on the screen by using embedded camera, which can be used as a pseudo augmented reality. Comparing the received attitude data from smartphone, the mobile robot measures its attitude by an AHRS(attitude heading reference system) and controls its attitude. Experiments show that the synchronization performance of the proposed system is maintained in the error range of $1^{\circ}$.

Overview of the Sambodana Project: Development of Mobile Communication Security System using Hardening Android

  • Cahyo, Darujati;Moh Noor Al, Azam
    • International Journal of Computer Science & Network Security
    • /
    • 제22권12호
    • /
    • pp.57-62
    • /
    • 2022
  • The Sambodana project is a mobile communication security system development project using Hardening Android. The initial idea for this project is that information leakage occurs outside of a communications application with end-to-end cryptographic security. Android hardening prevents unwanted applications and bloatware from being installed, such as unavailable Google Play Store or install restrictions.

안드로이드 운영체제의 보안 취약점에 관한 연구 (A Study on the Security Vulnerability for Android Operating System)

  • 조희훈;김종배
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2015년도 춘계학술대회
    • /
    • pp.224-226
    • /
    • 2015
  • 최근 안드로이드 기반의 모바일기기 보급이 증가하고 있다. 이에 따라 안드로이드 운영체제의 시장점유율도 늘어나고 있다. 하지만 안드로이드 운영체제의 경우에는 다른 폐쇄적 운영체제와는 달리 상대적으로 많은 보안 취약점을 지니고 있다. 대부분의 안드로이드 응용프로그램은 과도한 권한 승인이나 모바일 기기의 식별정보를 요구한다. 이러한 정보들은 보안 위협요인이 될 수 있다. 또한 응용프로그램의 설치과정에서 사용자의 동의를 얻기 때문에 보안문제가 발생할 경우 사용자가 책임을 지게 된다. 이러한 문제점이 지속될 경우, 사용자는 안드로이드 응용프로그램 사용 시 거부감을 느낄 수 있을 뿐만 아니라 운영체제의 신뢰성을 잃을 수 있다. 때문에 위와 같은 보안 취약점에 대해서는 조속한 대응책이 마련되어야 한다. 따라서 본 논문에서는 안드로이드 운영체제에서의 보안 취약점을 조사하고 대응방안을 제안하고자 한다.

  • PDF