multiplatform-paging icon indicating copy to clipboard operation
multiplatform-paging copied to clipboard

Add new RepoSearch sample app using Android views

Open veyndan opened this issue 2 years ago • 0 comments

Unfortunately, Jetpack Compose UI hasn't completely taken over the Android world yet. In the meantime, having a sample app powered by Android views would demonstrate that there is a zero-cost migration from AndroidX Paging to Multiplatform Paging in your UI layer (because android-view wouldn't directly depend on Multiplatform Paging, and you'll continue to use the artifacts provided by AndroidX Paging). The sample will have a transitive dependency on Multiplatform Paging via the existing shared module though.

veyndan avatar Feb 15 '23 17:02 veyndan