View like android's contact screen

Posted by Maragues on Stack Overflow See other posts from Stack Overflow or by Maragues
Published on 2010-04-21T14:52:58Z Indexed on 2010/04/21 15:13 UTC
Read the original article Hit count: 138

Filed under:
|

I am developing an application with a large number of elements that must be ordered alphabetically, and I'd like it to have the same look and feel as android's contact list, That is

[Letter]
<contact>
<contact>
[Letter]
<contact>
<contact>
<contact>

etc.

Which is the best way to achieve this same layout? I've seen several tutorials concerning scrollable lists, but this is a bit different. I've looked a bit through android's source code, but if anyone has the answer, it would save me a lot of time.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about android

Related posts about contacts