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

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

Introduction

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

Usage

From source file org.ayo.robot.anim.transitioneverywhere.TEMainActivity.java

public class TEMainActivity extends AppCompatActivity implements ListFragment.SampleListProvider {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.te_activity_main);