Skip to content

Instantly share code, notes, and snippets.

@tsiougkosn
Last active August 29, 2015 14:23
Show Gist options
  • Save tsiougkosn/8b11a1c2afa7971191d3 to your computer and use it in GitHub Desktop.
Save tsiougkosn/8b11a1c2afa7971191d3 to your computer and use it in GitHub Desktop.
Integrate Avocarrot RecyclerView
replace
recyclerView.setAdapter( new DanceAdapter(dances) );
with
AvocarrotInstreamRecyclerView avocarrotInstreamRecyclerView = new AvocarrotInstreamRecyclerView(new DanceAdapter(dances), this, "<appId>", "<placement>");
recyclerView.setAdapter( avocarrotInstreamRecyclerView );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment