Grocery Gadget Android Invite API
If you are a developer of mobile apps related to grocery shopping (for example, recipe apps, barcode scanning apps, nutrition apps, coupon and promotion apps, etc.) instead of developing your own shopping list functionality leverage the advantages of the proven market leader Grocery Gadget® app. Push your product data there using the Google® Android® invite mechanism, implemented through ContentProvider: http://developer.android.com/guide/topics/providers/content-providers.html
In order to read from and write data to the Grocery Gadget® Android app, add the following permissions to your app's AndroidManifest.xml file. It should look like this:
<uses-permission android:name="com.flixoft.android.grocerygadget.GROCERY_GADGET_READ_PERMISSION"/>
<uses-permission android:name="com.flixoft.android.grocerygadget.GROCERY_GADGET_WRITE_PERMISSION"/>
Then, in order to access Grocery Gadget database fields ,add to your project the classes containing the URIs offered by Grocery Gadget® provider. Download a test project SDK and learn more about available classes. The package com.flixoft.android.gginviteapi.database contains the following classes:
InviteApi.java – base Grocery Gadget URI Data Provider.
ProductsIA.java - Favorites list URIs
ShoppingListItemsIA .java - Shopping List Items URIs
ShoppingListsIA .java - Shopping Lists URIs
StoresIA .java - Stores URIs
StoreItemIA .java - Store Items URIs.
InviteApiErrors.java – Exception URIs
Should you face any technical challenges please contact us.