Simplistic Android App Template for Android Studio
Contains the bare minimum to get an app up and running on Java 17 with view binding and a single activity.
- Hit the green "Use this template" button at the top of the page and create a new repo
- Either:
- Clone your new repo
- Open the project in Android Studio
- Or
- Goto File -> New -> Project from Version Control -> Git and paste the URL of your new repo
- Change the package name in the gradle.properties file
- Change the package name in your Project Structure
- Change the project name in the settings.gradle file
- Delete this README.md file and replace it with your own