/EasyTableScrollHelper

A lightweight tableView container helper based on recyclerView, Tiny and fast, Easy to use, No intrusion into business code.

Primary LanguageJava

EasyTableScrollHelper

A lightweight tableView container helper based on recyclerView, Tiny and fast, Easy to use, No intrusion into business code.

GIF Demo

Business scenes

  • List of stock optional details
  • Car and game equipment attribute display
  • Custom table view

How to use

    //step 1 Init TableScrollHelper
    new TableScrollHelper().attachToRecyclerView(YOUR_RECYCLER_VIEW, YOUR_RECYCLER_ADAPTER, YOUR_TABLE_HEADER);

    //step 2 Set tag for the childView of itemView
    android:tag="table_scroll_container"

How to layout