Question

Do you know a Android Studio plugin for generate a Content Provider?

Recently, I switched from Eclipse to Android Studio, and I always used to use mdsd plugin a plugin to generate a Content Provider from your domain model. I was wondering if there is any similar tool available for Android Studio.

I've found a couple of tools but you have to pass a JSON schema, and I prefer to use my model data definition instead of json.

Thanks!

Was it helpful?

Solution

I just found Android ContentProvider Generator, it generates a ContentProvider and all database files given a several json files. It's pretty easy to use, but I would rather prefer the files structure that mdsd plugin generates. In any case this is the best option that I found.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top