Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imhotep/PGDayEUWs2016

Demo of Hybrid/Native iOS and Android apps with PhoneGap
https://github.com/imhotep/PGDayEUWs2016

Last synced: 3 months ago
JSON representation

Demo of Hybrid/Native iOS and Android apps with PhoneGap

Awesome Lists containing this project

README

        

Embedding Cordova in a native app
---------------------------------
As demo'd by [Anis](https://github.com/imhotep) and [Eddy](https://github.com/eddyverbruggen) at PhoneGap Day EU 2016.

If you're looking for how to embed a webview in a native app then take a look at the steps and code in this repo. There are multiple ways to do it so don't take this one for granted, but we've done our best to make it as easy and relevant as possible.

For both platforms Anis (Android) and Eddy (iOS) split the effort in a number of logical steps. Each step also contains the resulting code (Xcode or Android Studio project) so if you get stuck you can simply download the result.

Happy coding!

Cordova Android
---------------

Pre-requisites:

- Android Studio
- cordova-android repository

Further instructions are [in the android folder](android/README.md).

Cordova iOS
-----------

Pre-requisites:

- XCode

Further instructions are [in the iOS folder](ios/README.md).