Bento – An Android UI Framework

Bento – An Android UI Framework

Bento can also be used to manage views in other parent view types, such as ViewPagers and ListViews, all while keeping the benefits of RecyclerView best practices (like view holders and view recycling). Our Example component class was actually pretty simple, and so we can write it as a :

It’s still using our from before, but now we don’t need to worry about the count or the presenter, and the view holder type is specified in the super constructor. For example, on the nearby screen of the consumer app, everything below the header (outlined below in red) is a Bento component.

Source: engineeringblog.yelp.com