Mobile
Mobile
How to build mobile apps using Meteor's Cordova integration.
After reading this guide, you’ll know:
- What Cordova is, and how Meteor integrates with it to build mobile apps from a single codebase
- How to set up your local machine for mobile development
- How to run and debug your app on a mobile device or simulator/emulator
- How hot code push allows you to update your mobile app’s code without reinstalling the app on your device or submitting a new version to the store
- How to use Cordova plugins to take advantage of native device features
- How to access local files and remote resources from your app
- What you can do to create a good mobile user experience for your app
- How to configure your app to use your own app icon, launch screen, and set other preferences
- How to build your project and submit your mobile app to the store