i
History and Features Of Android
Android Application and API Level
Android IDE (Integrated Development Environment)
Authentication (Cryptographic Key Storage, User Authenticators, Biometrics)
Encryption (File Based Encryption, MetaData Encryption, Enabling Adiantum)
GoogleBouncer (SecurityFeatures and Attacks(Delayed & Update) to bypass it)
AndroidManifest.xml (Important File Contents present)
Reverse Engineering
Basic Command
DVM is an optimised version of the JVM used for android devices. It has excellent memory management, and optimised battery features.
In DVM first the java source file is compiled into .class file using javac tool.
The .class file is further converted into .dex file using dx tool.
The Android Asset Packaging Tool (AAPT) handles the packaging process of android and creates .apk file
Don't miss out!