24
NIFTY NFC STUFF MICHAEL UYTTERSPROT - @EMICH #DROIDCONBE mercredi 26 janvier 2011

Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

NIFTY NFC STUFFMICHAEL UYTTERSPROT - @EMICH #DROIDCONBE

mercredi 26 janvier 2011

Page 2: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

MEYOU MIGHT REMEMBER ME FROM STIB APP, M.STIB.BE, VILLOHELPER, ANYTAG, FOSDEM, MOBILECAMP BRUSSELS, HAVING DRINKS WITH ME,...

mercredi 26 janvier 2011

Page 3: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

DEFINITION (WIKIPEDIA)Near Field Communication or NFC, is a short-range high frequency wireless communication technology which enables the exchange of data between devices over about a 10 centimeter (around 4  inches) distance.[1] The technology is a simple extension of the ISO/IEC 14443 proximity-card standard (proximity card, RFID) that combines the interface of a smartcard and a reader into a single device. An NFC device can communicate with both existing ISO/IEC 14443 smartcards and readers, as well as with other NFC devices, and is thereby compatible with existing contactless infrastructure already in use for public transportation and payment. NFC is primarily aimed at usage in mobile phones.

mercredi 26 janvier 2011

Page 4: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

mercredi 26 janvier 2011

Page 5: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

USESCARD EMULATOR

mercredi 26 janvier 2011

Page 6: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

USESREADER MODE

mercredi 26 janvier 2011

Page 7: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

USESP2P MODE

mercredi 26 janvier 2011

Page 8: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

APPLICATIONSMOBILE TICKETING

mercredi 26 janvier 2011

Page 9: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

APPLICATIONSMOBILE PAYMENT

mercredi 26 janvier 2011

Page 10: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

APPLICATIONSSMART POSTER

mercredi 26 janvier 2011

Page 11: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

APPLICATIONSBLUETOOTH PAIRING

mercredi 26 janvier 2011

Page 12: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

APPLICATIONSELECTRONIC KEYS

mercredi 26 janvier 2011

Page 13: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

ANDROIDGINGERBREAD (2.3)

mercredi 26 janvier 2011

Page 14: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

ANDROIDNEXUS S

mercredi 26 janvier 2011

Page 15: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

HOW DOES IT WORK?BROADCAST MESSAGE

mercredi 26 janvier 2011

Page 16: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

<activity android:name=".LoremIpsumActivity" android:label="@string/app_name"> <intent-filter> <action android:name="android.nfc.action.TAG_DISCOVERED"/> <category android:name="android.intent.category.DEFAULT"/> </intent-filter> </activity>

mercredi 26 janvier 2011

Page 17: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

ANYTAGLETS YOU CONNECT ANY READ-ONLY NFC TAG TO ANY URL

mercredi 26 janvier 2011

Page 18: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

URL? I WANT APPS!ANDROID APPS CAN RESPOND TO URLS. WHETHER THEY COME FROM AN HAND WRITTEN URL, NFC TAG OR QR CODE.

mercredi 26 janvier 2011

Page 19: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

RESPONDING TO A URLANOTHER SLIDE WITH CODE! HALP!!1!!!

mercredi 26 janvier 2011

Page 20: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

<activity android:name=".BrowsableActivity" android:label="@string/app_name"> <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="http" android:host="m.foursquare.com" android:pathPattern="/" /> <data android:scheme="http" android:host="m.foursquare.com" android:pathPrefix="/venue/" />

</intent-filter> </activity>

mercredi 26 janvier 2011

Page 21: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

FOURSQUARE CHECKINm.foursquare.com/venue/1450372 CAN OPEN INT THE 4SQ ANDROID APP!

mercredi 26 janvier 2011

Page 22: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

PUBLIC TRANSPORT INFOGO TO THE MOBILE WEBSITE OR LOOKUP THE INFO STRAIGHT INSIDE THE STIB APP !

mercredi 26 janvier 2011

Page 23: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

EXAMPLESBECAUSE SLIDES ARE BORING ANYWAY

mercredi 26 janvier 2011

Page 24: Nifty NFC stuff - Michaël Uyttersprot - droidcon.be 2011

QUESTIONS?I AM NO GURU, BUT DARE ME!

mercredi 26 janvier 2011