tag:blogger.com,1999:blog-11300808.post95679520431460463..comments2026-04-17T11:21:58.677-07:00Comments on The official Google Code blog: doubleTwist’s Adventures in NFC LandMike Marchakhttp://www.blogger.com/profile/08067736591419106914noreply@blogger.comBlogger6125tag:blogger.com,1999:blog-11300808.post-27244292989818794952011-07-22T00:29:04.015-07:002011-07-22T00:29:04.015-07:00This:
Parcelable[] msgs = b.getParcelableArray(Nf...This:<br /><br />Parcelable[] msgs = b.getParcelableArray(NfcAdapter.EXTRA_NDEF_MESSAGES);<br /><br />Should probably be this:<br /><br />Parcelable[] msgs = getIntent().getParcelableArrayExtra(NfcAdapter.EXTRA_NDEF_MESSAGES);jacterhttps://www.blogger.com/profile/15490043223862148099noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-34046333803603608872011-07-13T06:15:32.237-07:002011-07-13T06:15:32.237-07:00I'm honestly confused about one thing:
The Bu...I'm honestly confused about one thing:<br /><br />The Bundle 'b' is returning as null when I implement this source code, and so I'm getting a NullPointerException on the following line:<br /><br /><br />Parcelable[] msgs = b.getParcelableArray(NfcAdapter.EXTRA_NDEF_MESSAGES);<br /><br />Can anyone help me correct this?<br /><br />Thank you so much!Deavonhttps://www.blogger.com/profile/05139894238151996286noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-36335936587547521292011-05-26T05:16:19.677-07:002011-05-26T05:16:19.677-07:00good article - thanks !
One thing though - possib...good article - thanks !<br /><br />One thing though - possibly typo (or cutAndPasto? - from the intent filter)<br /><br /><br />This:<br /><br /> if(android.nfc.ACTION_NDEF_DISCOVERED.equals(getIntent().getAction()) { <br /><br />Should probably be this:<br /><br />if (NfcAdapter.ACTION_NDEF_DISCOVERED.equals(getIntent().getAction())) {mobycodehttps://www.blogger.com/profile/14602383740209083670noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-12564234741396534122011-05-14T22:41:48.107-07:002011-05-14T22:41:48.107-07:00El contenido de este artículo me ha parecido muy i...El contenido de este artículo me ha parecido muy interesantes, pues deja ver los adelantos y nuevas aplicaciones de Google, que desafortunadamente en los países de habla hispana estos nuevos conceptos son de desconocimiento. Un blog producto de las experiencias aprendidas respecto a búsqueda y recuperación de información.Búsqueda y recuperación de informaciónhttps://www.blogger.com/profile/17951273257359706306noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-56994165548246627802011-05-10T16:10:11.221-07:002011-05-10T16:10:11.221-07:00cool :)cool :)Emily Richardshttps://www.blogger.com/profile/02905275287166241946noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-69558765791871384782011-05-10T14:37:44.498-07:002011-05-10T14:37:44.498-07:00Really neat! Can't wait to see what doubleTwis...Really neat! Can't wait to see what doubleTwist does next with NFC!Anonymousnoreply@blogger.com