Apply Alphabetical Filters on listView on Android os

Posted by mudit on Stack Overflow See other posts from Stack Overflow or by mudit
Published on 2010-05-04T04:04:12Z Indexed on 2010/05/04 4:08 UTC
Read the original article Hit count: 319

Filed under:
|

Hi..

i need to create a list view that display same functionality as Contact App. I need to have a scroller through which i can traverse the list alphabetically. To achieve this i am following an example from API demos "com.example.android.apis.view.List1.java". When i implement this functionality on a static list view => it is working fine. But when i try this on a dynamic listview=> it is not working.

Plz help...

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk