This time around we want to see out listview have a different background than the default translucent black (as of Android 4.0). I want to use a blue gradient for the backgrounds of each of my list items. I start by first defining the shape gradient I am going to be using as my background: … Continue reading
ListViews on the Android, are extensively used. We see them in different shapes and sizes, with different kinds of items, varying colors and fonts. I wouldn’t say these customizations are difficult to code, but they do involve a lot of bits and pieces. As you may have realized, the technique is fairly unique and not … Continue reading