sukeban / TwitterClient

An example Twitter client for the CodePath exercise #3
0 stars 0 forks source link

Project #4 completed - more or less #1

Closed sukeban closed 9 years ago

sukeban commented 9 years ago

Hey @nesquena and @thecodepath my app is completed please review. I would like to do more to it, but realistically I won't have time. The next simple thing would be to add the pull to refresh option. Perhaps by using one of these libraries http://www.tutecentral.com/android-pull-to-refresh/ , https://github.com/johannilsson/android-pulltorefresh.

nesquena commented 9 years ago

The next simple thing would be to add the pull to refresh option.

Check out this guide for pull to refresh. It's actually built-in now to support library.

nesquena commented 9 years ago

Congrats on completing the third project and nice to see you were able to include a few optionals! :+1: Nice work overall. I have provided 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, Models, Authentication, API Communication, Preferences, ActionBar, et al) and see how they all fit together.