Skip to content

mykola-dev/bindingtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bindingtools

Convenient helpers for Android Kotlin development

  • Shared Preferences delegates
  • Bundle args delegates
  • Resources delegates

Setup

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

	dependencies {
	        compile 'com.github.deviant-studio:bindingtools:{latest_version}'
	}