View on GitHub

reading-notes

Application Fundamentals

You can write your Android app code using Kotlin, Java, and C++ languages and then Android SDK tools compile your code along with any data and resource files into an APK.

Android security features:

Each app in Android system has only access to the components that it requires to do its work and there are a ways for sharing the data between the app and the other apps like:

App components

Activating components

Intent is an object use to bind individual components to each other at runtime.

Methods for activating components: