Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 370 Bytes

File metadata and controls

22 lines (13 loc) · 370 Bytes

Paging

Table of Contents

  1. Gradle Dependency

Gradle Dependency

The Paging module contains some base classes that will enable you to use a standarized way of working with Android's Paging3 library.

dependencies {
  implementation 'com.github.wisemen-digital.AndroidCore:paging:<Latest-Version>'
}

!! WIP !!