文件名称:android-CardEmulation
介绍说明--下载内容均来自于网络,请自行研究使用
此示例演示如何模拟的NFC卡,使用Android 4.4系统加入了“主机卡仿真”功能。这样使得设备显示为一个忠诚卡,每当屏幕上和用户敲击其设备上的适当配置的NFC读取器。-This sample demonstrates how to emulate an NFC card, using the host card emulation feature added in Android 4.4. This sample makes the device appear as a loyalty card whenever the screen is on and the user taps their device on an appropriately configured NFC reader.
The CardReader sample can be used to read the loyalty card implemented in this sample.
The CardReader sample can be used to read the loyalty card implemented in this sample.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
android-CardEmulation-master
............................\CONTRIB.md
............................\CardEmulationSample
............................\...................\build.gradle
............................\...................\src
............................\...................\...\main
............................\...................\...\....\AndroidManifest.xml
............................\...................\...\....\java
............................\...................\...\....\....\com
............................\...................\...\....\....\...\example
............................\...................\...\....\....\...\.......\android
............................\...................\...\....\....\...\.......\.......\cardemulation
............................\...................\...\....\....\...\.......\.......\.............\AccountStorage.java
............................\...................\...\....\....\...\.......\.......\.............\CardEmulationFragment.java
............................\...................\...\....\....\...\.......\.......\.............\CardService.java
............................\...................\...\....\....\...\.......\.......\.............\MainActivity.java
............................\...................\...\....\....\...\.......\.......\common
............................\...................\...\....\....\...\.......\.......\......\activities
............................\...................\...\....\....\...\.......\.......\......\..........\SampleActivityBase.java
............................\...................\...\....\....\...\.......\.......\......\logger
............................\...................\...\....\....\...\.......\.......\......\......\Log.java
............................\...................\...\....\....\...\.......\.......\......\......\LogFragment.java
............................\...................\...\....\....\...\.......\.......\......\......\LogNode.java
............................\...................\...\....\....\...\.......\.......\......\......\LogView.java
............................\...................\...\....\....\...\.......\.......\......\......\LogWrapper.java
............................\...................\...\....\....\...\.......\.......\......\......\MessageOnlyLogFilter.java
............................\...................\...\....\res
............................\...................\...\....\...\drawable-hdpi
............................\...................\...\....\...\.............\ic_launcher.png
............................\...................\...\....\...\.............\tile.9.png
............................\...................\...\....\...\drawable-mdpi
............................\...................\...\....\...\.............\ic_launcher.png
............................\...................\...\....\...\drawable-xhdpi
............................\...................\...\....\...\..............\ic_launcher.png
............................\...................\...\....\...\drawable-xxhdpi
............................\...................\...\....\...\...............\card_background.png
............................\...................\...\....\...\...............\ic_launcher.png
............................\...................\...\....\...\layout-w720dp
............................\...................\...\....\...\.............\activity_main.xml
............................\...................\...\....\...\layout
............................\...................\...\....\...\......\activity_main.xml
............................\...................\...\....\...\......\main_fragment.xml
............................\...................\...\....\...\menu
............................\...................\...\....\...\....\main.xml
............................\...................\...\....\...\values-sw600dp
............................\...................\...\....\...\..............\template-dimens.xml
............................\...................\...\....\...\..............\template-styles.xml
...........................