yongish / MySimpleTweetsOld

MIT License
0 stars 0 forks source link

submit #1

Open yongish opened 8 years ago

yongish commented 8 years ago

Please review /cc @codepathreview @codepath

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.

yongish commented 8 years ago

Thanks for the feedback. I was trying to create a Recycler View within the DetailActivity to display a list of images, but could not get the images to display. Do you happen to have tips on how to debug this?

https://github.com/yongish/MySimpleTweets/blob/master/app/src/main/res/layout/activity_detail.xml https://github.com/yongish/MySimpleTweets/blob/master/app/src/main/res/layout/item_tweet.xml https://github.com/yongish/MySimpleTweets/blob/master/app/src/main/java/com/codepath/apps/mysimpletweets/adapters/MediaAdapter.java https://github.com/yongish/MySimpleTweets/blob/267949f3e2146d731dbe5fdff79a04dbcb8ace3c/app/src/main/java/com/codepath/apps/mysimpletweets/models/Media.java