Skip to content

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

Notifications You must be signed in to change notification settings

crosswall/EasyTableScrollHelper

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages