Example usage for android.widget ShareActionProvider.OnShareTargetSelectedListener interface-usage

List of usage examples for android.widget ShareActionProvider.OnShareTargetSelectedListener interface-usage

Introduction

In this page you can find the example usage for android.widget ShareActionProvider.OnShareTargetSelectedListener interface-usage.

Usage

From source file com.commonsware.android.sap.MainActivity.java

public class MainActivity extends AppCompatActivity
        implements ShareActionProvider.OnShareTargetSelectedListener, TextWatcher {
    private ShareActionProvider share = null;
    private Intent shareIntent = new Intent(Intent.ACTION_SEND);
    private EditText editor = null;

From source file info.wncwaterfalls.app.FullScreenImageActivity.java

public class FullScreenImageActivity extends ActionBarActivity
        implements ShareActionProvider.OnShareTargetSelectedListener {

    private final String TAG = "FullScreenActivity";

    private ShareActionProvider mShareActionProvider;

From source file info.wncwaterfalls.app.InformationListFragment.java

public class InformationListFragment extends Fragment
        implements LoaderManager.LoaderCallbacks<Cursor>, ShareActionProvider.OnShareTargetSelectedListener {
    private static final String TAG = "InformationListFragment";

    private static AttrDatabase mDb = null;
    private SQLiteCursorLoader cursorLoader = null;

From source file net.mypapit.mobile.callsignview.CallsignDetailActivity.java

/**
 * Created by mypapit on 2/9/15.
 */
public class CallsignDetailActivity extends ActionBarActivity
        implements CompoundButton.OnCheckedChangeListener, ShareActionProvider.OnShareTargetSelectedListener {
    private int FAVORITE;

From source file com.duy.pascal.ui.file.FileExplorerAction.java

/**
 * @author Jecelyin Peng <jecelyin@gmail.com>
 */

public class FileExplorerAction
        implements OnCheckedChangeListener, ActionMode.Callback, ShareActionProvider.OnShareTargetSelectedListener {