Handling Screen Orientation - Part 2
Minggu, 12 Juni 2011
0
komentar
How to handle rotation?Now if you choose to rotate your activity with display either specifying “rotate as sensor” or using “orientation setting” you must handle the steps that are taken when the display is rotated.Whenever the window rotates, your activity is destroyed and recreated, and “onCreate(Bundle)” is executed again.You may need to save the activity state before this happens. To achieve that...
Baca Selengkapnya ....