Skip to content

Extension for Android TV Leanback SDK similar to available GuidedDatePickerAction.

Notifications You must be signed in to change notification settings

kostyabakay/GuidedTimePickerAction

Repository files navigation

GuidedTimePickerAction

Extension for Android TV Leanback SDK similar to available GuidedDatePickerAction.

Alt text

Alt text

Alt text

Do not use this repository as dependency in your production! Instead of this just copy code from library module. If you want to check this library quickly just add dependency to Gradle.

Add this in your root build.gradle at the end of repositories

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

Add the dependency

dependencies {
    implementation 'com.github.kostyabakay:guidedtimepickeraction:1.0'
}

About

Extension for Android TV Leanback SDK similar to available GuidedDatePickerAction.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages