Example usage for android.support.v4.app ListFragment.RefreshCallback interface-usage

List of usage examples for android.support.v4.app ListFragment.RefreshCallback interface-usage

Introduction

In this page you can find the example usage for android.support.v4.app ListFragment.RefreshCallback interface-usage.

Usage

From source file io.github.hidroh.materialistic.BaseStoriesActivity.java

public abstract class BaseStoriesActivity extends BaseListActivity implements ListFragment.RefreshCallback {

    private static final String STATE_LAST_UPDATED = "state:lastUpdated";
    @Synthetic
    Long mLastUpdated;
    private final Runnable mLastUpdateTask = new Runnable() {