I am little bit confused to use which adapter best for me to retrieve data from a .mp3 file like Art, SongName, Artist etc.
CursorAdapter
is more appropriate when there is a database because it does not load all the records as ArrayAdapter
. It loads only the visible records.