startActivity
to
launch an Activity
,
broadcastIntent
to
send it to any interested BroadcastReceiver
components,
and startService(Intent)
or
bindService(Intent, ServiceConnection, int)
to communicate with a
background Service
.Screen Shot Project :
Download Code Project Here IntentProject.zip
0 komentar:
Post a Comment