Skip to content

vadiole/AndroidTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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