Using ListViews on Android?

Posted by Robert on Stack Overflow See other posts from Stack Overflow or by Robert
Published on 2010-03-08T15:58:33Z Indexed on 2010/03/08 17:06 UTC
Read the original article Hit count: 124

Filed under:
|
|

I am just getting started with the Android SDK and I had a quick question. I am trying to set up a ListView with a rectangle of color on the left and then a bit of text for each row. I also want to make it so I can click each entry in the list and open a new activity to display some information (similar to the contact list). Anyone have any examples to help me out?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk