I have Listview with editext and textview.
When i touch on edittext then edittext lost focus!
I resolved this problem by setting android:windowSoftInpu
android:windowSoftInpu
I am using a Custom Adapter. And my problem got solved by using notifyDataSetChanged(); inside my getView() method.
notifyDataSetChanged();
getView()