Skip to content

A Common utility class to provide such common methods to reduce code and help to provide basic methods which are commonly used in most of projects.

Notifications You must be signed in to change notification settings

PratikFagadiya/AndoridCommonHelper

Repository files navigation

AndoridCommonHelper

How to use?

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {
	        implementation 'com.github.pratikfagadiya:AndoridCommonHelper:latest-release'
	}