- Implement for the native functionality and test with
- Deploy to Android
Ionic DevApp extends the capabilities of Ionic Framework, making it easy to test apps directly on devices. DevApp offers a realtime view of changes as they're being made, with a rich library of pre-installed native plugins to test native features of the app.
There's no need to install complicated Native SDKs - all it takes is one simple command, , and apps running anywhere DevApp is installed will be immediately available to preview, with LiveReload to refresh changes as soon as they're made.
Serving the App
Make sure the device running DevApp and the computer are on the same network, then run from the command line in the project's directory.
Now if the app calls any native functionality, DevApp can handle this and actually return the correct native implementation.