This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |