All Projects → iammert → Tileprogressview

iammert / Tileprogressview

Simple Progress View with Tile Animation

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Tileprogressview

GaugeProgressView
Tired of boring Android progress views? This one is amazing!
Stars: ✭ 17 (-86.51%)
Mutual labels:  progress, progressview
RemainingCountIndicator
Remaining count indicator like a tweet screen of twitter.
Stars: ✭ 17 (-86.51%)
Mutual labels:  progress, progressview
Theglowingloader
TheGlowingLoader is the highly configurable library to indicate progress and is natively created for Android Platform. It is an implementation of a design composed by Shashank Sahay.
Stars: ✭ 379 (+200.79%)
Mutual labels:  progress, progressview
DevProgressView
自定义ProdressView-进度条动画
Stars: ✭ 17 (-86.51%)
Mutual labels:  progress, progressview
Progressstatusbar
Another way to show progress. A progress View over the system StatusBar.
Stars: ✭ 283 (+124.6%)
Mutual labels:  progress, progressview
Circleprogressview
🎡 CircleProgressView是一个圆形渐变的进度动画控件(支持外环显示刻度,内环随之变化,配置参数完全可配),动画效果纵享丝滑。
Stars: ✭ 314 (+149.21%)
Mutual labels:  progress, progressview
Multiprogressview
📊 An animatable view that depicts multiple progresses over time. Modeled after UIProgressView
Stars: ✭ 614 (+387.3%)
Mutual labels:  progress, progressview
Lcprogresshud
一个超简单的活动指示器。适配横屏。
Stars: ✭ 100 (-20.63%)
Mutual labels:  progress
Arcseekbar
🎡 ArcSeekBar 一个弧形可拖动进度条控件。弧形大小,弧度,颜色渐变等配置完全可定制化
Stars: ✭ 115 (-8.73%)
Mutual labels:  progressview
Stepbarview
Step Bar View (make your own customized StepBar)
Stars: ✭ 97 (-23.02%)
Mutual labels:  customview
Arcchartview
Arc Chart View (Draw Creative Statistic Arc Charts)
Stars: ✭ 96 (-23.81%)
Mutual labels:  customview
Vue Ellipse Progress
A Vue.js component to create beautiful animated circular progress bars
Stars: ✭ 101 (-19.84%)
Mutual labels:  progress
Swiftloader
A simple and beautiful activity indicator written in Swift
Stars: ✭ 116 (-7.94%)
Mutual labels:  progress
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (-22.22%)
Mutual labels:  progress
Zigzagview
a zigzag view for using for ticket or invoice
Stars: ✭ 121 (-3.97%)
Mutual labels:  customview
Delayedprogress
ProgressDialog that waits a minimum time to be dismissed before showing. Once visible, the ProgressDialog will be visible for a minimum amount of time to avoid "flashes" in the UI.
Stars: ✭ 95 (-24.6%)
Mutual labels:  progress
Phaser Arcade Slopes
📐 A Phaser CE plugin that brings sloped tile collision handling to the Arcade Physics engine
Stars: ✭ 124 (-1.59%)
Mutual labels:  tile
Neumorphismview Android
A Neumorphism library for Android, supporting customizations for shadows/highlights to selected child views.
Stars: ✭ 121 (-3.97%)
Mutual labels:  customview
Typrogressbar
Custom animating gradient progress bar
Stars: ✭ 106 (-15.87%)
Mutual labels:  progressview
Laravel Dashboard Chart Tile
Create all the charts you want for your laravel dashboard
Stars: ✭ 102 (-19.05%)
Mutual labels:  tile

TileProgressView

Simple Progress View with Tile Animation

GIF

Usage

<com.iammert.tileprogressview.TiledProgressView
        android:layout_width="match_parent"
        android:layout_height="32dp"
        android:layout_margin="32dp" />

Modify

tiledProgressView.setProgress(30f) //Percentage
tiledProgressView.setColorRes(R.color.white) 
tiledProgressView.setLoadingColorRes(R.color.purple) 

Setup

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    implementation 'com.github.iammert:TileProgressView:0.1'
}

License

Copyright 2020 Mert Şimşek

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].