Browsing Tag
Android
Google couple of days ago announced Android 4.3, a sweeter version of Jelly Bean that includes great new features for users and…
Display version number on your Android app
Versioning is a critical component of your application upgrade and maintenance strategy.
Versioning is important because:…
Fullscreen mode for previous Android api 8
The action bar feature has been introduced in Android 3.0 (API level 11). The purpose is to provide user actions and navigation…
Android Developer Tips
Be resolution independent. Check out “layoutopt” and “hierarchyviewer” that come with Android SDK under “tools”. They help…
Image to email intent in Android
How to add image to an email intent in Android
Android Studio: How to change the SDK path
Here's how you can change the android sdk path in Android studio:
Eclipse Keytool Plugin (video)
Last week I wrote a post regarding the set up of an API key for Google Maps, as I was researching the web for a better solution a…
Android – How To Set Up an API Key for Google Maps
It took me some time to figure how to integrate Google Maps inside my first Android application. Hopefully this post will explain…