After several hours, and still not working image module, I hope for som help here.
I\'m trying to install/use the imagefactory module. 1) I installed it globaly usin
To install titanium modules and alloy widgets, now we have a package manager its gitTio.
gitTio can be installed via npm ( more info on installing ) using following command :
npm install -g gittio
Now we can search various modules/widgets available at gitTio database, like the ti.imagefactory module is available here.
Finally you can install the module using gittio install
command form the root directory of your project. Example usage below :
gittio install ti.imagefactory