Open aphexcx opened 10 years ago
:+1: nice work overall Afik. Definitely appreciate the little touches you added! A few notes after checking out the code:
Tweet
and User
. See the persistence guide and this other guide for more details.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.
Thanks for the feedback! I really do feel more and more powerful with each assignment.
I just added pull to refresh and fixed a nasty bug I noticed with the endless scroller caused by not encapsulating the tweet loading functionality into a single function. Would love your feedback on that and if there's anything else I can improve.
Thanks for the feedback! I really do feel more and more powerful with each assignment.
Yep, the next should be fairly satisfying as we are going to push this twitter client to the next level and learn about how to use fragments properly.
I just added pull to refresh and fixed a nasty bug I noticed with the endless scroller caused by not encapsulating the tweet loading functionality into a single function. Would love your feedback on that and if there's anything else I can improve.
Ah yeah, I'm glad you fixed that issue with endless scroll! And great to see you were able to use that library for the refresh. Your twitter client is coming together.
I've just committed the rough first iteration of the required user stories for phase 2! I have to step out for dinner, but I'll be back on later tonight to finish up more optional user stories. I'll post updates as i do! @nesquena
:+1: nice work overall although definitely bare as you mentioned. A few notes after checking out the code:
Tweet
and User
. See the persistence guide and this other guide for more details.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.
@nesquena @timothy1ee
Here are the required user stories before the required submission deadline. I will implement more optional user stories as I complete them.
Primary user stories took me 8-10 hours to complete. Gotchas I ran into:
Extra stuff I threw in (as of now):
More to come!