Trying Ionic Framework
I tried building my first Ionic app complete with calling a simple REST API. It’s a very simple coupon code […]
All around the world..
I tried building my first Ionic app complete with calling a simple REST API. It’s a very simple coupon code […]
filter the log to only show Phonegap app log messages. $ adb logcat CordovaLog:D *:S Recommend on Facebook share […]
To enable the Fast App Resume, the developer needs to modify the app’s WMAppManifest.xml file and set the ActivationPolicy value […]
This is an example on how I’ve implemented a simple idle timeout check in Sencha Touch 2. Recommend on Facebook […]
Some quick lines to get a PhoneGap project to the Google Play Store. You have to be in your Android […]
In the web.config add the following lines to system.web. <webServices> <protocols> <remove name=”Documentation” /> </protocols> </webServices> If you want to […]
Set UIViewControllerBasedStatusBarAppearance to NO in info.plist or “View controller-based status bar appearance” and set it to NO Recommend on Facebook […]