Please enable JavaScript.
Coggle requires JavaScript to display documents.
android fundamentals (app components (services (types of started services,…
android fundamentals
app components
activities
key interactions
keeping track of what the suer currently cares about
previously used processes contain things the user may return to
handle having its process killed
implement user flows between each other
definition
services
types of started services
foreground
regular background
what it do
perform long running operations
perform work for remote processes
definition
broadcast services
content providers
the manifest file
what it do
identifikasi user permission yg app butuhkan
deklarasi API level minimum
deklarasi ditur HW & SW
deklarasi API libraries
elemen deklarasi komponen
<activity>
<service>
<receiver>
<provider>
declaring app requirementrs
declaring app resources
Intent
definition
types
explicit intent
implicit intent
cases
starting an activity
starting a service
delivering broadcast