[android-developers] Re: nfc compatibility for 2.2 android

2012-01-16 Thread sparky
Since NFC wasn't added to the platform until 2.3 ( http://developer.android.com/sdk/android-2.3-highlights.html), your only choice is to piece together a complete solution yourself. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: nfc compatibility for 2.2 android

2012-01-16 Thread ANKUR GOEL
so if i use reflection or wrapper classes it will work or not . On Mon, Jan 16, 2012 at 5:48 PM, sparky spar...@google.com wrote: Since NFC wasn't added to the platform until 2.3 ( http://developer.android.com/sdk/android-2.3-highlights.html), your only choice is to piece together a

Re: [android-developers] Re: nfc compatibility for 2.2 android

2012-01-16 Thread Sparky Rhode
I think it would work, but you may want to consider whether supporting Android 2.2 and older is even worth it. How many 2.2 devices can use an NFC radio? On Mon, Jan 16, 2012 at 1:44 PM, ANKUR GOEL ankur1...@gmail.com wrote: so if i use reflection or wrapper classes it will work or not .