Reading_Notes

View the Project on GitHub Hiba-Almade/Reading_Notes

Application Fundamentals

>> Each Android app lives in its own security sandbox, protected by the following Android security features:

>> Ways for an app to share data with other apps and for an app to access system services:

>> App components - essential building blocks of an Android app. There are 4 different types:


>> Activating components - three of the four components are activated by an asynchronous message called an intent.

>> App resources