A simple time second selector seek bar custom made

Overview

A simple time second selector seek bar custom made

Imgur Image

How to To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

dependencies {
	  implementation 'com.github.MohammedNadil:TimeSelector:1.2'
}

Can customize following colors and max time

<com.timeselect.timeselector.TimerPickView
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:addBorderColor="@color/purple_500"
    app:addtextColor="@color/black"
    app:addbodyColor="@color/black"
    app:addEndColor="@color/purple_500"
    app:addStartColor="@color/purple_500"
    app:addlineColor="@color/purple_500"
    app:addselectColor="@color/white"
    app:addEndTime="50"/>

Can add listener as below

 view.setTimeChangeListener(object : TimeChanger {
        override fun timeChanged(it: Int) {
           
        }
    })

Can reset and set max time programmatically

view.reset()
   
    view.setMax(15)
You might also like...
A tip app which the user can use a screen bar to choose a tip based on the service, the total is then displayed.

Tip Calculator Spencer Damon Tippy Total computes the tip and total amount for a bill. The app uses the base amount and tip percentage to calculate th

D4rK QR & Bar Code Scanner Plus is a FOSS scanner app for every Android. ๐Ÿ“ท
D4rK QR & Bar Code Scanner Plus is a FOSS scanner app for every Android. ๐Ÿ“ท

๐Ÿ“ท QR & Bar Code Scanner Plus ๐Ÿ“ท โ•”โ•ฆโ•ฆโ•ฆโ•โ•ฆโ•—โ•”โ•โ•ฆโ•โ•ฆโ•โ•โ•ฆโ•โ•— โ•‘โ•‘โ•‘โ•‘โ•ฉโ•ฃโ•šโ•ฃโ•โ•ฃโ•‘โ•‘โ•‘โ•‘โ•‘โ•ฉโ•ฃ โ•šโ•โ•โ•ฉโ•โ•ฉโ•โ•ฉโ•โ•ฉโ•โ•ฉโ•ฉโ•ฉโ•ฉโ•โ• D4rK QR & Bar Code Scanner Plus is a FOSS scanner app for every

Add Bubble Navigation Bar in Android Jetpack Compose.
Add Bubble Navigation Bar in Android Jetpack Compose.

BubbleNavigationBarCompose How it looks Setup Open the file settings.gradle (it looks like that) dependencyResolutionManagement { repositoriesMode

push note is a free Android app that you can keep your notes in the notification bar in seconds.
push note is a free Android app that you can keep your notes in the notification bar in seconds.

push note - notification notes push note is a free Android app that you can keep your notes in the notification bar in seconds. Features ๐ŸŒŸ Super quic

Simple addon for BlueMap that allows using a custom skin server.
Simple addon for BlueMap that allows using a custom skin server.

BlueMap Custom Skin Server Description Simple addon for BlueMap that allows using a custom skin server. Config { "debug": false,

A simple textview with custom background to provide additional information.
A simple textview with custom background to provide additional information.

๐Ÿงฑ Tebel A simple textview with custom background to provide additional information. Install Gradle Add JitPack repository below to your module's buil

Android Project to find FatMax in real time with a Polar H10
Android Project to find FatMax in real time with a Polar H10

FatMaxxer According to recent research (see below) the FatMaxxer Android app may help you to exercise at the optimum effort level for fat burning, mea

Compile-time dependency injection for Kotlin Multiplatform

Kinzhal Kinzhal is a Kotlin Multiplatform library for compile-time dependency injection. The goal is to emulate basic features of Dagger to achieve si

Releases(1.2)
Owner
Mohammed Nadil
Lead Android Developer @SquashApps | Google Certified Associate Android Developer | Android | Java | Kotlin | Flutter | Learner
Mohammed Nadil
Map-vs-list-comparator - The project compares the time needed to find a given element in a map vs the time needed to find a given element in a list.

Map vs List Comparator The project compares the time needed to find a given element in a map vs the time needed to find a given element in a list. To

null 0 Jan 4, 2022
Ticker - A custom time picker library

Ticker A simple spinner time picker library Adding dependencies: if your gradle

Kshitij Kumar 11 Dec 4, 2022
A webapp which generates a simple Discord profile banner image in real-time which shows user's status and activity.

DiscordProfileBanner This tool generates a Discord profile banner image in realtime. I wrote it for use in my AniList profile. An example in action: H

Quanta 11 Oct 17, 2022
A Simple Android library to get the number of words and give you the time it will take you to finish an article/story.

MinRead A Simple Android library to get the number of words and give you the time it will take you to finish an article/story. Prerequisite Androidx K

Nwokocha wisdom maduabuchi 36 Nov 17, 2021
A simple (and naive) RESTful API made with Ktor, jasync-sql and JWT.

A simple (and naive) RESTful API made with Ktor, jasync-sql and JWT. Route Method Description /account POST Create a new account /account DELETE Delet

null 2 Nov 4, 2021
Simple App made for a test to Studio Sol Company

Studio Sol Test - Guess the Number Simple App made for a test to Studio Sol Company. #What you'll see in this project: ViewBinding Navigation Animatio

Philippe Muniz 1 Nov 19, 2021
A simple ToDo Task Manager App made in Kotlin using Room DataBase.

ToDo List App ?? About A simple To-Do List Management App that helps you get things done. Built with Kotlin, it helps the user to add their task. User

Tanya Gupta 17 Dec 12, 2022
DSU-Sideloader - A simple app made to help users easily install GSIs via DSU's Android feature

DSU Sideloader A simple app made to help users easily install GSIs via DSU's And

null 430 Jan 4, 2023
ABCTingle is a simple app that i made over the weekend. Clicking each alphabets from letter 'A' to 'Z' plays the tranditional ABC song

I made ABCTingle over the weekend just for fun. Clicking each alphabets from letter A to Z plays the tranditional ABC song. I'm sure kids would enjoy their day with this app.

Gana Ebenezer 2 Feb 21, 2022