
In this article, we will see an example of a GridView with some of our favorite cartoon characters. We use…
Android Application Development
In this article, we will see an example of a GridView with some of our favorite cartoon characters. We use…
In this article, I am going to show you an example of Android’s DatePicker widget. It provides controls for selecting…
In this article, we will see how to use DialogFragment to create an AlertDialog. DialogFragment class was originally added with…
In this article, we will see an example of android’s drag and drop feature. Using drag and drop, we can…
In this article, we will see an example of Android’s RadioButton. Unlike a checkbox, once checked, a radio button cannot…
In this article, I will show you an example of AlertDialog. We will show an alert dialog when we want…
In this example, we will extend PreferenceFragment to build our settings. PreferenceFragment was introduced in Android 3.0 and it extends…
In this example, I will show you an example of OnPreferenceClickListener. We will improve our previous article’s preferences XML which…
In this example, we will group the settings by sub-screen. This will be a continuation of our previous preferences example…
In this example, we will group the settings by title. This will be a continuation of our preferences example. When…
Every app needs some kind of settings that allows users to modify app’s features and behavior. Android has built-in support…
In this article I am going to show you an example of android button. A button is the most common…
In this article, we will see a basic version of progress bar. A progress bar is shown to user to indicate the progress…