Ionic 3 REST API
Lecture 18 – Working with rest apis Part https://www.youtube.com/watch?v=wvymy_BsSVo
Lecture 18 – Working with rest apis Part https://www.youtube.com/watch?v=wvymy_BsSVo
There are many posts and articles on the Ionic Framework but sometimes it is difficult to locate exactly what you need. This list is a an attempt to create a comprehensive list of tutorials that cover as many topics as possible. I will update this list as I discover new posts and as new posts are suggested.
Don’t see what you’re looking for? Feel free to leave a comment and I’ll see if I can find something for you.
http://mcgivery.com/100-ionic-framework-resources/
ionic 3 using AdMob http://codesolution.co.in/detail/post/create-project-in-ionic-3-and-implement-admob
implement Ads in ionic 3 using AdMob , ionic native plugin and npm packages
Using Google Maps and Geolocation in Ionic with Capacitor https://www.joshmorony.com/using-google-maps-and-geolocation-in-ionic-with-capacitor/?ck_subscriber_id=94358615
Google Maps integration is consistently one of the most popular features of mobile applications.
Got compile errors when building android https://forum.ionicframework.com/t/got-compile-errors-when-building-android/122425
Edit the build.gradle
platform/android/app/build.gradle
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
}