Re: [android-developers] NFC Application

2012-07-20 Thread GregM
Hi, I suggest looking at the example here: https://github.com/gast-lib/gast-lib/blob/master/app/src/root/gast/playground/nfc/NFCInventoryActivity.java The code helps you write an Activity that helps the user create the right NFC tags. Just copy and paste the code into your app and change the

Re: [android-developers] NFC Application

2012-07-19 Thread TreKing
On Tue, Jul 17, 2012 at 1:59 AM, Amarnath Choudhary amarnathchoudh...@gmail.com wrote: I want to develop a NFC based application and don’t know where to start. Can you give me some suggestions / help, any useful links. http://developer.android.com/guide/index.html

Re: [android-developers] NFC Application

2012-07-19 Thread Raunaque Quaiser
What kind of Application you need to develop. You can donwload some exmaple applicaiton from the path http://developer.android.com/tools/samples/index.html and also go through http://developer.android.com/guide/topics/connectivity/nfc/nfc.html Which is the protocol you will be supporting with

[android-developers] NFC Application

2012-07-19 Thread Amarnath Choudhary
Hi! I am new to this group and Android. I want to develop a NFC based application and don't know where to start. Can you give me some suggestions / help, any useful links. Regards, Amar. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] NFC application startup on Home screen

2011-09-15 Thread rapgaroo
I've been trying to solve this for ages but couldn't find a proper answer. I have a NFC application installed on my Nexus S and I'm trying to execute that application whenever I tap on my NFC tag. Inside of my tag contains an URI. Currently, if I tap on my NFC tag, the default Tag application

Re: [android-developers] NFC application startup on Home screen

2011-09-15 Thread Mark Murphy
On Wed, Sep 14, 2011 at 5:03 PM, rapgaroo hcc...@gmail.com wrote: is there a way to start a specific application when tapping to a NFC tag without bringing out the default Tag application on the Android nor the app chooser? Yes. You need the appropriate intent-filter. See: