LastAdapter icon indicating copy to clipboard operation
LastAdapter copied to clipboard

Don't write a RecyclerView adapter again. Not even a ViewHolder!

Results 12 LastAdapter issues
Sort by recently updated
recently updated
newest added

Hi there, LastAdapter is currently only available from JCenter as a dependency. Since version 4.2 of Android studio, there is a warning: "JCenter is at end of life". Googling this...

For those, who want to use new architecture comonent and PageableList I created: https://github.com/hanibalsk/LastAdapter

I just migrated whole project to Android Studio 3.2.1, gradle 4.10, Kotlin 1.2.71 I can't build project due to error with generated binding class: ![image](https://user-images.githubusercontent.com/3933348/46946121-0cd87c80-d077-11e8-84f1-2ee4c3bd7b78.png) Do you have any idea...

Since version 3.1 Android Studio supports databinding to `LiveData`. But in order to track changes of a `LiveData` field, `ViewDataBinding` object must be provided with `LifecycleOwner` which LastAdapter does not....

org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:kaptGenerateStubsDebugKotlin'.

LastAdapter 2.2.2 Kotlin 1.1.2-3 Start experienced one more crash today with following stacktrace ``` java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.support.v7.widget.RecyclerView$ViewHolder.shouldIgnore()' on a null object reference at android.support.v7.widget.RecyclerView.dispatchLayoutStep3(RecyclerView.java:3610) at...

There is a problem with LayoutHandlerAdapter. I want to use it in my project, when LastAdapter with Layout is loader I've got KotlinNullPointerException. Here is my code: `LastAdapter(viewModel.conversation, BR.item).layout {...

Android studio 3.1 Canary 6 introduces Databinding compiler which introduces new changes which are breaking for library consumers. As per [Release Notes](https://androidstudio.googleblog.com/2017/12/android-studio-31-canary-6-is-now.html) binding code is generated and packaged in AAR,...

Hello nitrico, i am so glad to used your library, it's save my work time, but how can i use more LastAdapter ? Are each BR must be item variabel...