Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 745 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 745 Bytes

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