Slight refactor of the android adapter. Two main goals, move click listener allocation out of the onBind method so it isn't constantly happening as you scroll, and move favorite updating logic out and into the model layer. Also moved viewHolder into it's own file and put them in an adapter package for tidiness
Slight refactor of the android adapter. Two main goals, move click listener allocation out of the onBind method so it isn't constantly happening as you scroll, and move favorite updating logic out and into the model layer. Also moved viewHolder into it's own file and put them in an adapter package for tidiness