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

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

Introduction

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

Usage

From source file net.simonvt.schematic.sample.ui.SampleActivity.java

public class SampleActivity extends FragmentActivity implements ListsFragment.OnListSelectedListener,
        ListFragment.OnNoteSelectedListener, NoteFragment.NoteListener {

    private static final String FRAGMENT_LISTS = "net.simonvt.schematic.samples.ui.SampleActivity.LISTS";
    private static final String FRAGMENT_LIST = "net.simonvt.schematic.samples.ui.SampleActivity.LIST";
    private static final String FRAGMENT_NOTE = "net.simonvt.schematic.samples.ui.SampleActivity.NOTE";