I want to develop an Android application using the Android 4.0 API level, in my application I want the RFID functions to implement the RFID functions, can someone give me an idea or code snippet regarding the implementation of the RFID function in the Android application.
Thank you all
Look at the Nordic Id STIX uhf rfid reader. You can connect it to your phone using USB ports. They will provide you with an SDK for application development. Link: http://www.nordicid.com/eng/products/?group=7
You can develop Android applications using NFC (RFID-like technology). Read more about the NFC API here: http://developer.android.com/guide/topics/nfc/index.html
NFC
You should try to get the electronic version of the Android Sensor program, which explains how to implement many sensors, including RFID, geolocation, and many other materials that may be useful.
Hope this helps.
Source: https://habr.com/ru/post/1394457/More articles:Encapsulating Java OOP. Why Object.doSomething (); better than doSomething (Object) ;? - javaAnt: Zip directory contents, without the top-level directory itself - antCan QLayout hide rather than resize QWidgets? - qtOrder-independent fuzzy match "First Name Last Name" / "Last Name First Name" in R? - string-matchingDuplicate keys in memcached - phpUsing Enumeration fields with Lift and CRUDify - scalaHow does php_value auto_prepend_file in apache work with php, does it always remain in memory? - phpIDE for compiling a Java C / C ++ project - javaReduce the number of spaces at the beginning of each line in Vim - vimIntelliJ IDEA Unable to create GUI form - javaAll Articles