Skip to content

plsankar/CodeKit

Repository files navigation

CodeKit

API

Adding to your project

  1. Add the JitPack repository to your build.gradle at the end of repositories:
repositories {
  ...
  maven { url 'https://jitpack.io' }
}
  1. Add the dependency
implementation 'com.github.ctrlbytes:CodeKit:0.1.2'

Usage

ScreenFlow

ScreenFlow.from(fragment|activity|context).to(AnotherActivity.class);

ConnectivityUtils

ConnectivityUtils.isInternetOn(context);
ConnectivityUtils.isMobileDataOn(context);
ConnectivityUtils.isWiFiOn(context);

YLog

//Init in start of the Application
YLog("YOUR_APP_TAG", enabled|disable);

//Use wherever you want
YLog("SCREEN_TAG", "LOG_MESSAGE");

About

Android library packed with utils and kotlin extensions

Topics

Resources

License

Stars

Watchers

Forks

Languages