Example usage for android.content ContentProvider subclass-usage

List of usage examples for android.content ContentProvider subclass-usage

Introduction

In this page you can find the example usage for android.content ContentProvider subclass-usage.

Usage

From source file org.mariotaku.twidere.provider.TweetStoreProvider.java

public final class TweetStoreProvider extends ContentProvider implements Constants {

    private SQLiteDatabase mDatabase;

    private int mNewMessagesCount, mNewMentionsCount, mNewStatusesCount;

From source file com.money.manager.ex.MmxContentProvider.java

/**
 * MmxContentProvider is the extension of the base class of Android
 * ContentProvider. Its purpose is to implement the read access and modify the
 * application data
 */
public class MmxContentProvider extends ContentProvider {

From source file org.path.episample.android.provider.SubmissionProvider.java

/**
 * The WebKit does better if there is a content provider vending files to it.
 * This provider vends files under the Forms and Instances directories (only).
 *
 * @author mitchellsundt@gmail.com
 *

From source file pl.selvin.android.syncframework.content.BaseContentProvider.java

public abstract class BaseContentProvider extends ContentProvider {

    protected final static int HTTP_GET = 1;
    protected final static int HTTP_POST = 2;
    final static String TAG = "BaseContentProvider";
    final static DefaultHttpClient Instance;

From source file com.google.android.apps.muzei.provider.MuzeiProvider.java

/**
 * Provides access to a the most recent artwork
 */
public class MuzeiProvider extends ContentProvider {
    private static final String TAG = "MuzeiProvider";
    /**

From source file org.opendatakit.survey.android.provider.SubmissionProvider.java

/**
 * The WebKit does better if there is a content provider vending files to it.
 * This provider vends files under the Forms and Instances directories (only).
 *
 * @author mitchellsundt@gmail.com
 *

From source file com.ichi2.anki.provider.CardContentProvider.java

/**
 * Supported URIs:
 * .../notes (search for notes)
 * .../notes/# (direct access to note)
 * .../notes/#/cards (access cards of note)
 * .../notes/#/cards/# (access specific card of note)

From source file org.kontalk.provider.UsersProvider.java

/**
 * The users provider. Also stores the key trust database.
 * Fast scrolling cache from Google AOSP.
 * @author Daniele Ricci
 */
public class UsersProvider extends ContentProvider {

From source file de.nware.app.hsDroid.provider.onlineService2Provider.java

/**
 * {@link ContentProvider} fr QIS Server (Online Service 2)
 * 
 * @author oli
 * 
 */

From source file com.appsimobile.appsii.module.home.provider.HomeContentProvider.java

public class HomeContentProvider extends ContentProvider {

    public static final String AUTHORITY = HomeContract.AUTHORITY;

    /**
     * The version of the local database