[android-developers] Using NFC on Android

2012-10-04 Thread William Chan
Hi I'm working on a project for Uni and I was wondering which is the lowest level of the Android API I would need to use for accessing NFC functions etc. Thank you very much. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Using NFC on Android

2012-10-04 Thread TreKing
On Mon, Oct 1, 2012 at 7:57 AM, William Chan kao...@gmail.com wrote: I'm working on a project for Uni and I was wondering which is the lowest level of the Android API I would need to use for accessing NFC functions etc. Can't you answer this for yourself by reading the documentation on NFC?

Re: [android-developers] Using NFC on Android

2012-10-04 Thread yogendra G
I would think Gingerbread would be fine for NFC. Br, Yogi On Thu, Oct 4, 2012 at 12:29 PM, TreKing treking...@gmail.com wrote: On Mon, Oct 1, 2012 at 7:57 AM, William Chan kao...@gmail.com wrote: I'm working on a project for Uni and I was wondering which is the lowest level of the Android

Re: [android-developers] Using NFC on Android

2012-10-04 Thread shiva pendem
Hi Min sdk version should be of *9* to use nfc Thanks shiva shankar On Thu, Oct 4, 2012 at 12:29 PM, TreKing treking...@gmail.com wrote: On Mon, Oct 1, 2012 at 7:57 AM, William Chan kao...@gmail.com wrote: I'm working on a project for Uni and I was wondering which is the lowest level of

Re: [android-developers] Using NFC on Android

2012-10-04 Thread Balesabu Godugu
Android API level 9 supports NFC functions but Android API level 10 has more functionalists in terms of NFC. So better to use API level 10. On Mon, Oct 1, 2012 at 6:27 PM, William Chan kao...@gmail.com wrote: Hi I'm working on a project for Uni and I was wondering which is the lowest level