Did you know that you can handle NFC tags and trigger your DroidScript apps automatically?
If you use an app called NFC TagWriter from Google Play and get programmable stick-on NFC tags like those made by
whiztags.com. Then you create a "Link" type tag with a URI like this:-
And your DroidScript app will be launched automatically when the tag is held to the back of your phone and the URI will be passed to your app in the data field of the OnData intent handler function (see 'Receive Intent' sample)
If you don't build an APK, then DroidScript will be launched and you won't see the intent data, so you need to build an APK if you want to differentiate between tags by altering the URIs for each one.