Design + Code an Android App from Scratch
Scrounge up some loose change to become a pro member, or login to your account to view this lesson.
Alright, join now. Or login to your account if you're already a pro member.This video shows the theory behind a Sectioned RecyclerView in Android. In our app BucketDrops, we have all the drops or goals added by the user initially followed by the Footer containing a button that lets the user add another drop. Override the getItemViewType which accepts a position to query and returns an integer value identifying the type of the view needed to represent the item at the given position.