Skip to content

Conversation

Gurleen9
Copy link

@Gurleen9 Gurleen9 commented Jul 8, 2017

No description provided.





Copy link
Member

Choose a reason for hiding this comment

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

Try not to leave empty spaces in your project files.

public class MyAdapter extends RecyclerView.Adapter<MyAdapter.ViewHolder> {


results obj = new results(new ArrayList<status>());
Copy link
Member

Choose a reason for hiding this comment

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

Have some descriptive names for your variables

* Created by hp on 7/8/2017.
*/

public class results {
Copy link
Member

Choose a reason for hiding this comment

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

Pojo's name should be uppercase.

* Created by hp on 7/8/2017.
*/

public class status {
Copy link
Member

Choose a reason for hiding this comment

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

Same as above.





Copy link
Member

Choose a reason for hiding this comment

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

Try not to leave empty spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants