4

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?

Community
  • 1
  • 1
gregm
  • 12,019
  • 7
  • 56
  • 78

3 Answers3

2

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.

Wackymax
  • 21
  • 1
  • 3
0

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

Anton
  • 143
  • 1
  • 8
0

Try MOTODEV Studio for Android.It has a Database Management feature to conveniently view and edit SQLite databases on emulated devices.

Faheem Kalsekar
  • 1,420
  • 3
  • 25
  • 31