yeyus / AndroidCourse-InstagramClient

Simple Instagram viewer for Android
0 stars 0 forks source link

[Android Bootcamp] Project 1: Instagram Viewer - Ready for Review #1

Open yeyus opened 9 years ago

yeyus commented 9 years ago

My app is complete, pls review. /cc @codepathreview @codepath

Question: Is there an easy way to implement sticky photo headers a-la-instagram?

nesquena commented 9 years ago

:+1: Looks nice overall. Great to see you cleaned up the UI and made it look more like real instagram and added a comments view!

I have provided a detailed Project 1 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. You should consider going back and implementing applicable feedback as well. Keep in mind that one of the most important parts of Android development is learning the correct patterns and conventions.

Hopefully this has given you a first sense of the RelativeLayout which is a very powerful layout system, probably one of the best responsive-first layout systems available across web and mobile platforms. This project also incorporates first introductions to basic networking, image loading and more complex feeds.

I would encourage you to also spend more time in future assignments improving the UI / UX as well by reviewing examples of good UI design.

The next assignment will build on top of the first concepts introduced here and will introduce several new topics.

If you have any particular questions about the assignment in general or on any of the feedback, feel free to reply here or email me directly.

Question: Is there an easy way to implement sticky photo headers a-la-instagram?

There's third party libraries like this one to make it easier but it's not built in to Android.