Android NFC 教程(API 演示除外)

发布于 2024-11-03 03:23:19 字数 220 浏览 0 评论 0原文

我正在使用我的 Nexus S 和一些 MiFare 标签,并尝试组合一个仅读取和显示标签 ID 的应用程序。我已经浏览了几次 API 演示,但不太了解它;我认为之所以如此,是因为该演示包含为无法访问真实设备的开发人员伪造标签的代码。

我需要的是关于如何为 Android 编写基于 NFC 的应用程序的教程或类似内容,理想情况下只是所需的导入以及从扫描标签返回数据的方法。

有谁知道这一点吗?

I'm tooling around with my Nexus S and some MiFare tags and am trying to get together an application that simply reads and displays the ID of a tag. I've looked through the API demo a few times and can't quite get my head around it; I think this is so because the demo includes code for faking tags for developers who don't have access to a real device.

What I need is a tutorial or similar on how to code NFC-based apps for Android, ideally just the required imports and the method that will return the data from a scanned tag.

Does anyone know this off the top of their head?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

爱格式化 2024-11-10 03:23:19

我在这里为有兴趣学习如何将 NFC 与 Android 应用程序集成的人们编写了一篇关于如何开始使用 NFC 的深入教程:

http://www.jessechen.net/blog/how-to-nfc-on-the-android-platform/

I wrote an in-depth tutorial on how to get started with NFC here for people who are interested in learning how to integrate NFC with their Android app:

http://www.jessechen.net/blog/how-to-nfc-on-the-android-platform/

月竹挽风 2024-11-10 03:23:19

以下是一些针对入门级开发人员的资源

  1. NFC 样板项目,用于在 Android 中检测、读取和写入 NFC。
  2. 用于图形 NDEF 编辑器的 NFC Eclipse 插件
  3. 一个研讨会练习,耗时超过 1 小时(包括解决方案)

(无耻插件;-))

许多教程的错误在于它们以低级方式处理 NDEF 消息。而是寻求更高级别的库,例如适用于 Android 的 NDEF 工具 而不是搞乱字节数组。

Here is some resources aimed at entry-level developers:

  1. An NFC boilerplate project for detecting, reading and writing NFC in Android.
  2. The NFC Eclipse plugin for a graphical NDEF editor.
  3. A workshop exercise taking in excess of 1 hour (includes solution)

(shameless plug ;-))

What many tutorials get wrong is that they handle NDEF messages in a low-level way. Rather go for a higher-level library like NDEF Tools for Android than messing around with byte arrays.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文