Thursday, October 4, 2018

Android RecyclerView with LoadMore and MultiView Layout using simple library

Android RecyclerView is one of the toughest topics for the Android beginners.
Many more tutorials related to RecyclerView are found on the internet along with the Android Developer Blog itself.

So not writing more about the introduction part, lets go on implementation of RecyclerView with a simple Library called awesomelib2.1.2.

Add the following line in dependencies part of build.gradle in app directory.
implementation 'com.hereshem.lib:awesomelib:2.1.2'