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

enter image description here

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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -