Example usage for android.support.v4.app SupportActivity interface-usage

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

Introduction

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

Usage

From source file net.peterkuterna.android.apps.devoxxsched.ui.BaseActivity.java

public interface BaseActivity extends SupportActivity {

    ActivityHelper getActivityHelper();

    void openActivityOrFragment(Intent intent);