importing phonebook contacts to application with checkboxes eachrow
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/
精彩评论