Last Updated: February 25, 2016
·
318
· ketan parmar

Android App Fundamentals

"A unique aspect of the Android system design is that any application can start another application’s component. "

"Three of the four component types—activities, services, and broadcast receivers—are activated by an asynchronous message called an intent. "

"The other component type, content provider, is not activated by intents. Rather, it is activated when targeted by a request from a ContentResolver. "