Hi, I'm very new into Android.
I have a simple (countdown counter) html page loaded into webview.
The user can change some input fields that affects the countdown timer.
If I quit the application and restart (in the emulator), the user have to change the input fields again.
Is there a method to save the data in the input fields/dropdown
Was thinking about cookies in webview, is that possible?
Any other suggestions or example somebody?
thanks
Vidal

