[android-developers] Re: Android webview retain form data when orientation changes

2012-01-21 Thread IndianDragon
I tried using webview with dynamic fragment. Yet still I could not achieve what I want. the data is not retained still. I tried to build a logic based on this example on FragmentRetainInstance (http://developer.android.com/resources/samples/

[android-developers] Re: Android webview retain form data when orientation changes

2012-01-20 Thread IndianDragon
Thanks for the reply. Actually Iam using fragment now for webview like you said. But I call the Fragment/webview class from Oncreate() in an Activity which extends FragmentActivity, which basically makes the purpose of me using fragment useless as when orientation changes the the Oncreate()

[android-developers] Re: Android webview retain form data when orientation changes

2012-01-20 Thread IndianDragon
Thanks for your reply, but onRetainNonConfigurationInstance() was not helpful for my situation and a Fragement/Webview solution seemed better. So Iam working on a Fragment based webview for my issue. On Jan 20, 3:15 am, TreKing treking...@gmail.com wrote: On Wed, Jan 18, 2012 at 11:07 AM,