In this serial post, I will introduce how we can write a smart poster record to a tag using an NFC supported Android devices, and use the class ParsedNdefRecord.java provided by Android API to parse the record. 阅读全文...
NFC writing plain text to a tag

Android currently supports writing well known of three types of most widely used NdefMessages: Plain text, URI and Smartposter. In this tutorial, I will briefly introduce how we can use NFC supported Android devices writing plain text to a tag. 阅读全文...
了解android退出应用程序的原理
Android编程时遇到的一个奇怪的现象是,android没有“用户已关闭应用程序“这个事件。一个应用活动往往只是退出屏幕而仍然运行于后台,只要Android系统缺乏资源,系统可能随时会停止他们,即使应用程序的另一个活动仍然在前台运行。 阅读全文...
Android手机root权限教程大集合
很多玩家都希望获得Android手机root权限,这样你就有完全的权限使用你的手机,最重要的是你能刷机。这里我给大家提供一个Android手机的root权限教程,不足的是这些教程有些是英文版,不过你可以用谷歌翻译器翻译过来或者请你的英语好的朋友做一些翻译 。 阅读全文...


