Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
/ commons Public archive

Android library with common classes and interfaces for UI

License

Notifications You must be signed in to change notification settings

mobiledevpro/commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commons-ui

Android publiс library with common classes for UI

How to include this library into project:

  1. Add it in your root build.gradle at the end of repositories:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add the dependency
	dependencies {
	        compile 'com.github.mobile-dev-pro:commons-ui:VERSION'
	}

About

Android library with common classes and interfaces for UI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages