Yes I know how to tell the system to not do that 
with android:configChanges="orientation|keyboardHidden", but this is not 
useful for our app as this don't change the layout to the different view.
Could you help with save state ?

Il giorno martedì 3 aprile 2012 16:31:41 UTC+2, lbendlin ha scritto:
>
> Per default the Android OS restarts your activity when the screen 
> orientation changes.  You can either tell the OS not to do that, or you can 
> hook into the event and preserve/re-seed your timer.
>
> On Tuesday, April 3, 2012 10:09:11 AM UTC-4, Giuseppe wrote:
>>
>> During the chronometer counting, if the user rotate the screen, the 
>> counter return to 00.00 and stop !!! how do solve it?
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to