public class NfcCardReaderTutorialFragment
extends AppCompatDialogFragment
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
NfcCardReaderTutorialFragment() |
Modifier and Type | Method and Description |
---|---|
static NfcCardReaderTutorialFragment |
newInstance() |
void |
onAttach(Context context) |
Dialog |
onCreateDialog(Bundle savedInstanceState) |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
onDestroyView() |
void |
onDismiss(DialogInterface dialog) |
void |
onResume() |
void |
onViewCreated(View view,
Bundle savedInstanceState) |
public static NfcCardReaderTutorialFragment newInstance()
public void onAttach(Context context)
public Dialog onCreateDialog(Bundle savedInstanceState)
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
public void onViewCreated(View view, Bundle savedInstanceState)
public void onResume()
public void onDestroyView()
public void onDismiss(DialogInterface dialog)