Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Addon: RoboGuice

t-bullock edited this page Feb 18, 2014 · 2 revisions

Since 1.5 HoloEverywhere officially has support for RoboGuice. But RoboGuice code has one little bug...

Maven

<dependency>
  <groupId>org.holoeverywhere</groupId>
  <artifactId>addon-roboguice</artifactId>
  <version>${holoeverywhere.version}</version>
  <type>apklib</type>
</dependency>

Non-maven users

Import project addons/roboguice and add as a dependency/module to your application.

Bug in RoboGuice

You should add the next line to every activity that you are using (or create a base activity class with this line):

@Inject ContentViewListener ignored;
Clone this wiki locally