DroidParts is a dependency injection, object-relational mapping, JSON, REST... framework developed specially for Android.
1
vote
1answer
27 views
Simple where in Droidparts?
How to make a simple sql where in another field that is not the primary key, it uses the method where the class manager? does anyone know?
Not found in the documentation (http://droidparts.org) ...
5
votes
3answers
2k views
Green DAO vs ORM lite vs Active Android [closed]
Which is the best ORM tool available for Android?
I am seeing ORMlite and ActiveAndroid are the most discussed across and a friend of mine suggested me to use GreenDAO. So looking for some knowledge ...
1
vote
1answer
186 views
Droidparts InjectView not working
I'm trying to use droidParts, specifically the DI part. I'm testing 2 injections, InjectResource and InjectView, but the second one doesn;t seem to be working.
I have a simple default layout with a ...