07.01.2013 Views

David Defour - Université de Perpignan

David Defour - Université de Perpignan

David Defour - Université de Perpignan

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Summary: Saving Data<br />

• Overri<strong>de</strong> onSaveInstanceState<br />

– And pass the Bundle to the superclass method<br />

protected void onSaveInstanceState(Bundle outState) {<br />

super.onSaveInstanceState(outState);<br />

outState.putBlah(someData);<br />

}<br />

• Called<br />

– When user rotates screen<br />

– When user changes language<br />

– When app is hid<strong>de</strong>n and Android needs the memory<br />

• Not called<br />

– When user hits Back button<br />

• Note<br />

– Superclass method automatically stores state of GUI widgets (EditText<br />

data, CheckBox state, etc.)<br />

518<br />

jeudi 26 janvier 12

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!