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

Addon: RoboGuice

Prototik edited this page Mar 20, 2013 · 2 revisions

Since 1.5 HoloEverywhere officially have a support of RoboGuice. But RoboGuice code have a 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 dependency/module to your application.

Bug in RoboGuice

You should add next line to every activity which you are use (or create base activity class with this line):

@Inject ContentViewListener ignored;
Clone this wiki locally