https://github.com/osfunapps/dagger2.1example
A simple example on how to use dagger 2.1 in mvp style
https://github.com/osfunapps/dagger2.1example
dagger2 dagger2-android dagger2-mvp designpatterns kotlin mvp mvp-android mvp-architecture
Last synced: 11 months ago
JSON representation
A simple example on how to use dagger 2.1 in mvp style
- Host: GitHub
- URL: https://github.com/osfunapps/dagger2.1example
- Owner: osfunapps
- Created: 2018-04-18T21:00:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T22:58:21.000Z (over 7 years ago)
- Last Synced: 2025-01-28T11:32:49.667Z (about 1 year ago)
- Topics: dagger2, dagger2-android, dagger2-mvp, designpatterns, kotlin, mvp, mvp-android, mvp-architecture
- Language: Kotlin
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dagger2.1 Example
This project meant to serve as an example on how to write a Dagger 2.1 supported android applications, in MVP architecture. The code is heavily documented and written in Kotlin.