Skip to content

Thanks! #1

@dattran2346

Description

@dattran2346

Good to see

  • Complete assignment 4

Thing to improve

  • Instead of
Tweet tweet = new Tweet();
tweet.setBody(body);
tweet.setTimestamp(time);
....

you can use Fluent interface

Tweet tweet = new Tweet().setBody(body).setTimestamp(time)...
  • Similar to Fragment.newInstance(), it's better to use startActivity(UserActivity.newIntent(args)
  • Avoid nested LinearLayout like in tweet_item.xml

Final world

  • Nice work doing this optional assignment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions