All Projects → faruktoptas → kooldown

faruktoptas / kooldown

Licence: Apache-2.0 license
Circular progress animation with duration

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to kooldown

LicenseTextView
Custom Lincese TextView for android
Stars: ✭ 31 (+82.35%)
Mutual labels:  android-ui
PaymentCardView
Custom Credit/Debit card view
Stars: ✭ 62 (+264.71%)
Mutual labels:  android-ui
Google-Maps-BottomSheet
A BottomSheetBehavior framework mirroring Google Maps'
Stars: ✭ 75 (+341.18%)
Mutual labels:  android-ui
Einsen
🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Stars: ✭ 821 (+4729.41%)
Mutual labels:  android-ui
ui-testing
No description or website provided.
Stars: ✭ 15 (-11.76%)
Mutual labels:  android-ui
Theme
🎨 An Experimental Theme Engine for Android
Stars: ✭ 89 (+423.53%)
Mutual labels:  android-ui
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (+70.59%)
Mutual labels:  android-ui
AnyDialog
简化dialog创建,支持滑动关闭,支持嵌套滑动
Stars: ✭ 26 (+52.94%)
Mutual labels:  android-ui
CoolAnimation4Beginner
Making Beauty Android UI/UX Design with cool Animation
Stars: ✭ 21 (+23.53%)
Mutual labels:  android-ui
Image-Support
Add badge with counter to ImageView Android.
Stars: ✭ 128 (+652.94%)
Mutual labels:  android-ui
spokestack-tray-android
A UI component that makes it easy to add voice interaction to your app.
Stars: ✭ 13 (-23.53%)
Mutual labels:  android-ui
FlowingPager
A Flexible Side Sliding View Controlled by a Button
Stars: ✭ 104 (+511.76%)
Mutual labels:  android-ui
logregform-android
Login and registration form for Android (IceCream Sandwich+) with additional features, enchancement and dynamic GUI.
Stars: ✭ 25 (+47.06%)
Mutual labels:  android-ui
ZoomLayout
想要缩放、平移的 View,放在 ZoomLayout 中就可以实现了
Stars: ✭ 34 (+100%)
Mutual labels:  android-ui
RTL-Toast
Android Toast For RTL Applications
Stars: ✭ 16 (-5.88%)
Mutual labels:  android-ui
SwipeToReply
Swipe to reply UI like WhatsApp
Stars: ✭ 54 (+217.65%)
Mutual labels:  android-ui
recyclerfragment
An Android Fragment that displays a set of items in a RecyclerView.
Stars: ✭ 16 (-5.88%)
Mutual labels:  android-ui
ArcLayout
Arc Layout is a view group with which you can add a arc-shaped container in your layout.
Stars: ✭ 32 (+88.24%)
Mutual labels:  android-ui
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (+1394.12%)
Mutual labels:  android-ui
YuanaItemSettingView
Customizable Item Setting View Android
Stars: ✭ 15 (-11.76%)
Mutual labels:  android-ui

kooldown Status Download

Circular progress animation with duration

!gif

Download

implementation 'me.toptas.kooldown:kooldown:0.1'

Usage

<me.toptas.kooldown.Kooldown android:layout_width="200dp"
		                     android:layout_centerInParent="true"
		                     android:id="@+id/kd"
		                     app:kd_activeColor="@color/colorAccent"
		                     app:kd_duration="2000"
		                     app:kd_inactiveColor="#dedede"
		                     app:kd_startAngle="90"
		                     app:kd_autoStart="true"
		                     app:kd_progress="270"
		                     app:kd_strokeWidth="20"
		                     android:layout_height="200dp"/>

Parameters

  • kd_duration: Duration to complete animation
  • kd_activeColor: Active color of circle
  • kd_inactiveColor: Inactive color of circle
  • kd_strokeWidth: Stroke width of circle
  • kd_startAngle: Start point of animation (Does not effect duration or speed)
  • kd_progress: Max angle of animation. Default value is 360 for a complete circle
  • kd_autoStart: Automatically starts animation

License

Apache License 2.0

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].