Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Implement Recycler View for Newsfeed#2

Open
prabirmsp wants to merge 4 commits intodevelopfrom
mainRecyclerView
Open

Implement Recycler View for Newsfeed#2
prabirmsp wants to merge 4 commits intodevelopfrom
mainRecyclerView

Conversation

@prabirmsp
Copy link
Copy Markdown
Collaborator

Begin implementation of the skeleton for the modularized recycler view.

@Override
public RecyclerView.ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
public RecyclerViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
LayoutInflater li = activity.getLayoutInflater();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename the LayoutInflater instance to something more appropriate eg. inflater, layoutInflater

@grinnelldennis grinnelldennis changed the title Main recycler view Implement Recycler View for Newsfeed Sep 30, 2018
@pumpkinjnn pumpkinjnn self-assigned this Oct 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants