rapidftr / tracker

The Issue Tracker for RapidFTR
2 stars 3 forks source link

Use RoboGuice instead of the current manual Guice code #144

Open rdsubhas opened 10 years ago

rdsubhas commented 10 years ago

RoboGuice is a framework that brings the simplicity and ease of Dependency Injection to Android, using Google's own Guice library.

We currently have our own Guice code, and we manually added Guice. Instead of that, we want to add RoboGuice in the proper way as discussed in the Android bootcamp.

Tasks:

JamesMura commented 10 years ago

Taking this on

JamesMura commented 10 years ago

https://github.com/rapidftr/RapidFTR---Android/pull/156