Atul
Atul

Reputation: 1

Using Alloy widget in Appcelerator project

I just found a website from where I can get alloy widgets http://alloylove.com/

Please tell me how to use/integrate downloaded widgets in my project.

Upvotes: 0

Views: 67

Answers (2)

abada henno
abada henno

Reputation: 740

You can use http://gitt.io/ instead of http://alloylove.com/ , because gitt.io can install widgets modules for you .

For example :- to install nl.fokkezb.loading widget http://gitt.io/component/nl.fokkezb.loading from your project root run this command

$ gittio install nl.fokkezb.loading

It`s easy .

Upvotes: 1

Soumya
Soumya

Reputation: 1420

You need to download the contents and put it inside the widget folder. Once that is done, update the config.json file. Once done, call createWidget call and you are good to go.

Upvotes: 0

Related Questions