Android How to update to Android 4.3 Panayiotis Georgiou 26/07/2013 0 Google couple of days ago announced Android 4.3, a sweeter version of Jelly Bean that includes great new features for users and…
Android Display version number on your Android app Panayiotis Georgiou 12/07/2013 2 Versioning is a critical component of your application upgrade and maintenance strategy. Versioning is important because:…
Android Fullscreen mode for previous Android api 8 Panayiotis Georgiou 10/07/2013 0 The action bar feature has been introduced in Android 3.0 (API level 11). The purpose is to provide user actions and navigation…
Android Android Developer Tips Panayiotis Georgiou 28/06/2013 0 Be resolution independent. Check out “layoutopt” and “hierarchyviewer” that come with Android SDK under “tools”. They help…
Android Image to email intent in Android Panayiotis Georgiou 23/06/2013 0 How to add image to an email intent in Android
Android Android Studio: How to change the SDK path Panayiotis Georgiou 22/06/2013 0 Here's how you can change the android sdk path in Android studio:
Android Eclipse Keytool Plugin (video) Panayiotis Georgiou 11/06/2013 0 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 Android – How To Set Up an API Key for Google Maps Panayiotis Georgiou 05/06/2013 1 It took me some time to figure how to integrate Google Maps inside my first Android application. Hopefully this post will explain…