Last Updated: 2023-02-12

configuration

Java

Res:

contains images / strings / layouts

generatedJava : generated files (use full for debugging)

Manifest :

Intent-filter : where the program will starts

It's the place where we configure permissions

Gragle :

compile kotlin into executable

Inflation : transform object into kotlin object => then draw it in memory

Exemple

  1. Inflation => create the objects
  2. Draw the element
  3. Kotlin manage events