Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Content Provider generator for Android Studio

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!

like image 877
icastell Avatar asked Apr 15 '14 14:04

icastell


1 Answers

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.

like image 151
icastell Avatar answered Sep 30 '22 08:09

icastell