You may need to change the package name for your android application due to various reasons ranging from a small typo to duplicate domain name. Changing the package name saves you the trouble of creat...
If you are looking for dynamically adding different types of "Widgets" into your screen programatically and are also interested in placing them such that many items are visible at a single i...
Here you will learn how to save data in the device via your android application using "Shared Preferences" which offers fast retrieval and is easy to program. Most of the applications that s...
In this blog post you will be getting a brief knowledge about how to integrate facebook services into your application.
Here you will be given an introduction on how to read and write to a file saved in internal storage of your phone.
Toast message is a way to provide some information to the user that stays on the screen for a couple of seconds. Here, we will be working on how to beautify that message so that it goes with the theme...