- PhoneGap By Example
- Andrey Kovalenko
- 196字
- 2021-07-16 20:36:41
Chapter 3. Easy Work with Device – Your First PhoneGap Application "Travelly"
In this chapter, we will continue to build a mobile application "Travelly" using PhoneGap, its plugins, and Sencha Touch. We will utilize the application structure already defined in the previous chapter. It is a mobile application for a traveller to capture pictures and place them on the map. Our system should support the addition, display, and removal of media elements. Our application should be able to access hardware features of the mobile device it is running on. It will access the device's camera to capture photos, the filesystem to save media data in persistent file storage, and geolocation to detect the place of the captured photo. We will use Sencha Touch to build the user interface and control the client-side logic. The Sencha Touch store will handle the storage of information, and Google map will be used to display saved media.
This chapter will show you how to:
- Use GapDebug
- Install PhoneGap plugins
- Access the camera to capture a photo and save it to the device's filesystem
- Detect the current device's geolocation
- Use the Sencha Touch store
- Display data on Google Maps
- UI圖標創意設計
- Cocos2D-X權威指南(第2版)
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- DevOps入門與實踐
- Windows Presentation Foundation Development Cookbook
- 重學Java設計模式
- Java編程的邏輯
- 區塊鏈技術進階與實戰(第2版)
- Arduino Wearable Projects
- Web程序設計:ASP.NET(第2版)
- 計算機應用基礎(第二版)
- HikariCP數據庫連接池實戰
- Mastering Magento Theme Design
- Django 3 Web Development Cookbook
- Jenkins 2.x實踐指南