Top "Android-viewholder" questions

A ViewHolder object stores each of the component views inside the tag field of the Layout, so you can immediately access them without the need to look them up repeatedly.

LiveData(MutableLiveData) and Databinding rise error (Failed to call observer method)

I have an app that uses ViewModel and MutableLiveData to bind live data to my UI. After hours westing my …

android viewmodel android-viewholder android-livedata mutablelivedata
Android Google maps fragment in RecyclerView.ViewHolder

How can I get to GoogleMap from RecyclerView.ViewHolder I have: public class MapRowHolder extends RecyclerView.ViewHolder { public MapRowHolder(View …

android google-maps android-fragments android-adapter android-viewholder
How can I use Android DataBinding in a listview and still use a ViewHolder pattern?

I have an Android activity that pulls its data from an observable list inside an adapter class. My getView() method …

java android listview data-binding android-viewholder
Google Map Lite in CardView

I have been trying to get a very basic app going to play around with Material Design. I am trying …

android google-maps google-play-services android-recyclerview android-viewholder
How to sort items in RecyclerView depending on a Date

This is what my screen should look like. I added this library https://github.com/ShamylZakariya/StickyHeaders and tried to …

android android-recyclerview android-viewholder stickyrecycleview
OnMapLoadedCallback and OnMapReadyCallback, when to use which?

While working a ViewHolder of GoogleMap Lite, as part of the row in RecyclerView, I'm looking for callback to set …

android google-maps android-recyclerview android-viewholder