An open API service indexing awesome lists of open source software.

https://github.com/rahulsainani/android-template

A starter android template with Kotlin, Coroutines, Dagger and other usual suspects.
https://github.com/rahulsainani/android-template

android android-template kotlin

Last synced: about 1 year ago
JSON representation

A starter android template with Kotlin, Coroutines, Dagger and other usual suspects.

Awesome Lists containing this project

README

          

## Template

This is a basic Android project template that consists of 5 modules:
- Base
- DI
- App
- Feature
- Test-Core

To use the template:
1. Update the package name in project's build.gradle.
2. Replace "Template" to your project name
3. Replace "template" in package names.
4. 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.

## License

```
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.
```