Skip to content
Donn Felker edited this page Oct 12, 2012 · 1 revision

An outline of where we expect RoboGuice to go

2.0 (anticipated)

  • Fragment support
  • Ability to inject in custom views
  • Guice3
  • Maven3
  • Finally build easily without manually dealing with dependencies
  • Improve ContextScope to reduce churn and duplication? What about concurrency issues?
  • Refactor application and module code to simplify Getting Started docs
  • Turn ExtraConverter into a generalized conversion system

Table of Contents

Installation

Tutorial

Background

  • How Injection Works
  • When Injection Just Works, and when you have to call injectMembers()
  • The Difference between Global and Context-scoped Injection
  • Analyzing a Guice Stack Trace
  • What's the difference between Nullable and Optional?

How To

Examples

API Documentation

History

Maintainer Instructions

RoboGuice 1.1 (deprecated)

Clone this wiki locally