Skip to content

kunni80/ActivityIndicator_Titanium-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ActivityIndicator_Titanium-JS

An activity indicator that can be used on iOS and Android for a Titanium App

Usage

How to use the ANActivityIndicator for Titanium Apps.

The example assumes you imported the file in the root folder.

var ANActivityIndicator = require( 'ANActivityIndicator');
var info = new ANActivityIndicator("Loading...");
info.show();

setTimeout(function(){
 info.hide();
}, 1000);

About

An activity indicator that can be used on iOS and Android for a Titanium App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published