Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added TwitterSearch App #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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