All Projects → devkhan → Loaders

devkhan / Loaders

Licence: other
Process dialogs, loading bars, etc.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Loaders

Rsup Progress
❤️ A simple progress bar with promises support
Stars: ✭ 290 (+1160.87%)
Mutual labels:  progress-bar, loader
Boxloaderview
Stars: ✭ 76 (+230.43%)
Mutual labels:  progress-bar, loader
Ng Http Loader
🍡 Smart angular HTTP interceptor - Intercepts automagically HTTP requests and shows a spinkit spinner / loader / progress bar
Stars: ✭ 327 (+1321.74%)
Mutual labels:  progress-bar, loader
Vue Wait
Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
Stars: ✭ 1,869 (+8026.09%)
Mutual labels:  progress-bar, loader
Ngx Ui Loader
Multiple Loaders / spinners and Progress bar for Angular 5, 6, 7 and 8+
Stars: ✭ 368 (+1500%)
Mutual labels:  progress-bar, loader
rprogress
React ajax loader progress bar with clear API
Stars: ✭ 12 (-47.83%)
Mutual labels:  progress-bar, loader
webpack-image-placeholder-loader
Generate a solid color image as placeholder
Stars: ✭ 24 (+4.35%)
Mutual labels:  loader
material-circular-loader
Material Circular Loader in SCSS like a boss. Demo: http://codepen.io/YuRen/details/KdKKax
Stars: ✭ 13 (-43.48%)
Mutual labels:  loader
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 36,988 (+160717.39%)
Mutual labels:  progress-bar
python-yamlordereddictloader
(DEPRECATED) YAML loader and dumper for PyYAML allowing to keep keys order.
Stars: ✭ 25 (+8.7%)
Mutual labels:  loader
LineProgressbar
A light weight jquery progressbar plugin
Stars: ✭ 34 (+47.83%)
Mutual labels:  progress-bar
StrafeAnalyzer
A tool that analyzes player inputs and tells the player how to improve player movement through statistics, realtime graphs, etc! :)
Stars: ✭ 20 (-13.04%)
Mutual labels:  loader
Lime-Downloader
Simple Malware Downloader
Stars: ✭ 93 (+304.35%)
Mutual labels:  loader
react-bootstrap-button-loader
React ButtonLoader with Bootstrap flavor
Stars: ✭ 25 (+8.7%)
Mutual labels:  loader
otc
Onetap Crack Loader - Official ReHost
Stars: ✭ 46 (+100%)
Mutual labels:  loader
dynamic-import-assets
Dynamic Imports for JavaScript and CSS.
Stars: ✭ 20 (-13.04%)
Mutual labels:  loader
Loader
Loader is an open source C++ cheat loader currently built for CS:GO
Stars: ✭ 49 (+113.04%)
Mutual labels:  loader
react-native-progress-button
A react native button component that can show progress.
Stars: ✭ 17 (-26.09%)
Mutual labels:  progress-bar
redux-global-loader
A Redux middleware for global loader
Stars: ✭ 13 (-43.48%)
Mutual labels:  loader
gd-obj
Obj file parser for Godot
Stars: ✭ 32 (+39.13%)
Mutual labels:  loader

Loaders

Build Status

Android Arsenal

An animation library consisting of different types of loading animations, progress dialogs, etc.

Usage

Add dependency

dependencies {
    compile 'teamdapsr.loaders:lib:1.0'
}

XML Code:

<teamdapsr.loaders.lib.ConcentricCircleView
		android:layout_height="wrap_content"
		android:layout_width="wrap_content"
		android:id="@+id/view"
		custom:min_radius="40"
		custom:max_radius="120"
		custom:duration="3000"
		custom:animate_color="false"
		custom:circles_count="15"/>

Contribute

If you want to contribute, please add new class in Loaders/lib/java/.

License

WTFPL Badge

Namaste

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].