HmadaAhmedSalem / geobeagle

Automatically exported from code.google.com/p/geobeagle
0 stars 0 forks source link

Sync stops with orientation change #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sync with SD Card
2. Change orientation
3. Sync stops

What is the expected output? What do you see instead?
Sync should continue

What version of the product are you using? On what operating system?
0.7.20
Version 1.5 of OS

Please provide any additional information below.
This issue has been around a while actually. Today I just noticed what causes 
the sync to stop.

Original issue reported on code.google.com by R.Flag...@gmail.com on 17 Jul 2009 at 4:29

GoogleCodeExporter commented 9 years ago
Option #1:
Add android:configChanges="orientation|keyboardHidden" to the cache list part of
manifest.xml

Option #2:
Implement onRetainNonConfigurationInstance() and 
getLastNonConfigurationInstance()

For more details, see:
http://www.androidguys.com/2008/10/14/rotational-forceson-your-android-app/

Original comment by andpet@gmail.com on 9 Sep 2009 at 8:38

GoogleCodeExporter commented 9 years ago

Original comment by stephen5...@gmail.com on 9 Sep 2010 at 2:47