Android Editable ListView (preference / dialog)

喜夏-厌秋 提交于 2019-12-13 06:46:46

问题


I need a editable list view with strings where items can be renamed added and removed.

That should be - if possible in a preference view / dialog.

What is the best way to implement that? Are there libs? - I didn't find any.

My current solution is a multilined EditText dialog with one entry each line.

来源:https://stackoverflow.com/questions/36872319/android-editable-listview-preference-dialog

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