-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Android Bootcamp] TwitterClient Redux review #1
Comments
👍 excellent work Vibhor! 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. |
Glad you are looking for more feedback. There's always a lot of things you can do to improve the app. The closer you get to the real twitter the app the more you will learn by a fairly substantial margin. The truth of mobile is the "hard" part is all in the details of the UI polish and the custom (non-standard stuff). You have already gotten great learnings from this assignment. You should focus your energy now on the group project. But one thing you might find as an interesting exercise is to swap the tabs for a ViewPager and try the PagerSlidingTabStrip to achieve swipe-able views that feel more like the way twitter tabs work. |
Pls reviw my submission for Week 4 assignment - TwitterClient Redux. I have added README.md. /cc @nesquena @timothy1ee
Hours spent :
I have spent around 10-12 hours on this assignment, spending most time in making app look twitter branded with closer colors, icons, look n feel, and behavior
Notes:
Required Features Completed :
User can view their home timeline tweets.
User can view the recent mentions of their username.
User can scroll to bottom of either of these lists and new tweets will load ("infinite scroll")
User can see picture, tagline, # of followers, # of following, and tweets on their profile.
User can see picture, tagline, # of followers, # of following, and tweets of clicked user.
Profile view should include that user's timeline
Optional features completed :
The user that wrote the original tweet is automatically "@" replied in compose
The text was updated successfully, but these errors were encountered: