Simple amazing Donut Progress library๐Ÿš€

Overview

DonutProgress ๐Ÿš€

Now this readme is very poooor ๐Ÿ˜„

To implement

As usual ๐Ÿ˜’

  • in project build.gradle:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  • in app build.gradle:
	dependencies {
	        implementation 'com.github.josephbalzanodev:DonutProgress:0.1'
	}

Useee it ๐ŸŽ‰

        <it.jbalzano.graphics.DonutProgress
            android:id="@+id/donut"
            android:layout_width="250dp"
            android:layout_height="250dp"
            android:layout_margin="24dp"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintStart_toStartOf="parent"
            app:min="0"
            app:max="90"
            app:thickness="36dp"
            app:ticks="30,60,90" 
            app:overlapLast="false"
            app:bgcolor="#33A9ACA9"
            app:colors="#C3C3E6,#BBA0CA,#B370B0"
            app:icons="ic_car,ic_subway,ic_boat"/>

is only a sample

You might also like...
Spantastic - an Android library that provides a simple and Kotlin fluent API for creating Android Spannable
Spantastic - an Android library that provides a simple and Kotlin fluent API for creating Android Spannable

Spantastic is an Android library that provides a simple and Kotlin fluent API for creating Android Spannable. This library wrappers SpannableStringBuilder and add methods to easily decorate the text with multiple spans.

Android-stories: A simple stories library inspired by Instagram and alike
Android-stories: A simple stories library inspired by Instagram and alike

A simple stories library inspired by Instagram and alike. Requirements Min SDK = 22 Installation Add these dependencies to your proje

A simple and easy to use stopwatch and timer library for android

TimeIt Now with Timer support! A simple and easy to use stopwatch and timer library for android Introduction A stopwatch can be a very important widge

Show worldwide headline. API/Glide library/recycler view/volley library/kotlin/xml/ chrome custom tabs
Show worldwide headline. API/Glide library/recycler view/volley library/kotlin/xml/ chrome custom tabs

Show worldwide headline. API/Glide library/recycler view/volley library/kotlin/xml/ chrome custom tabs. - you can click on headline and it will open an article of that news in the app(no need to go to chrome or any browser)

 A music picker library for React Native. Provides access to the system's UI for selecting songs from the phone's music library.
A music picker library for React Native. Provides access to the system's UI for selecting songs from the phone's music library.

Expo Music Picker A music picker library for React Native. Provides access to the system's UI for selecting songs from the phone's music library. Supp

A simple material design app intro with cool animations and a fluent API.
A simple material design app intro with cool animations and a fluent API.

material-intro A simple material design app intro with cool animations and a fluent API. Very inspired by Google's app intros. Demo: A demo app is ava

A Full-Stack mobile app, including Android & Server, Simple-Poem ็ฎ€่ฏ—. You can write poem in graceful & traditional Chinese style.
A Full-Stack mobile app, including Android & Server, Simple-Poem ็ฎ€่ฏ—. You can write poem in graceful & traditional Chinese style.

JianShi ็ฎ€่ฏ— A Full-Stack mobile app, including Android side & Server side, Simple-Poem ็ฎ€่ฏ—. You can write poem in graceful & traditional Chinese style.

Simple Mvp Implementation

Froggy Simple Mvp Implementation Download Gragle: compile 'ru.bullyboo.mvp:froggy:1.0.2' Maven: dependency groupIdru.bullyboo.mvp/groupId

A simple android Twitter client written in Kotlin
A simple android Twitter client written in Kotlin

Blum Blum is an unofficial, simple, fast Twitter client written in Kotlin. This project is a complete rewrite of the Java version. Screenshot Build To

Releases(0.1)
Owner
Joseph Balzano
Joseph Balzano
Amazing Material Login effect

MaterialLogin The Animation effect๏ผš You can download the source code. Problems can give me a message, thank you! License Copyright 2016 fanrunqi Licen

leo 1.9k Dec 30, 2022
This is a work-in-progress (๐Ÿ”ง๏ธ) ultraviolet index viewer app for demonstrating Instant Apps + Kotlin + Dagger + MVP

UV Index A simple ultraviolet index viewer app for demonstrating: Instant Apps + Kotlin + Dagger + MVP Built With Weatherbit as weather API Android In

Mustafa Berkay Mutlu 65 Oct 31, 2022
A work-in-progress quiz app I started developing for a client but got paused.

quiz-app A work-in-progress quiz app I started developing for a client but got paused. Background This app was intended to be a trivia app where users

Ahmet Safa Orhan 7 Oct 18, 2022
An interesting workout app, that can track your progress (unfinished)

7MinuteWorkout An interesting workout app, that can track your progress (unfinished) U planu mi je da odradim bolji dizajn za ovu aplikaciju. Za sada

null 2 May 8, 2022
An Open-Source Android app for creating training plans and tracking progress

GymRoutines noahjutz.codeberg.page/gymroutines An Open-Source Android app for creating training plans and tracking progress. Screenshots Contributing

Noah 4 Dec 16, 2022
Simple-todo-app - Simple Memo App using SQLite

Judul Aplikasi Aplikasi Memo Sederhana menggunakan SQLite. Fitur Aplikasi Memo y

Ananda Muhamad Lukman 0 Jan 3, 2022
Simple library to decompress files .zip, .rar, .cbz, .cbr in React Native.

Uncompress React Native Simple library to decompress files .zip, .rar, .cbz and .cbr in React Native. Installation yarn add uncompress-react-native o

Adriano Souza Costa 40 Nov 24, 2022
This library makes it easy for you to develop an simple drawing app in android

DrawingCanvas Library for drawing app canvas Features Size , transperancy and color manupulation of brush -- Using setSizeForBrush(), setBrushAlpha()

Mihir Shah 24 Nov 27, 2022
A Simple Android Library for Kenyan Counties

KenyanCounties A Simple Android Library for Kenyan Counties Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at

Joel Kanyi 18 Jul 12, 2022
A simple and stright-forward library for displaying mathematical equations or formulas in your android application

MathRenderer Simple and easy library written in kotlin language for displaying mathematical equations or formulas using MathJax. MathRenderView is bac

QuantaDot 2 Sep 26, 2022