Mobile

Mobile

How to build mobile apps using Meteor's Cordova integration.

After reading this guide, you’ll know:

  1. What Cordova is, and how Meteor integrates with it to build mobile apps from a single codebase
  2. How to set up your local machine for mobile development
  3. How to run and debug your app on a mobile device or simulator/emulator
  4. 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
  5. How to use Cordova plugins to take advantage of native device features
  6. How to access local files and remote resources from your app
  7. What you can do to create a good mobile user experience for your app
  8. How to configure your app to use your own app icon, launch screen, and set other preferences
  9. How to build your project and submit your mobile app to the store
<