https://github.com/jshvarts/daggerandroidmvp
Demonstrates using Dagger 2.10+ in MVP app that follows Clean Architecture, RxJava 2, RxRelay
https://github.com/jshvarts/daggerandroidmvp
android-architecture dagger-android dagger2 dagger2-mvp mvp rxjava
Last synced: 10 months ago
JSON representation
Demonstrates using Dagger 2.10+ in MVP app that follows Clean Architecture, RxJava 2, RxRelay
- Host: GitHub
- URL: https://github.com/jshvarts/daggerandroidmvp
- Owner: jshvarts
- License: apache-2.0
- Created: 2017-07-18T16:54:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T00:56:31.000Z (over 8 years ago)
- Last Synced: 2025-04-02T09:04:08.552Z (11 months ago)
- Topics: android-architecture, dagger-android, dagger2, dagger2-mvp, mvp, rxjava
- Language: Java
- Homepage: https://proandroiddev.com/implementing-mvp-with-new-dagger-android-injection-api-773b13e1ef0
- Size: 146 KB
- Stars: 40
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DaggerAndroidSampleApp
[](https://travis-ci.org/jshvarts/DaggerAndroidMVP)
Basic app that demonstrates using Dagger Android 2.10+ in MVP app that follows Clean Architecture, RxJava
The source code in this repo accompanies my article https://proandroiddev.com/implementing-mvp-with-new-dagger-android-injection-api-773b13e1ef0
## License
Copyright 2017 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 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.