I am working on an Android 4.0 application using NFC on my Samsung Nexus S and I would need to modify some advance settings: the time of the NFC field pulse especially.
I developed my first applications and they work fine with most of the NFC tags but I need to use some special tags which need much more time to make calculations and the NFC field pulse is too short: my tag will consistently be stopped (power cut down by the phone every ~0.1 or 0.05 sec).
I am very new in Android development but I have heard about the Native Development Kit (NDK) which provides "more advanced" tools to deal with low-level operations. I also heard it was often mystified by Android programmers as the magic solution for any problem.
Do you think NDK provides more flexibility regarding NFC programming? Could it help me with my task?
I thank you in advance, Regards