[android-developers] Re: Nfc phone read the type A card.

2011-09-08 Thread xiaoailsa
I want to use two classes:IsoDep and NfcA .But how to use at thesametime?         →mTechLists = new String[][] { new String[] {IsoDep.class.getName()} };            //mTechLists = new String[][] { new String[] {NfcA.class.getName()} };         →public void onResume() {              

[android-developers] Re: Nfc phone read the type A card.

2011-09-06 Thread xiaoailsa
Yes.Because i want to read and write typeA card. The NfcA have deal with ATQA and SAK; and the IsoDep have deal with setTimeout and so on. But i don't know how they transceive (data),then can read the card success. On 9月6日, 下午3时52分, xie calvin xiecal...@gmail.com wrote: I guss that you Android