-
Notifications
You must be signed in to change notification settings - Fork 824
Roadmap
emmby edited this page Nov 10, 2014
·
1 revision
An outline of where we expect RoboGuice to go
- Fix for constructor injection: https://github.com/roboguice/roboguice/issues/261
- 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
- For Projects Using Gradle
- For Projects Using Maven
- Manual Installation for Older Projects
- Inheriting from RoboGuice Classes
- Upgrade Instructions from RoboGuice 2
- Your First View Injection
- Your First Resource Injection
- Your First System Service Injection
- Your First POJO Injection
- Singletons and ContextSingletons (wiki/Understanding Scopes)
- Your First Custom Binding
- Your First Injected Fragment
- Your First Injected Service and BroadcastReceiver
- Your First Testcase
- Your First Injection into a Custom View class
- Your First Injected ContentProvider
- Using Events in your RoboGuice application
- Logging via Ln
- RoboGuice Standard Injections
- 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?
- RoboBlender wiki
- Use ProGuard with RoboGuice
- Define advanced custom bindings
- Remove or replace RoboGuice's default bindings
- Use your own BaseActivity with RoboGuice
- Inject into an object that you don't instantiate
- Dealing with Circular Dependencies
- Work with Library Projects
- Deal with ComputationException due to StackOverflowError
- Taming Fragmentation using RoboGuice