- PhoneGap 4 Mobile Application Development Cookbook
- Zainul Setyo Pamungkas
- 271字
- 2021-07-09 21:26:44
What this book covers
Chapter 1, Welcome to PhoneGap 3, focuses on the new language enhancements and command-line features in PhoneGap 3.
Chapter 2, Movement and Location – Using the Accelerometer and Geolocation Sensors, is where we use built-in geolocation and accelerometer sensors. We create a mapping tool using Google Maps to display the phone's location, as well as plotting markers in the surrounding area.
Chapter 3, Filesystems, Storage, and Local Databases, looks into how to access, read, and write to and from the local file storage; list the directory contents to browse the storage; and also how to manage a local SQLite database.
Chapter 4, Working with Audio, Images, and Video, covers working with audio, images, and video, including recording/capturing and playback through local media and remote files.
Chapter 5, Working with Your Contacts List, illustrates how to manage, edit, and deal with contact information on your device.
Chapter 6, Hooking into Native Events, this chapter tells you how to override and manage native events using the PhoneGap library.
Chapter 7, Working with XUI, explains the available methods in the XUI JavaScript library.
Chapter 8, Working with the Ionic Framework, covers playing with the Ionic framework.
Chapter 9, Ionic Framework Development, look into the Ionic framework for layout and style application.
Chapter 10, User Interface Development, shows you the available mobile framework layouts, including jQuery mobile.
Chapter 11, Extending PhoneGap with Plugins, looks into creating a PhoneGap plugin across the main device formats and implementing it in the code.
Chapter 12, Development Tools and Testing, covers the setting up of your development environment and the ways to test your application.
- C語言程序設計案例教程
- Spring技術內幕:深入解析Spring架構與設計
- Microsoft Application Virtualization Cookbook
- Vue.js 2 and Bootstrap 4 Web Development
- 算法訓練營:入門篇(全彩版)
- SQL for Data Analytics
- Java從入門到精通(第4版)
- 看透JavaScript:原理、方法與實踐
- Learn Scala Programming
- Python:Master the Art of Design Patterns
- Mastering Linux Network Administration
- 劍指MySQL:架構、調優與運維
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Python從入門到精通(第3版)
- OpenCV with Python Blueprints