Want to speed up your workflows ?
NFC Tags are your little helpers in this case: simply touch a Tag to start an action.
You can write your NFC Tags directly from inside TimeTracker: tap on NFC Tag from TabbedPane:
Select the action you want to automate: Simply do a Start / Stop or have Tags for each Category.
Don’t forget to enable NFC from your Device Settings.
There are two different types of NFC Tags:
- Pure Text Record
- Custom Record
Custom record contains some additional data to enable you to Open the APP from NFC Tag ! Text Records only contain a code to be used from inside TimeTracker.
We have selected ‘Travel Time’ – so take a new NFC Tag and Touch it with your Device:
If all works well you’ll get a Toast Notification:
Close your App and touch the NFC Tag: automagically TimeTracker opens, Start time opens and ‘Travel time’ is selected.
To enable your app to be invoked by NFC Tags you have to enter something like this to your bar-descriptor.xml:
<invoke-target id="org.yourdomain.yourappnameorso.nfctext"> <invoke-target-type>APPLICATION</invoke-target-type> <filter> <action>bb.action.OPEN</action> <mime-type>application/vnd.rim.nfc.ndef</mime-type> <property var="uris" value="ndef://1/T"/> </filter> </invoke-target> <invoke-target id="org.yourdomain.yourappnameorso.nfccustom"> <invoke-target-type>APPLICATION</invoke-target-type> <filter> <action>bb.action.OPEN</action> <mime-type>application/vnd.rim.nfc.ndef</mime-type> <property var="uris" value="ndef://4/org.yourdomain/yourappnameorso"/> </filter> </invoke-target>
More informations on Integration:
- Deep Integration (Overview)
- BBM Channel integrated
- Calendar Integration
- Notebook Integration (Remember / Evernote)
- Contacts
- Geo: GPS, Maps, Routing
- Bluetooth LE (iBeacon, Pebble)
You must be logged in to post a comment.