Please enable JavaScript.
Coggle requires JavaScript to display documents.
Android Application (Component (Activities (Function (onCreate (Bandle):…
Android Application
Component
Activities
-
-
-
-
-
life cycle
-
paused (lost focus but still visible ) can killed by the sys ,
stopped (hidden and not visible ) : retains of all states and user info, killed by sys when need a memory space
-
-
-
-
-
-
-
-
-
-
-
Project component
-
-
-
Resources
-
-
Access
-
In xml
use a special XML syntax that corresponding to the resource ID define in your R class (@ string/hello)
-
-
log
("Message","activity on create" ) ;