开发者

importing phonebook contacts to application with checkboxes eachrow

开发者 https://www.devze.com 2023-02-27 00:03 出处:网络
How can I import contac开发者_StackOverflowts from phone book to my android appplication with a cheackbox on each row.Further I want to move those contacts to databse... As in this screen shot..can an

How can I import contac开发者_StackOverflowts from phone book to my android appplication with a cheackbox on each row. Further I want to move those contacts to databse... As in this screen shot..can any one help?


Use a TableView and an adapter to retrieve the contacts and then implement each row in your table. See the code below.

http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/

0

精彩评论

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