从2016年8月起,RoboGuice 不再支持。在近5年的时间里,由于它的易用性,它是 Android 上的第一大依赖注入框架,但其他责任使它没有得到应有的关注,随着时间的推移,它没有跟上社区的需求。现在还有很多其他优秀的 Android 的 DI 框架,请考虑迁移到其中的一个框架。
谢谢你多年来的支持。
Android 上的谷歌 Guice, 3.0 版本[退役]。(Google Guice on Android, version 3.0 [RETIRED])
从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?