In my game application am using a listview to select levels. Am activating this listview item onclickable if the previous level is cleared. I need to differentiate the activated and unactivated level’s in listview.How can i make it possible? If possible suggest me tutorial. Thank you
Share
you can put your logic for activated and unactivated levels in
getViewmethod ,check if activated then inflated activated row otherwisw unactivated row.