adilansari / twitter-client

Android twitter client
0 stars 0 forks source link

[Android Bootcamp] Project 3: Twitter Client - ready for review #1

Open adilansari opened 8 years ago

adilansari commented 8 years ago

My app is complete, please review. /cc @codepath @codepathreview

codepathreview commented 8 years ago

:+1: nice work. A few notes after checking out the code:

Here's a detailed Project 3 Feedback Guide here which covers the most common issues with this submitted project. Read through the feedback guide point-by-point to determine how you could improve your submission.

Let us know if you have any other thoughts or questions about this assignment. Hopefully by now you feel pretty comfortable with all the major pieces to basic Android apps (Views, Controllers, ActionBar, Navigation, Models, Authentication, API Communication, Persistence, et al) and see how they all fit together. We are close now to a turning point in the course where you should be hitting a "critical mass" towards your knowledge of Android.

adilansari commented 8 years ago

@codepathreview I had a hard time filling up the blank space around my action bar. image

I tried all the help that guide had to offer, and decided to use toolbar since its new. Here is the code for my: Toolbar, SupportActionBar.

nesquena commented 8 years ago

See this http://guides.codepath.com/android/Using-the-App-ToolBar#styling-the-toolbar

  1. Set background color for toolbar as shown there
  2. Remove contentinsetoffsets for toolbar as shown in that section on app icon

Read through that section carefully and experiment and let me know if you aren't able to get the intended effects.