Re: [android-developers] Multi lists in a single listview

2012-08-16 Thread TreKing
On Thu, Aug 9, 2012 at 8:53 PM, Đức Lê wrote: > After searching for days, I'm still a bit confused of what I have to do. > Any suggestion? Break your problem down into concrete steps, then execute each step. You can start by clarifying where *specifically* you're stuck at right now that you ca

[android-developers] Multi lists in a single listview

2012-08-16 Thread Đức Lê
In a my music application, I have search function. When user submits a query, it will search for songs, albums and artists. The search result will display as follow: Song: List of songs Album: List of albums Artist: List of artists This is like search function in Google play music. After