About 406,000 results
Open links in new tab
  1. A universal RecyclerView.Adapter based on Android's DataBinding - GitHub

    A simple universal RecyclerView.Adapter based on Android's DataBinding. Created to support the following series on Medium: Step 0. Make sure that your project is DataBinding-ready. Double …

  2. Android RecyclerView Adapter with nested items & expand ... - GitHub

    With AccordionRecycler you can easily create awesome RecyclerViews, containing infinitely nested items and the ability to expand or collapse any part of the View at will. Have your …

  3. Expandable RecyclerView with parent and child item selection ... - GitHub

    setContentView(R.layout.activity_expandable_recycler_view); recyclerView = (RecyclerView) findViewById(R.id.mRecyclerView); mShowSelection = (Button) …

  4. kotlin - How to update data in nested child RecyclerView

    Feb 13, 2019 · I observe a LiveData<List<ParentData>>, so every time the embedded ChildData changes, I submit the new List<ParentData> to my parent recycler, which in turn calls …

  5. expandablerecyclerview · GitHub Topics · GitHub

    Dec 17, 2021 · Expandable Recyclerview makes it easy to integrate nested recycler view...🔨 📝

  6. android - Is there a better way of getting a reference to the parent ...

    Jul 6, 2015 · There's actually a specific method that callsback with the RecyclerView that attaches to the adapter. Just override the onAttachedToRecylerView(RecyclerView recyclerView) method.

  7. KOTLIN - ANDROID - RecyclerView Adapter Template with Binding - GitHub

    import androidx.recyclerview.widget.ListAdapter: import androidx.recyclerview.widget.RecyclerView /** * @author ${USER} * Created …

  8. android - kotlin recyclerview display sqlite parent and child

    Sep 29, 2018 · Our question is about database design or how to view a parent table and child table in a recyclerview widget? This is the view we want. The Department table model looks …

  9. RecyclerView Adapter library using Kotlin - GitHub

    A set of Kotlin extensions that simplify RecyclerView and eliminate the Adapter boilerplate code. ReyclerView made simple as one line of code recyclerView.withSimpleAdapter(dummyData, R …

  10. android - Adding data from parent recyclerview adapter and …

    Nov 14, 2020 · Parent recyclerview adapter can add a data to child by a button, then child recyclerview adapter can remove a data in child by a button. The preview is like below. Adding …

  11. Some results have been removed
Refresh