开发者

How to display a table in Android?

开发者 https://www.devze.com 2023-01-25 18:38 出处:网络
I want to display a table in my application, it sh开发者_StackOverflow中文版ould contain name, phone no, email as the column names and the table has many rows.

I want to display a table in my application, it sh开发者_StackOverflow中文版ould contain name, phone no, email as the column names and the table has many rows.

After that I want to capture each item on the onClick listener, please help as I am new to this development. I was stopped here, I have implemented a table but unable to capture each item click. Please help with example code.


Try using onClickListener on TextView that you are inserting in each column of table.

0

精彩评论

暂无评论...
验证码 换一张
取 消