android-contentprovider-generator icon indicating copy to clipboard operation
android-contentprovider-generator copied to clipboard

A tool to generate Android ContentProviders.

Results 15 android-contentprovider-generator issues
Sort by recently updated
recently updated
newest added

Hello, What is the intention of the beans? If I have a tablet with 20 columns, I have the fill up the bean manually? I didn't find any method to...

Error:Could not find org.jraf:acpg-gradle-plugin:1.13.1. Searched in the following locations: file:/Applications/Android Studio.app/Contents/gradle/m2repository/org/jraf/acpg-gradle-plugin/1.13.1/acpg-gradle-plugin-1.13.1.pom file:/Applications/Android Studio.app/Contents/gradle/m2repository/org/jraf/acpg-gradle-plugin/1.13.1/acpg-gradle-plugin-1.13.1.jar Required by: project :app

Hello, I need to use an encrypted database, and I have modified your library. It's working, i have to update the doc, and I want to add a little message...

Detect if the entity folder is empty and show a message.

Hi @BoD . I check in class SampleProvider have method bulkInsert(...). You can show for me example use it. In my application, i have to insert Bulk of record in...

I generated a simple content provider and I get this when i run **Android Lint** on the newly generated classes: > Do not place Android context classes in static fields...

enhancement

The generated `SomeModelContentValues.update(Context context, SomeModelSelection where)` method uses `uri()` where `where.uri()` should be used. And likewise the `SomeModelContentValues.update(ContentProvider contentProvider, SomeModelSelection where)` method. I've issued a pull request to fix this...

needsinfo

I have the following tables: Person: { "fields": [ { "name": "person_name", "type": "String", "nullable": false } ] } Addresses: { "fields": [ { "name": "person_id", "type": "Long", "nullable": false,...

enhancement

select.orderByX doesn't seem to work, I was ordering by timeStamp and noticed it only took ORDER BY ._id

needsinfo

For instance, an attribute "addedInVersion" could be added on tables, and the tool would generate CREATE TABLE statements when upgrading from version n-1 to n. Another one "deletedInVersion", to delete...

enhancement