using spinner on ListView with Sql lite in android

依然范特西╮ 提交于 2019-12-23 04:47:54

问题


My android app contains a list view that shows the data base context. This is what I want:

1-When the list view row gets clicked (itemClickListener),the custom spinner shows.

2-When a spinner item is selected, the title of it is shown in the list view fields.

3-At last: The color of the rows change, when an item is selected.

I've found a solution for no.1 in this link but I don't know about the other two. Would you please help me to solve these problems ?

来源:https://stackoverflow.com/questions/31592335/using-spinner-on-listview-with-sql-lite-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!