Skip to content
/ AndroidTemplate Public template

Improved project template for Android Studio

Notifications You must be signed in to change notification settings

vadiole/AndroidTemplate

Repository files navigation

Improved project template for Android Studio

Unfortunately the default Android Studio template has a lot of unnecessary stuff that has to be removed every time. And does not have things that are needed, such as splash screen or build scripts using kotlin dsl. This template was created to fix that

Main features:

  • src/main/kotlin instead of src/main/java
  • minimum number of dependencies
  • useful Manifest attributes
  • edge-to-edge support
  • build.gradle.kts
  • proguard rules
  • no xml layouts
  • splash screen

How to setup:

  1. change package name
  2. replace all template and Template with your app name
  3. replace ic_launcher_background and ic_launcher_foreground with the resources for your application