Tag: custom adapter

  • Android AutocompleteTextView with Custom Adapter Example

    Before this Android AutocompleteTextView with custom adapter example, we made the code on Android AutocompleteTextView with suggestions from SQLite database, that’s really fine and useful, but here’s another problem: What if you want to customize the appearance of the drop-down suggestions? This is where the custom ArrayAdapter will come to the scene. Using this post, […]

  • Android Custom ListView Tutorial

    Almost all Android apps uses ListView – showing list of records, settings, songs, articles, and many other types of data a certain app can handle. An Android ListView is simply a vertically scrollable list of items.This tutorial will show you how to create a customized row in your ListView (with image and text). This is […]