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.