如何使用Android实现NFC读取校园卡
发表于:2025-11-06 作者:千家信息网编辑
千家信息网最后更新 2025年11月06日,本篇文章为大家展示了如何使用Android实现NFC读取校园卡,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。主程序:package com.nfclab.st
千家信息网最后更新 2025年11月06日如何使用Android实现NFC读取校园卡
本篇文章为大家展示了如何使用Android实现NFC读取校园卡,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。
主程序:
package com.nfclab.stuCard; import java.io.IOException; import android.app.Activity;import android.app.PendingIntent;import android.content.Intent;import android.content.IntentFilter;import android.nfc.NdefMessage;import android.nfc.NdefRecord;import android.nfc.NfcAdapter;import android.nfc.Tag;import android.nfc.tech.Ndef;import android.nfc.tech.NdefFormatable;import android.os.Bundle;import android.util.Log;import android.view.View;import android.widget.Button;import android.widget.EditText;import android.widget.TextView;import android.widget.Toast; public class stuCardActivity extends Activity { private NfcAdapter mNfcAdapter; private PendingIntent mPendingIntent; private IntentFilter[] mFilters; private String[][] mTechLists; private String studentId=""; private String studentName=" "; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); final EditText studentIdEditText = (EditText)this.findViewById(R.id.studentIdEditText); final EditText studentNameEditText = (EditText)this.findViewById(R.id.studentNameEditText); Button writeStudentButton = (Button)this.findViewById(R.id.writeStudentButton); writeStudentButton.setOnClickListener(new android.view.View.OnClickListener() { public void onClick(View view) { studentId = studentIdEditText.getText().toString(); studentName = studentNameEditText.getText().toString(); TextView messageText = (TextView)findViewById(R.id.messageText); messageText.setText("Touch NFC Tag to write \n"); messageText.append("Student id:" + studentId + "\nStudent Name: " + studentName ); } }); Button exitButton = (Button)findViewById(R.id.exitButton); exitButton.setOnClickListener(new android.view.View.OnClickListener() { public void onClick(View v) { finish(); } }); mNfcAdapter = NfcAdapter.getDefaultAdapter(this); mPendingIntent = PendingIntent.getActivity(this, 0, new Intent(this, getClass()).addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP), 0); IntentFilter ndef = new IntentFilter(NfcAdapter.ACTION_NDEF_DISCOVERED); //ndef.addDataScheme("http"); mFilters = new IntentFilter[] { ndef, }; mTechLists = new String[][] { new String[] { Ndef.class.getName() }, new String[] { NdefFormatable.class.getName() }}; } @Override public void onResume() { super.onResume(); if (mNfcAdapter != null) mNfcAdapter.enableForegroundDispatch(this, mPendingIntent, mFilters, mTechLists); } @Override public void onNewIntent(Intent intent) { Log.i("Foreground dispatch", "Discovered tag with intent: " + intent); Tag tag = intent.getParcelableExtra(NfcAdapter.EXTRA_TAG); String externalType = "nfclab.com:transport"; String payload = studentId+":"+studentName; NdefRecord extRecord1 = new NdefRecord(NdefRecord.TNF_EXTERNAL_TYPE, externalType.getBytes(), new byte[0], payload.getBytes()); NdefMessage newMessage = new NdefMessage(new NdefRecord[] { extRecord1}); writeNdefMessageToTag(newMessage, tag); } @Override public void onPause() { super.onPause(); mNfcAdapter.disableForegroundDispatch(this); } boolean writeNdefMessageToTag(NdefMessage message, Tag detectedTag) { int size = message.toByteArray().length; try { Ndef ndef = Ndef.get(detectedTag); if (ndef != null) { ndef.connect(); if (!ndef.isWritable()) { Toast.makeText(this, "Tag is read-only.", Toast.LENGTH_SHORT).show(); return false; } if (ndef.getMaxSize() < size) { Toast.makeText(this, "The data cannot written to tag, Tag capacity is " + ndef.getMaxSize() + " bytes, message is " + size + " bytes.", Toast.LENGTH_SHORT).show(); return false; } ndef.writeNdefMessage(message); ndef.close(); Toast.makeText(this, "Message is written tag.", Toast.LENGTH_SHORT).show(); return true; } else { NdefFormatable ndefFormat = NdefFormatable.get(detectedTag); if (ndefFormat != null) { try { ndefFormat.connect(); ndefFormat.format(message); ndefFormat.close(); Toast.makeText(this, "The data is written to the tag ", Toast.LENGTH_SHORT).show(); return true; } catch (IOException e) { Toast.makeText(this, "Failed to format tag", Toast.LENGTH_SHORT).show(); return false; } } else { Toast.makeText(this, "NDEF is not supported", Toast.LENGTH_SHORT).show(); return false; } } } catch (Exception e) { Toast.makeText(this, "Write opreation is failed", Toast.LENGTH_SHORT).show(); } return false; }}布局文件:
配置文件:
上述内容就是如何使用Android实现NFC读取校园卡,你们学到知识或技能了吗?如果还想学到更多技能或者丰富自己的知识储备,欢迎关注行业资讯频道。
校园
内容
技能
文件
知识
简明
简明扼要
主程序
就是
布局
文章
更多
篇文章
行业
资讯
资讯频道
频道
一亮
储备
配置
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
南京埃德媒互联网科技
30多去学软件开发可以吗
2018年计算机网络技术
数据库主键的作用和特征
可以做软件开发的传媒公司
辽宁服务器带电清洗云主机
美国陆军服务器
软件开发好还是网络工程师好
网络安全管理md
服务器配置底层管理ip
网络安全设施设备登记表
使用中的数据库被标注为可疑
服务器建设项目经理年薪
无线局域网络技术参考文献
淘宝店铺采集上传软件开发
网彩app软件开发
网络安全产品公安部测试名录
网络安全法解读 金融
成都多测合一数据库
生活中影响数据库安全性事例
维护网络安全英文
手机游戏显示未连接到服务器
网络安全大赛投票
ncbi和水稻数据库编号
网络安全问题投诉电话
mock单元测试连接数据库
数据库有什么好的性能
牧原肉食软件开发
互联网软件开发工程师薪资水平
面试软件开发工程师优缺点