AndroidManifest Google Play: How to filter out your app for specific devices only If you are publishing an Android app that should only be available to a specific device, like my new Ambient Temperature Galaxy S4 app does, you can use this method to help narrow down which devices it will be available on, in Google Play
Android "Ambient Temperature Galaxy S4" app released to Google Play! May 7, 2013 my app called Ambient Temperature Galaxy S4 was released to Google Play. This is a thermometer app which measures the Ambient Temperature, instead of the battery temperature
Android Development How to change the icon of your Android app This is just a small follow-up post to The easiest way to create nice icons for Android apps. Say, if you follow that guide, and have made an icon to
Android Development How to get the versionCode and versionName of your app In you AndroidManifest.xml file, you can specify the values of android:versionCode and android:versionName. versionCode The versionCode is integer value used to easily differentiate between app versions. App