- Add the JitPack repository to your build.gradle at the end of repositories:
repositories {
...
maven { url 'https://jitpack.io' }
}- Add the dependency
implementation 'com.github.ctrlbytes:CodeKit:0.1.2'ScreenFlow.from(fragment|activity|context).to(AnotherActivity.class);ConnectivityUtils.isInternetOn(context);
ConnectivityUtils.isMobileDataOn(context);
ConnectivityUtils.isWiFiOn(context);//Init in start of the Application
YLog("YOUR_APP_TAG", enabled|disable);
//Use wherever you want
YLog("SCREEN_TAG", "LOG_MESSAGE");