Gridview is like dissecting a screen into several columns and rows to ensure you put each data on an individual place of the grids. In an Android, the matter of Gridview is crucial because it gives...
Category: Android Development
One of the goals of creating an application is to provide a good user experience. One of the use cases is the use of a spinner. Many newbies don’t actually know how to clear spinner value in...
Changing the menu background can significantly alter on your choice of how you use your Android device. A few guys know how to change the menu background in android. You have to follow...
Retrieving images from a database can be tricky, but with the right tools and a bit of knowledge, it can be done easily. In this guide, we'll show you step-by-step how to retrieve images from...
Android seekbar is a useful UI element for selecting a range of values. By default, it allows the user to drag the thumb to change the value. But what if you want to move the thumb automatically?...
In many applications, displaying tabular data is a prerequisite. The ideal method is to create a Table. But for that, you need to know how to create a table in Android dynamically. The first...