开发者

Custom listview with popup issue in android

开发者 https://www.devze.com 2023-04-03 19:27 出处:网络
My custom listvalues are coming from java bean. I have a popup inside custom list view with textview, check box and I have a list view in the activity. If the user selects a check box in the popup, I

My custom listvalues are coming from java bean. I have a popup inside custom list view with textview, check box and I have a list view in the activity. If the user selects a check box in the popup, I have to add the checked value to the list view. Can anybody tell me ho开发者_StackOverfloww to do this and give an example?

Thanks


Here are two links with possible solutions

multicolumn-listview-in-android

custom-listview-android-developer

0

精彩评论

暂无评论...
验证码 换一张
取 消