Example usage for android.view View.OnCreateContextMenuListener interface-usage

List of usage examples for android.view View.OnCreateContextMenuListener interface-usage

Introduction

In this page you can find the example usage for android.view View.OnCreateContextMenuListener interface-usage.

Usage

From source file info.guardianproject.otr.app.im.app.NewChatActivity.java

public class NewChatActivity extends FragmentActivity implements View.OnCreateContextMenuListener {

    private static final String ICICLE_CHAT_PAGER_ADAPTER = "chatPagerAdapter";
    private static final String ICICLE_POSITION = "position";
    private static final int MENU_RESEND = Menu.FIRST;