-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 usestartActivity(UserActivity.newIntent(args) - Avoid nested LinearLayout like in
tweet_item.xml
Final world
- Nice work doing this optional assignment
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels