Using listactivity view to create table in android
Posted
by cppdev
on Stack Overflow
See other posts from Stack Overflow
or by cppdev
Published on 2010-04-16T20:10:56Z
Indexed on
2010/04/16
20:13 UTC
Read the original article
Hit count: 412
android
|android-sdk
I'm pretty new to android. I want to create a table in my Wapplication that will have three columns. Once column would have string, another would have a image and last column would have a integer. Again, I want to have table rows selectable. Can this be achieved by extending ListActivity ? What is the best to way to create such a table in android ?
© Stack Overflow or respective owner