how to use simpleAdapter for custom checkbox in ListView android?
Iam using ArrayAdapter for ListView.Each ListItems contains checkbox,Title,TitleInfo(below title),period,Image(static/from drawable).Now i want to develop this code into simple adapter.How to use simple adapter for checkboxes a开发者_如何学JAVAnd how to handle checkbox events in this simpleAdapter?
Regards, Android developer
I don't think there is a way to do that with SimpleAdapter. You'll have to create your own custom ListView items as described in this tutorial
精彩评论