Skip to content

Widgets that I use in my apps, re-written using Kotlin and harnesses the full power of it.

License

Notifications You must be signed in to change notification settings

corphish/widgets-ktx

Repository files navigation

Widgets

Codacy Badge

Collection of custom views or widgets that I use in my apps. Could be useful for others too.

Setup

  • Add the jitpack repo in root level build.gradle if not already.
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  • Add the library dependency in app level build.gradle.
dependencies {
	implementation 'com.github.corphish:widgets-ktx:0.4.0'
}

Widgets present