I want to have a listview with a custom adatper, extends ArrayAdapter, where Type has Name field (String). I want to sort the items Alphabitcly (this is not a problem) and then put Alphabetic sections.
For example:
A
Alpha
Any
…
C
Child
…
I
ink
Also – results are retrieved from a webservice using Paging, so when user presses the GetMoreResult button, list should be updated accordingly – will notifyDataSetChanged will work?
You can download code for listview with alphabets.
http://www.anddev.org/code-snippets-for-android-f33/alphabetical-listview-in-android-t56983.html