nguo / cpath-twitter-v2

TheCodePath: Twitter Version 2 (use of fragments)
0 stars 0 forks source link

[Android Bootcamp] Review Nina's Twitter v2 App #1

Open nguo opened 10 years ago

nguo commented 10 years ago

Please review my twitter v2 app. Thanks! Was busy this weekend with work so didn't get to make as many changes as I would've liked. /cc @nesquena @timothy1ee

Question:

  1. Is there a library you would recommend that handles swiping left/right to switch between tabs?

Hours spent: 10

Optional stories I did:

nesquena commented 10 years ago
  1. Is there a library you would recommend that handles swiping left/right to switch between tabs?

If you want to swipe between, the secret is using the ViewPager and a third party indicator strip. You should try it at some point :)

nesquena commented 10 years ago

:+1: excellent job Nina! It's a great starting twitter client, hope you feel this project was a good learning opportunity. A few notes after checking out the code:

Here's a detailed Project 4 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 might be able to improve your submission.

This week (Week 5), we are going to cover the last major piece to the Android puzzle and that is using the hardware and SDK components such as the camera, photo gallery, location, maps, etc. After that, Week 6 and week 7 we will be covering a few important intermediate topics such as more about styling and animation as well as testing.

Following the bootcamp (May 12th), we are going to have a demo day to celebrate the progress you've all made with our next batch of Android students and multiple companies attending to see the group projects that you all have built. We are going to help however we can over the next few weeks to get the team project apps in shape for that.

Was busy this weekend with work so didn't get to make as many changes as I would've liked.

This is a great submission but hope you are able to circle back and apply the feedback and perhaps push forward this as time allows.