android10 / Android-CleanArchitecture

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
Apache License 2.0
15.49k stars 3.33k forks source link

A branch where dagger is not implemented #28

Closed Devofure closed 9 years ago

Devofure commented 9 years ago

Hi, i was wondering if you could make a branch from the time before you use injection, I just read the "Architecting Android…The clean way?" and it would be great to see the code at that time, Great article by the way.

alexandru-calinoiu commented 9 years ago

You should be able to go back to a commit,

Looks like https://github.com/android10/Android-CleanArchitecture/commit/f3b7a70129d6475cb849741dd107d39065873847 adds dagger dep.

I will guess that the commit before that has the solution in a state you will require it.

Devofure commented 9 years ago

ok, thanks.

android10 commented 9 years ago

@balauru thanks! That does the trick @Devofure :). And by the way, I create releases before every big change: https://github.com/android10/Android-CleanArchitecture/releases