RoboGuice

Android 上的谷歌 Guice, 3.0 版本[退役]。(Google Guice on Android, version 3.0 [RETIRED])

  • 所有者: roboguice/roboguice
  • 平台: Android
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

从2016年8月起,RoboGuice 不再支持。在近5年的时间里,由于它的易用性,它是 Android 上的第一大依赖注入框架,但其他责任使它没有得到应有的关注,随着时间的推移,它没有跟上社区的需求。现在还有很多其他优秀的 Android 的 DI 框架,请考虑迁移到其中的一个框架。

谢谢你多年来的支持。

主要指标

概览
名称与所有者roboguice/roboguice
主编程语言Java
编程语言Java (语言数: 4)
平台Android
许可证Other
所有者活动
创建于2012-08-12 20:37:19
推送于2017-01-19 21:02:22
最后一次提交2016-08-15 08:57:56
发布数28
最新版本名称roboguice-aggregator-4.0.0 (发布于 2016-03-08 14:46:57)
第一版名称0.1 (发布于 )
用户参与
星数3.8k
关注者数314
派生数823
提交数1.1k
已启用问题?
问题数279
打开的问题数136
拉请求数40
打开的拉请求数11
关闭的拉请求数21
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

As of August 2016, RoboGuice is no longer supported. For nearly 5 years it was the #1 dependency injection framework on Android due to its ease-of-use, but other responsibilities have kept it from getting the attention it needed and over time it hasn't kept up with the needs of the community. There are now many other excellent DI frameworks for Android, please consider migrating to one of them.

Thank you for your many years of support.


RoboGuice 3 smoothes out some of the wrinkles in your Android development experience and makes things simple and fun. Do you always forget to check for null when you getIntent().getExtras()? RoboGuice 3 will help you. Think casting findViewById() to a TextView shouldn’t be necessary? RoboGuice 3 is on it.

RoboGuice 3 takes the guesswork out of development. Inject your View, Resource, System Service, or any other object, and let RoboGuice 3 take care of the details.

RoboGuice 3 slims down your application code. Less code means fewer opportunities for bugs. It also makes your code easier to follow -- no longer is your code littered with the mechanics of the Android platform, but now it can focus on the actual logic unique to your application.

There’s no “magic”. Everything you need is configured explicitly for you by RoboGuice 3 or can be overridden by you.

RoboGuice 3 applications have been Featured on the Android Market for years. It leverages the award-winning and production-ready Google Guice library to bring you simple dependency injection lightweight enough to use in a mobile application.

It works, and people are using it. Why not give it a spin?

Get Started with RoboGuice 3!