I have a list of MyClass objects:
public class MyClass { public String title; public String comment; public ImageView photo; } I need to present these objects in the same way as the mobile Chrome browser presents its open tabs (in the form of a stack, a photo with a title, with the possibility of an animated scroll, etc.)
Are there ready components for a similar task?
