android - configuration change in list view -
i've list view, has following:
textview edit button delete button , navigate button.
when user clicks edit button, i'm loading edit text, save button , cancel button using viewswitcher. i've used android:windowsoftinputmode="statevisible|adjustresize" view gets resized when keyboard gets visible.
the problem here is, when user clicks on edit text, keyboard appear view gets reloaded , text view appear.
also, when user scrolls list view middle of page , changes orientation, list view load start.
i've tried using android:configchange no result. how handle situation using savedinstance or there other way solve problem??
Comments
Post a Comment