https://github.com/android10/two-daggers
This is a sample app that is part of a blog post I have written about how Dagger 1 and Dagger 2 can live together in order to facilitate a potential gradual migration process in big codebases with many contributors.
https://github.com/android10/two-daggers
Last synced: 8 months ago
JSON representation
This is a sample app that is part of a blog post I have written about how Dagger 1 and Dagger 2 can live together in order to facilitate a potential gradual migration process in big codebases with many contributors.
- Host: GitHub
- URL: https://github.com/android10/two-daggers
- Owner: android10
- Created: 2016-07-22T14:46:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T06:01:54.000Z (about 8 years ago)
- Last Synced: 2025-04-08T14:11:09.222Z (9 months ago)
- Language: Java
- Homepage: http://fernandocejas.com/2016/08/03/android-dagger-1-and-2-living-together/
- Size: 78.1 KB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Two Daggers Living Together
=========================
This is a sample app that is part of a blog post I have written about how Dagger 1 and Dagger 2 can live together in order to facilitate a potential gradual migration process in big codebases with many contributors.
[Android: Dagger 1 and 2 living together](http://fernandocejas.com/2016/08/03/android-dagger-1-and-2-living-together/)
Local Development
-----------------
Here are some useful Gradle/adb commands for executing this example:
* `./gradlew clean build` - Build the entire example and execute unit and integration tests plus lint check.
* `./gradlew installDebug` - Install the debug apk on the current connected devices
Code style
-----------
Here you can download and install the java codestyle.
https://github.com/android10/java-code-styles
License
--------
Copyright 2016 Fernando Cejas
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.
