Skip to content
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] Week 3 Project: Simple Twitter Client - Ready for review #1

Open
shrikant0013 opened this issue Feb 22, 2016 · 2 comments

Comments

@shrikant0013
Copy link
Owner

Please review the project. /cc @codepathreview @codepath

@codepathreview
Copy link

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

  • Good layout, proper view naming, usage of sp/dp, margin and relative placement rules
  • Good use of string resources for text values
  • Consider adding better input validation and user feedback if values are invalid or empty
  • Consider adding progress bars to your app whenever a network request goes out
  • Consider including a check to see if internet is available to detect any network failures. Show an approrpiate message in case of failure.
  • Good to see you were able to format the timestamp cleanly
  • Nice to see you used the SwipeRefreshLayout for easy timeline refreshes
  • Good to see you added the tweet to the home timeline after you posted new on compose
  • Nice touch with the character count being displayed while the user composes a tweet
  • Glad to see you made the compose activity into a dialog instead
  • Good to see you added ActiveAndroid annotations to the models

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.

@shrikant0013
Copy link
Owner Author

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants