android-template
android-template copied to clipboard
A `cookiecutter` template for Android projects
- update Gradle wrapper to 5.6.4 - enable ViewBinding
Spinning up a personal project using the template, I realized we have no instructions for how to generate a new project in Windows. This would be useful for expanding the...
- Added coroutines to dependencies. - Implemented a `CoroutineUseCase`
Add [Crashlytics](https://firebase.google.com/docs/crashlytics/) as a dependency given it is our default crash reporting tool.
It will be great to have a test coverage tool already in place like Jacoco
Add custom file templates to commonly used screens, like login screen, recycler view... Use this [link](https://android.jlelse.eu/supercharging-your-app-development-speed-with-custom-file-templates-3e6acb6db6c3) as a guide.
Are we able to make keystore generation part of the initial input steps when running cookiecutter? The AndroidManifest.xml file presupposes that the keystores have a certain name and are in...
We will need explicit client permission before we can share them by name. But at the very least we can describe the type of apps in production that are utilizing...
Sample app to show an opinionated architecture built on top of the android-template. The sample app codebase will live in a different public repo. Specs: * List all Raizlabs repos:...