Skip to content
/ yaat Public template

Yet Another Android Template - Simple, bare-bones template for quick app prototyping.

License

Notifications You must be signed in to change notification settings

PizzaMarinara/yaat

Repository files navigation

YAAT - Yet Another Android Template

Use this template License Language

Just wanted to share my own version of an Android/Kotlin project template, with a few base classes/interfaces and a bit of a package structure.

How to use 👣

Just click on Use this template button to create a new repo starting from this template.

Once created don't forget to update the:

  • App ID
  • AndroidManifest (here)
  • Package of the source files

Features 🎨

  • 100% Kotlin-only template.
  • Jetpack Compose + Navigation.
  • Package structure already started with a "package by feature" approach.
  • 100% Gradle Kotlin DSL setup.
  • Dependency versions managed via buildSrc.
  • Issues Template (bug report + feature request).
  • Pull Request Template.

Gradle Setup 🐘

This template is using Gradle Kotlin DSL as well as the Plugin DSL to setup the build.

Dependencies are centralized inside the Libs.kt file in the buildSrc folder. This provides convenient auto-completion when writing your gradle files.

Contributing 🤝

Feel free to open a issue or submit a pull request for any bugs/improvements.

About

Yet Another Android Template - Simple, bare-bones template for quick app prototyping.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages