end-hunger-durham / pantries-android

An android app that directs Durham, NC residents to nearby, open food pantries
2 stars 1 forks source link

Enhance Pantry List #26

Open robert-w-gries opened 5 years ago

robert-w-gries commented 5 years ago

Enable RecyclerView animations

Currently, filtering results overwrites the RecyclerView adapter. We should instead batch add/remove items from the list and call notify() so that the standard RecyclerView animations will be used. This will make searching for pantries a smoother visual process

Improve ViewHolder design

Currently, the lack of padding and icons/images to the left of the pantries makes the Pantry list look a little ugly.

Ideas for Left Image/Icon