Example usage for android.app LoaderManager.LoaderCallbacks interface-usage

List of usage examples for android.app LoaderManager.LoaderCallbacks interface-usage

Introduction

In this page you can find the example usage for android.app LoaderManager.LoaderCallbacks interface-usage.

Usage

From source file com.example.daniel.koerelogbogapp.MainActivity.java

public class MainActivity extends ActionBarActivity
        implements NavigationDrawerFragment.NavigationDrawerCallbacks, LoaderManager.LoaderCallbacks<Cursor> {

    /**
     * Fragment managing the behaviors, interactions and presentation of the navigation drawer.
     */

From source file com.gmail.emerssso.srbase.ListPartsActivity.java

/**
 * This class lists a summary of all part entries associated with
 * a particular SR. These may be clicked to edit the associated part entry.
 */
public class ListPartsActivity extends ListSubItemsActivity implements LoaderManager.LoaderCallbacks<Cursor> {

From source file com.gmail.emerssso.srbase.ListDailiesActivity.java

/**
 * The ListDailiesActivity class implements an activity which
 * lists all of the Daily Logs' comments associated with a particular
 * SR (passed as an extra to the activity).  These can be clicked to open
 * and edit that Daily in the EditDailyActivity.
 *

From source file com.example.kurumi.proje.FileListFragment.java

/**
 * Fragment that displays a list of Files in a given path.
 * 
 * @version 2013-12-11
 * @author paulburke (ipaulpro)
 */

From source file com.mobilejazz.coltrane.library.FileListFragment.java

/**
 * Fragment that displays a list of Files in a given path.
 * 
 * @version 2013-12-11
 * @author paulburke (ipaulpro)
 */

From source file com.is.ui.filechooser.FileListFragment.java

/**
 * Fragment that displays a list of Files in a given path.
 * 
 * @version 2013-12-11
 * @author paulburke (ipaulpro)
 */

From source file com.example.filechooser.FileListFragment.java

/**
 * Fragment that displays a list of Files in a given path.
 * 
 * @version 2013-12-11
 * @author paulburke (ipaulpro)
 */

From source file com.remote.client.filechooser.FileListFragment.java

/**
 * Fragment that displays a list of Files in a given path.
 */
public class FileListFragment extends ListFragment implements LoaderManager.LoaderCallbacks<List<File>> {

    /**

From source file at.bitfire.davdroid.ui.setup.DetectConfigurationFragment.java

public class DetectConfigurationFragment extends DialogFragment
        implements LoaderManager.LoaderCallbacks<Configuration> {
    protected static final String ARG_LOGIN_CREDENTIALS = "credentials";

    public static DetectConfigurationFragment newInstance(LoginCredentials credentials) {
        DetectConfigurationFragment frag = new DetectConfigurationFragment();

From source file com.hermann.app.whatsappnumber.afilechooser.FileListFragment.java

/**
 * Fragment that displays a list of Files in a given path.
 * 
 * @version 2013-12-11
 * @author paulburke (ipaulpro)
 */