Back to course

Hello World Project Structure

Full Android Native 0 to Hero

Understanding the Files

  • app/src/main/java: Where your Kotlin code lives.
  • app/src/main/res: Resources (layouts, strings, images).
  • AndroidManifest.xml: The app's blueprint.
  • build.gradle: Dependency management.