Android WebView Back Button override is essential when your app is loading a webpage or inner website. You may be traveling down the website…
Android
Android WebView image width 100%
Android WebView image width 100% Implementing Android WebView image width 100% was a bit trickier than I thought. I was passing some HTML content…
Android pass argument to another activity
Android pass argument to another activity Android pass argument to another activity Just Wanted to save this snippet quickly so I can share it.…
Android prompt window only first time you run the app
Throwing an android prompt window only first time you run the app comes up again and again for many different situations so I thought…
Android change date format from UTC to local time
Is it time to charge your devices.? Android change date format from UTC to local time with the following code snippet. This is one…
Android list item has no click effect here is what to do
If you are encountering a situation where you are building a list but the android list item has no click effect here is what…
FogVault Feature Request
What Features would you like to see in FogVault? Get the app from the Playstore Please let me know in the comment section below.
Android Webview open link in browser
Is it time to charge your devices.? Android Webview open link in browser, if you are using an android Webview in your app but…
The FogBugz Android App, meet FogVault
When it comes to issue and bug tracking nothing compares to the FogBugz system. Period. I have been using it for over 3 years…
OpenGLRenderer Bitmap too large to be uploaded into a texture
Problem: Large image was placed in drawable folder, android assumes it as mdpi then tries to create xhdpi version for it. It just becomes…