B4A Library NFC library

Attachments

  • NFC.zip
    4 KB · Views: 1,878
Last edited:

DonManfred

Expert
Licensed User
Longtime User
The NFC protocol only reads that data stored on the NFC-Tag. 140bytes to 4kb (depends on Tag using)...
A filetransfer must be made on an other way...
 

TheMightySwe

Active Member
Licensed User
Longtime User
Hi, everytime there is a update of the B4A the NFC library 1.22 get overwritten with 1.00. Is there any way possible to get the 1.22 into the libraries distibuted with the b4A?
 

raphaelcno

Active Member
Licensed User
Longtime User

Attachments

  • 2015-02-10 - B4A Forum 2.png
    2015-02-10 - B4A Forum 2.png
    29.1 KB · Views: 240

BarryW

Active Member
Licensed User
Longtime User
Can you show me an example? Cuz i dont know how to start...

Tnx...
 

Jmu5667

Well-Known Member
Licensed User
Longtime User
Does anyone know who is managing the NFC library, I am using 1.25, I think it needs to be updated with
UriTypes geo:

regards

John.
 

DonManfred

Expert
Licensed User
Longtime User
Update Crawl the thread and you will find out that 2.22 was a typo. Inside the zip is a 1.22. the newest version of the lib seems to be 1.25 (can be found on page 3 or 4 of the thread... incl. link to the github-repo of this lib
I did a fork for myself

https://github.com/DonManfred/NFCB4A
 

DonManfred

Expert
Licensed User
Longtime User
You can use this archive.
1. The jar and xml are precompiled and you just can use it.
2. The java-source can be imported in eclipse into the workspace. The java-source can be build with SLC too.
I have restructured the lib a bit. The nfs lib is now part of the class com.github.nfc

You need to use "com.github" in b4a-ignore when using SLC
 

Attachments

  • NFC1.25.zip
    131.7 KB · Views: 234

Jmu5667

Well-Known Member
Licensed User
Longtime User
You can use this archive.
1. The jar and xml are precompiled and you just can use it.
2. The java-source can be imported in eclipse into the workspace. The java-source can be build with SLC too.
I have restructured the lib a bit. The nfs lib is now part of the class com.github.nfc

You need to use "com.github" in b4a-ignore when using SLC


I shall try it tommorrow, thanks DM.
 
Top