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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -