Skip to content

Instantly share code, notes, and snippets.

View okaybroda's full-sized avatar

Viventhraa Rao okaybroda

  • Toronto
View GitHub Profile
@chantellosejo
chantellosejo / MultiObjectAdapterRecyclerViewAdapter
Created August 26, 2015 19:27
This adapter wraps multiple adapters with different object types for use with a recyclerview.
import android.support.v7.widget.RecyclerView;
import android.util.SparseArray;
import android.view.ViewGroup;
/**
* Created by Chantell Osejo on 8/7/15.
* This adapter wraps multiple adapters with different object types for use with a recyclerview.
* Copyright (C) 2015 Chantell Osejo
*
* This program is free software: you can redistribute it and/or modify