really easy to achieve. Like a list for example, in Android you need some files in order to make a list work. • A layout that describe how the items should be displayed • A layout with recyclerview/listview • An adapter/viewholder • A class that will tie everything together Even for a simple list you need everything above! No way!