Recycler View in Android
Android

Recycler View is introduced in Marshmallow. It is an advanced version of the List View and Grid View with improved performance and other benefits. Recycler view simplifies the display and handling of a large set of data.

ButterKnife in Android
Android

ButterKnife is developed by Jake Wharton at Square and is used to save typing repetitive lines of code like findViewById(R.id.view) when dealing with views, this is making our code look a lot cleaner. It uses annotation processing.

Subscribe

Select Categories