Example usage for android.nfc NfcAdapter.CreateNdefMessageCallback interface-usage

List of usage examples for android.nfc NfcAdapter.CreateNdefMessageCallback interface-usage

Introduction

In this page you can find the example usage for android.nfc NfcAdapter.CreateNdefMessageCallback interface-usage.

Usage

From source file ca.psiphon.ploggy.ActivitySendIdentityByNfc.java

/**
 * Base class for all activities that send identity via NFC.
 *
 * Implements NFC (Android Beam) identity exchange. Due to the "Touch to Beam" OS prompt enforced
 * for Beam for Android 4+, apps cannot automatically send a Beam in response to an incoming Beam
 * (for mutual identity exchange triggered by one device). So NFC identity exchange is

From source file net.networksaremadeofstring.rhybudd.ViewZenossDeviceListActivity.java

public class ViewZenossDeviceListActivity extends FragmentActivity
        implements ViewZenossDeviceListFragment.Callbacks, NfcAdapter.CreateNdefMessageCallback {
    private boolean mTwoPane;
    String selectedDevice = "";
    String selectedUID = "";
    final static int LAUNCHDETAILACTIVITY = 2;

From source file com.example.android.nfcprovisioning.NfcProvisioningFragment.java

/**
 * Provides UI and logic for NFC provisioning.
 * <p>
 * This fragment creates an intent, which sends parameters to a second device via an Nfc bump. If
 * the second device is factory reset, this will start provisioning the second device to set it up
 * as an owned device.

From source file net.networksaremadeofstring.rhybudd.ViewZenossDeviceActivity.java

public class ViewZenossDeviceActivity extends FragmentActivity implements NfcAdapter.CreateNdefMessageCallback {
    SectionsPagerAdapter mSectionsPagerAdapter;

    /**
     * The {@link android.support.v4.view.ViewPager} that will host the section contents.
     */

From source file org.floens.chan.ui.controller.ThreadController.java

public abstract class ThreadController extends Controller implements ThreadLayout.ThreadLayoutCallback,
        ImageViewerController.ImageViewerCallback, SwipeRefreshLayout.OnRefreshListener,
        ToolbarNavigationController.ToolbarSearchCallback, NfcAdapter.CreateNdefMessageCallback {
    private static final String TAG = "ThreadController";

    protected ThreadLayout threadLayout;

From source file mintcoin.wallet.ui.WalletAddressFragment.java

/**
 * @author Andreas Schildbach
 */
public final class WalletAddressFragment extends Fragment implements NfcAdapter.CreateNdefMessageCallback {
    private Activity activity;
    private WalletApplication application;

From source file zeitcoin.wallet.ui.WalletAddressFragment.java

/**
 * @author Andreas Schildbach
 */
public final class WalletAddressFragment extends Fragment implements NfcAdapter.CreateNdefMessageCallback {
    private Activity activity;
    private WalletApplication application;

From source file com.viacoin.wallet.ui.WalletAddressFragment.java

/**
 * @author Andreas Schildbach
 */
public final class WalletAddressFragment extends Fragment implements NfcAdapter.CreateNdefMessageCallback {
    private Activity activity;
    private WalletApplication application;

From source file biz.wiz.android.wallet.ui.WalletAddressFragment.java

/**
 * @author Andreas Schildbach
 */
public final class WalletAddressFragment extends Fragment implements NfcAdapter.CreateNdefMessageCallback {
    private Activity activity;
    private WalletApplication application;

From source file com.matthewmitchell.peercoin_android_wallet.ui.WalletAddressFragment.java

/**
 * @author Andreas Schildbach
 */
public final class WalletAddressFragment extends Fragment implements NfcAdapter.CreateNdefMessageCallback {
    private WalletActivity activity;
    private WalletApplication application;