Skip to content

Instantly share code, notes, and snippets.

View nikita2811's full-sized avatar

Nikita Saxena nikita2811

  • Bareilly
View GitHub Profile
@sheharyarn
sheharyarn / RVFragment.java
Last active December 18, 2019 06:39
A simple Fragment with RecyclerView
/**
* RVFragment - Fragment with a simple RecyclerView that
* only takes Strings
*
* Usage:
* RVFragment rvf = new RVFragment();
*
* @author Sheharyar Naseer
*/