Category Archives: Android

Android HTTP request

You should make your HTTP request in a separate thread. NetworkOnMainThreadException says that you are trying to make your network operation on the main thread. docs at developer.android.com 1] Use simple Thread Thread t = new Thread(new Runnable()... Read More | Share it now!

ionic Angular -> IOS/Android

http://ionicframework.com/getting-started/ https://github.com/ShiyangHuang/ionic-babythings   Adding new cordova plugin gives EACCES error #174 https://github.com/diegonetto/generator-ionic/issues/174 Error: spawn EACCES resolved by running... Read More | Share it now!