Skip to content

1. Getting Started

Evren Coskun edited this page Mar 18, 2021 · 4 revisions

Installation

To use this library in your android project, just simply add the following dependency into your build.gradle

// To support Android API lower than 26
compileOptions {
    sourceCompatibility = '1.8'
    targetCompatibility = '1.8'
}

dependencies {
    implementation 'com.evrencoskun.library:tableview:0.8.9.4'
    implementation 'androidx.recyclerview:recyclerview:1.1.0'
 }