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

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

Introduction

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

Usage

From source file it.jaschke.alexandria.activity.ListActivity.java

/**
 * This activity launch the screen with the 'Books list' section of the app
 * Created by Elorri on 19/01/2016.
 */
public class ListActivity extends AppCompatActivity implements ListFragment.Callback {