Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created April 8, 2019 12:53
Show Gist options
  • Save PatilShreyas/b4791cdb561646178024743e57e3a3a5 to your computer and use it in GitHub Desktop.
Save PatilShreyas/b4791cdb561646178024743e57e3a3a5 to your computer and use it in GitHub Desktop.
public class MainActivity extends AppCompatActivity {
private RecyclerView mRecyclerView;
private DatabaseReference mDatabase;
private SwipeRefreshLayout mSwipeRefreshLayout;
FirebaseRecyclerPagingAdapter<Post, PostViewHolder> mAdapter;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment