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
  • build.gradle using Kotlin
  • edge-to-edge support
  • no xml layouts
  • splash screen

GitHub

View Github