how to create custom list of logs with check box in android -
how create custom list of logs check box in android time date , type of call missed call,incoming call or outgoing call
make view row checkbox , 2 imageviews , whatsoever need. set source of imageview in adapter according data
eg:
if (incoming_call) logimageview.setimageresource(your_resource); else { logimageview.setimageresource(your_other_resource) }
likewise can do
Comments
Post a Comment