Open ChunxiaZhang opened 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.
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.