Skip to content

Instantly share code, notes, and snippets.

View kyleduo's full-sized avatar
✴️
On my way.

kyleduo kyleduo

✴️
On my way.
View GitHub Profile
@kyleduo
kyleduo / LoadMoreRecyclerViewAdapter.java
Created July 4, 2016 07:46
Adapter used with Recycler providing load more feature.
package com.kyleduo;
import android.support.annotation.NonNull;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.StaggeredGridLayoutManager;
import android.view.View;
import android.view.ViewGroup;
/**