0

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.

rala
  • 895
  • 2
  • 18
  • 43
  • Use Listview, each list view item will contain edit text, delete icon, edit icon[optional]. by default edittext will not be editable, whenever user clicks on row edittext should be enabled & soft keyboard board.alternate clicks on list view item will enable/disable edit text – PEHLAJ Apr 26 '16 at 18:12
  • 1
    is it possible in a dialog or preference? that's the more important part for me (but thank you for your suggestion) – rala Apr 26 '16 at 18:37
  • Add listview to your dialog – PEHLAJ Apr 26 '16 at 18:42

0 Answers0