Skip to content

corphish/widgets

Repository files navigation

Widgets


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 {
	compile 'com.github.corphish:widgets:1.1'
}

Widgets present

License

GPLv3

About

Collection of custom views or widgets that I use in my apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages