nonsensicalthinking / planttracker

Plant Tracker is a free Android Phone App for tracking your plant grows. Keeps track of waterings, feedings, custom events and clone lineage. Future implementations will include scheduled reminders, data point graphing and a desktop app for more plant analysis, looking at integrating automated sensor data collection.
GNU General Public License v3.0
16 stars 6 forks source link

View and scroll performance could use improvement #22

Closed nonsensicalthinking closed 6 years ago

nonsensicalthinking commented 6 years ago

Look at using viewholders to speed up the list view. Once all of the items have been scrolled through in the list, scrolling is fast, presumably due to caching a base level of caching.

Move image loading to asynctasks, this should make the initial load of a plant quicker though may result in pop-in. Play with it.

nonsensicalthinking commented 6 years ago

Scrolling improved by using recyclerview.