Giter Site home page Giter Site logo

0359xiaodong / tialternativeprogressbar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smclab/tialternativeprogressbar

0.0 2.0 0.0 280 KB

TiAlternativeProgressBar is a drop-in replacement for `Ti.UI.ProgressBar` with support for indeterminate state and secondary progress (Android)

License: GNU Lesser General Public License v2.1

tialternativeprogressbar's Introduction

TiAlternativeProgressBar

Built for Titanium SDK Available through gitTio

Drop-in replacement for Ti.UI.ProgressBar, but with support for indeterminate mode and a secondary progress. (Android only)

Installation

You can install this module using gitTio with

gittio install it.smc.alternativeprogressbar

Alternatively you can download a specific release for manual installation.

Example

You can run the example running the following command

gittio demo it.smc.alternativeprogressbar

The source for this demo application can be found in the example folder.

Usage

If you want to understand what secondary actually means or if you want to see it in action, in example/app.js you’ll find a complete example. The following one only acts as a reference.

var AlternateProgressBar = require('it.smc.alternativeprogressbar');

var progressbar = AlternateProgressBar.createProgressBar({
    min: 0,
    max: 100,
    value: 42,
    secondary: 49,
    indeterminate: true // set to false (default) to show an actual progress
});

Credits

Humbly made by the spry ladies and gents at SMC.

License

This library, TiAlternativeProgressBar, is free software ("Licensed Software"); you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; including but not limited to, the implied warranty of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

tialternativeprogressbar's People

Contributors

yuchi avatar

Watchers

James Cloos avatar 尚晓东 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.