从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 框架,请考虑迁移到其中的一个框架。
谢谢你多年来的支持。
Name With Owner | roboguice/roboguice |
---|---|
Primary Language | Java |
Program language | Java (Language Count: 4) |
Platform | Android |
License: | Other |
Created At | 2012-08-12 20:37:19 |
---|---|
Pushed At | 2017-01-19 21:02:22 |
Last Commit At | 2016-08-15 08:57:56 |
Release Count | 28 |
Last Release Name | roboguice-aggregator-4.0.0 (Posted on 2016-03-08 14:46:57) |
First Release Name | 0.1 (Posted on ) |
Stargazers Count | 3.8k |
---|---|
Watchers Count | 314 |
Fork Count | 823 |
Commits Count | 1.1k |
Has Issues Enabled | |
Issues Count | 279 |
Issue Open Count | 136 |
Pull Requests Count | 40 |
Pull Requests Open Count | 11 |
Pull Requests Close Count | 21 |
Has Wiki Enabled | |
---|---|
Is Archived | |
Is Fork | |
Is Locked | |
Is Mirror | |
Is Private |
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?