I hereby claim:
- I am nvdnkpr on github.
- I am nvdnkpr (https://keybase.io/nvdnkpr) on keybase.
- I have a public key ASCbtTjfs4ubB3O4pxcaCaFpFNp3OJXizU1KUb-q-WOUTwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // **************************************************************************************************************** | |
| // **************************************************************************************************************** | |
| // test value can be 'raw' | 'socket.io' | 'nowjs' | |
| var test = 'raw', | |
| // **************************************************************************************************************** | |
| // **************************************************************************************************************** | |
| // REMEMBER to change this with your data |
| function showItems(e) { | |
| Ti.API.info(e.rowData.itemName); | |
| } | |
| var rowData=[]; | |
| for(var i=1;i<=10;i++){ | |
| var payload={ | |
| rowId:i, | |
| itemName:'Test' + i | |
| } |
| Ti.include("/kranium/lib/kranium.js"); | |
| // // include some low level helper libraries like underscore | |
| // // HERE: include underscore- and underscore string library (not needed for this example) | |
| // var _ = require('libs/core/underscore')._; | |
| // _.s = require('libs/core/underscore.string')._s; | |
| // _.mixin(_.s.exports()); | |
| // // or Date.js | |
| // require('/libs/core/date-de-DE'); | |
| // |