ChunxiaZhang / Toaster

0 stars 0 forks source link

Compare Guice and Dagger2 frameworks #21

Open ChunxiaZhang opened 9 years ago

ChunxiaZhang commented 9 years ago

In this app, they use Guice dependency injection framework. For now in Android develop, we prefer use Dagger2. Because Guice compile in Run Time, however Dagger2 compile in compile time. That means use Dagger2 make more efficient, and easy to debug.