You are on page 1of 2

1) Chapter 01:

2) Chapter 02:

3) Chapter 03: life circle (Bài tập tuần 2 )

There are four types of core components

 Activeities: Display GUI


 Services: a special type of activity that do not have a GUI, run in backgound
 Broadcast Receiver: is a listener wait for a triggering system-wide message to do
some work like low barrery, wifi connect..
 Content Provider: contact with database.

Activity stack

Life cycle callbacks

onCreate():

onStart():

onResume():

onPause():

onStop():

onDestroy():
4) chapter 04:

You might also like