Archive
Author Archive
Using Roboguice in your Android app
26/10/2011
Leave a comment
Most of the web applications I worked on used Spring as glue between all the components. I don’t want to explain why we all use Spring but one of the main reasons is Spring gives us Inversion of Control. To have some glue in an android application I have used RoboGuice. The project’s homepage is located at Google Code: http://code.google.com/p/roboguice/. There is also a project called Spring Android, but this project doesn’t provide a IoC container for android. Read more…
Recent Comments