accentsmil / apps-for-android

Automatically exported from code.google.com/p/apps-for-android
Apache License 2.0
0 stars 0 forks source link

orientation change is not working in Photostream #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Photostream App Execute.
2. login
3. loading 6 photos from network.
4. select any photo. when loading the photo is complete. Change orientation in 
ViewPhotoActivity.
5. always reloading the photo from the network.

What is the expected output? What do you see instead?
 If we successfully loaded a photo, send it to our future self to allow
 for fast display rotation. By doing so, we avoid reloading the photo
 from the network when the activity is taken down and recreated upon
 display rotation.

 But it always reloading the photo from the network.

What version of the product are you using? On what operating system?
 Android 2.2

Please provide any additional information below.

Original issue reported on code.google.com by jeyong@gmail.com on 1 Apr 2011 at 5:45