Collection of tools for android development.
Detailed instructions are available in How to use sections.
allprojects {
repositories { ...
maven { url 'https://jitpack.io' }
}
}
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'