更新时间:2021-08-05 16:44:06
封面
版权页
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. PhoneGap and Enterprise Mobility
Why PhoneGap/Cordova?
History behind PhoneGap and Cordova
Easy cross-platform development
Cordova app architecture
Summary
Chapter 2. Building the Data Store and Business Logic
Introducing Tasker
Server architecture
Designing your data models
Designing the business logic
Permissions model
Chapter 3. Securing PhoneGap Apps
General security precautions
Server-specific security precautions
Cordova-specific security precautions
Chapter 4. Building the Middle-Tier
Middle-tier architecture
Designing a RESTful-like API
Building our API using Node.js
Chapter 5. Communicating between Mobile and the Middle-Tier
Getting started
Promises
Ensuring secure communication
Communicating with the backend using XHR
Authenticating the user with the backend
Chapter 6. Application Events and Storage
Getting ready
Determining network connectivity
Getting the current network type
Detecting changes in connectivity
Handling connectivity issues
Handling changes in the application state
Responding to application-level events
Storing local data using SQLite
Storing data in the iOS Keychain
Chapter 7. Push Notifications
Delving into Push Notification architecture
Boxcar Universal Push Notifications Platform
Setting up Google Cloud Messages with Boxcar
Integrating Boxcar with PhoneGap/Cordova
Receiving Pushes from Boxcar
Sending a Push via Boxcar
Chapter 8. Building the Presentation Tier
Mock-up design tools
Libraries and frameworks
Common patterns
Presentation of the app
Seeing it in action
Appendix A. Useful Resources
Chapter 1 – PhoneGap and Enterprise Mobility
Chapter 2 – Building the Data Store and Business Logic
Chapter 3 – Securing PhoneGap Apps
Chapter 4 – Building the Middle-Tier
Chapter 5 – Communicating between Mobile and the Middle-Tier
Chapter 7 – Push Notifications
Chapter 8 – Building the Presentation Tier
Index