Open codepathreview opened 5 years ago
<img src="https://media.giphy.com/media/xTiTnGeUsWOEwsGoG4/giphy.gif", width=200 />
Looks like you did not link your gif walkthrough for this assignment or it is not rendering (animating) properly when viewed in the README 😬. The gif helps us to make sure we don't miss any required or optional stories you have completed.
Render your gif: Once you have uploaded your gif to a site like imgur you can render it using the following syntax.
<a href="/course_images/android_university/%22my_gif_address.gif%22" target="_blank"><img src='/course_images/android_university/%22my_gif_address.gif%22' title='gif_description' width='' alt='gif_description' /></a>
or
<img src="my_gif_address.gif", width=400 />
Make sure all you have completed the following steps to completing your README:
[x]
Your assignment is incomplete until the README and gif is complete. Once completed, please push your updates and submit your assignment again so we can regrade it.
Still confused about how to properly submit your assignment? Check out the Submitting Assignments for detailed instructions.
Whenever you make updates to your project that require re-grading, you need to re-submit your project using the submit button on the associated assignment page in the course portal. This will flag your project as “updated” on our end and we know to re-grade.
You should re-submit your assignment anytime you:
Looks like you are missing the following required user story:
Your assignment is incomplete until all the required user stories are complete. Once completed, please push your updates, update your README, update your gif and submit your assignment again using the submit button on the appropriate assignment page so we can regrade it.
Whenever you make updates to your project that require re-grading, you need to re-submit your project using the submit button on the associated assignment page in the course portal. This will flag your project as “updated” on our end and we know to re-grade.
You should re-submit your assignment anytime you:
:+1: One of the most important parts of these projects is that you add additional features and tweak the UI / UX because that will provide many more learning opportunities. I would encourage you to complete the projects each week with required stories early and then spend time adding your own UI elements and experimenting with optional extensions that will improve the user experience.
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.
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.
If you have any particular questions about the assignment in general or on any of the feedback, post on the discussion forum or email us at support@codepath.org.