Modern Android App Template with Jetpack Compose
Hi everyone 👋
Nowadays I am creating standalone proof of concept (PoC) Android projects which contain different stories and use cases. My main aim for this projects are implementing & sampling recent best practices and last recent technologies.
To do so, I was creating repositories with straight forward way:
- Android Studio > File > New > New Project…
- Setup Jetpack Compose basics, edge to edge, CI/CD, dependency management, design patterns, folder structure, etc…
This huge list goes like that ….. 🪐 🔭
After couple of repositories, I realised that I have started to break rule #1: Reusability. In this article, we will focus on my solution for this common coding problem, the AndroidTemplate
What is the AndroidTemplate 🤖 ?
AndroidTemplate is a android application template for core logics and also technical integrations. With the help of this template, developers don’t have to implement same logics over…