Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.51 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.51 KB

Nomtek Utills

Collection of tools for android development.
Detailed instructions are available in How to use sections.

How to install

1. Add jitpack repository to your gradle file
allprojects {  
	repositories { ... 
		maven { url 'https://jitpack.io' } 
	} 
}
2. Add dependency to your gradle file

Version -

ToolbarController How to use

implementation 'com.github.nomtek.NomtekUtills:toolbarcontroller:X.X.X}'  
StatusbarController How to use

implementation 'com.github.nomtek.NomtekUtills:statusbarcontroller:X.X.X'  
RecyclerBucketList How to use

implementation 'com.github.nomtek.NomtekUtills:recyclerbucketlist:X.X.X'
CenterCropVideoView How to use

implementation 'com.github.nomtek.NomtekUtills:centercropvideoview:X.X.X'