Skip to content Skip to sidebar Skip to footer
Showing posts with the label Roboguice

Maven Eclipse Plugin Won't Add Android Support-v4 To Build Path

I'm working on a project using RoboGuice with Eclipse ADT, m2e and android-maven-plugin. I'… Read more Maven Eclipse Plugin Won't Add Android Support-v4 To Build Path

Using Guice To Inject Dependencies Into An Android Activity's Constructor

Does anybody know of a way to use Guice to inject dependencies into the constructor of an Activity … Read more Using Guice To Inject Dependencies Into An Android Activity's Constructor

Global Event Manager Roboguice

I am using RoboGuice 3.0.1 along with RoboBlender in my Android application. I wanted to have a glo… Read more Global Event Manager Roboguice

Roboguice Custom Module Application Context

How do I get the application context in my custom module? Here is the code for my module: public cl… Read more Roboguice Custom Module Application Context

Android & Roboguice - Inject Views On Fragment?

I have a fragment that I need to display on the screen. I want to be able to use InjectView to inje… Read more Android & Roboguice - Inject Views On Fragment?

Android Roboguice Not Working With Proguard

this is my proguard-project.txt: -keep class com.google.inject.** { *; } -keep class javax.inject.*… Read more Android Roboguice Not Working With Proguard