Skip to content

Instantly share code, notes, and snippets.

@NetworksAreMadeOfString
Created December 2, 2012 22:26
Show Gist options
  • Save NetworksAreMadeOfString/4191332 to your computer and use it in GitHub Desktop.
Save NetworksAreMadeOfString/4191332 to your computer and use it in GitHub Desktop.
DZero Short Form Records
//Is this a 203 or larger?
if(thisNdef.getMaxSize() < aaRecord.toByteArray().length + idRecord.toByteArray().length)
{
idRecord = NdefRecord.createMime("text/plain", Integer.toString(tagMetaData.getInt("i")).getBytes(Charset.forName("US-ASCII")));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment