I have one EditText into listview, i m hidding/showing editText by clicking on particular row. when editText show and i m trying to write into editText i am not able to write into particular editText. please help me.Thanks
Asked
Active
Viewed 793 times
1
-
2Please upload the code with question. – Vigbyor Jan 02 '14 at 08:28
-
may answer in stack-overflow for this problem . please search it. – Md Abdul Gafur Jan 02 '14 at 08:32
-
see this http://stackoverflow.com/questions/2679948/focusable-edittext-inside-listview or this http://stackoverflow.com/questions/9015853/android-how-to-make-edittext-editable-inside-a-listview – Saif Hamed Jan 02 '14 at 08:35
-
@shripal as Vigbyor said, we are helpless. Please provide your source code by editing your question. – saa Jan 02 '14 at 08:41
-
You can focus on EditText after showing it in ListView – Piyush Jan 02 '14 at 08:51
1 Answers
0
This is may be related to EditText in ListView Issue
or
EditText items in a scrolling list lose their changes when scrolled off the screen
or
EditText loses content on scroll in ListView
EDIT: In addition you can play with this example Android Focusable EditText inside ListView

Community
- 1
- 1

dinesh sharma
- 3,312
- 1
- 22
- 32