https://github.com/jshvarts/daggerandroidkotlinsampleapp
Kotlin implementation of DaggerAndroidSampleApp repo
https://github.com/jshvarts/daggerandroidkotlinsampleapp
clean-architecture dagger-2 dagger-android kotlin kotlin-android
Last synced: 26 days ago
JSON representation
Kotlin implementation of DaggerAndroidSampleApp repo
- Host: GitHub
- URL: https://github.com/jshvarts/daggerandroidkotlinsampleapp
- Owner: jshvarts
- License: apache-2.0
- Created: 2017-07-13T03:00:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T12:10:55.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T09:04:16.792Z (2 months ago)
- Topics: clean-architecture, dagger-2, dagger-android, kotlin, kotlin-android
- Language: Kotlin
- Homepage: https://proandroiddev.com/exploring-the-new-dagger-android-module-9eb6075f1a46
- Size: 186 KB
- Stars: 32
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DaggerAndroidKotlinSampleApp
[](https://travis-ci.org/jshvarts/DaggerAndroidKotlinSampleApp)
Simple app written in Kotlin using Activity and Fragment that illustrates using dagger-android module introduced in Dagger 2.10
This project accompanies my article *Demystifying the new Dagger Android module* located at https://medium.com/@jshvarts/exploring-the-new-dagger-android-module-9eb6075f1a46
Java version is here: https://github.com/jshvarts/DaggerAndroidSampleApp
## License
Copyright 2017-2019 James Shvarts
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 athttp://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.