hamzaahmedkhan / LibrarySession

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibrarySession

Android Library for session

Android UI

Download

To include testLibrary in your project, add the following to your dependencies:

app/build.gradle

dependencies {
    implementation 'com.github.hamzaahmedkhan:LibrarySession:1.0.0'
}

Usage

The following snippet shows how you can use Library in your project.

In Kotlin

LibraryManager.openLibraryScreen(this, "This is text from Main Activity")

About


Languages

Language:Kotlin 100.0%