This is a basic Android project template that consists of 5 modules:
- Base
- DI
- App
- Feature
- Test-Core
To use the template:
- Update the package name in project's build.gradle.
- Replace "Template" to your project name
- Replace "template" in package names.
- Replace "feature" to your feature name and similarly for the activity and the layout.
The template uses Kotlin and the following libraries:
- Ktx
- AppCompat
- Material Components
- RecyclerView
- Constraint Layout
- AAC ViewModel and Lifecycle
- Dagger
- OkHttp
- LoggingInterceptor
- Retrofit
- Moshi
- Timber
- Findbugs
- JUnitJupiter
- MockitoKotlin
- AssertJ
The template uses Ktlint for formatting and lint checks.
Copyright 2020 Rahul Sainani
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.