Open sonnytron opened 8 years ago
Decent submission but try to add more optional features if you get time. A few notes after checking out the code:
ViewPager
to properly setup the tabs!ActiveAndroid
in the model objects. See the persistence guide and this other guide for more details.onLoadMore
could call an abstract method which is defined separately in the extended class. This approach could be used to move almost all the logic into the base except for certain key abstract methods.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, we are going to have a public 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.
CC: @codepathreview @codepath
I have attached my completed Project 4.
A few notes to graders:
This weekend I had to deliver my dog out of town. It took a lot of time Saturday, so my UI still doesn't have a clean interface or proper colors.
I hit the required stories, but I had some issues with the Twitter API some times not returning results during pagination. But my pagination worked fine last week. I think they are throttling results more.
If you view my code, you can see that I set proper catches if the "max_id" isn't set.