Created
May 28, 2017 17:50
-
-
Save kalvian1060/34ec1846e5ec7e47df6b7330deea9999 to your computer and use it in GitHub Desktop.
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
@Override | |
public void onBindViewHolder(ViewHolder holder, final int position) { | |
GetDataHistory data = getDataHistory.get(position); | |
holder.setData(data); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment