I see that there are many options for ORM tools: Any good ORM tools for Android development?
But do any of them help you to create Content Providers quickly?
If not, what tools exist?
I see that there are many options for ORM tools: Any good ORM tools for Android development?
But do any of them help you to create Content Providers quickly?
If not, what tools exist?
you can also have a look at CPOrm on github: https://github.com/Wackymax/CPOrm
It will create the database and content provider for you and handles all of the boiler plate code for common database operations via the content provider.
You might want to look at this project: https://github.com/groupme/ProviderOne It claims ability to generate "all you need" just from DB file
Try MOTODEV Studio for Android.It has a Database Management feature to conveniently view and edit SQLite databases on emulated devices.