johneastman / Shopper

A Shopping List Android App
0 stars 0 forks source link

Refactor RecyclerViews to Use Inheritance #37

Closed johneastman closed 3 years ago

johneastman commented 3 years ago
  1. Create a parent RecyclerView that has all the common configurations setup
  2. Create child RecyclerViews that inherit from the parent and can be configured to the specific needs of that RecyclerView. These will inherit from the parent RecyclerView.
johneastman commented 3 years ago

https://github.com/johneastman/Shopper/commit/c435850b481573f7eac918b2e39848f60e8f2598