Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created December 31, 2015 10:31
Show Gist options
  • Save hitherejoe/b64fa2c92f0bb084d057 to your computer and use it in GitHub Desktop.
Save hitherejoe/b64fa2c92f0bb084d057 to your computer and use it in GitHub Desktop.
PostAdapter listRowAdapter = new PostAdapter(getActivity(), tag);
addPostLoadSubscription(listRowAdapter);
HeaderItem header = new HeaderItem(headerPosition, tag);
mRowsAdapter.add(new ListRow(header, listRowAdapter));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment