frogo-recycler-view

RecyclerView With No Adapter and Shimmer Effect.

  • RecyclerView No Adapter (Adapter Has Been Handled)
  • RecyclerView Multi-View-Type (only 2 type, still bug on java - beta version)
  • Elegant call using injector()
  • ViewBinding (Generic Type) *On Development
  • Shimmer Effect

Screen Shoot Apps

ss_main

sample_shimmer

ss_multi-view

ss_empty

Version Release

This Is Latest Release

$version_release = 3.0.1

What's New??

* Fixing bugs *
* Cleaning Unused Resource *
* Refactoring Code *
* Enhance Performance *
* Update Build.gradle *
* Separating into different sources (Frogo-UI-Kit) *

Download this project

Step 1. Add the JitPack repository to your build file (build.gradle : Project)

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency (build.gradle : Module)

dependencies {
        // library frogo-recycler-view
        implementation 'com.github.amirisback:frogo-recycler-view:3.0.1'
}

Tutorial

Wiki

GitHub