dipTech / AndroidDev

code path android dev
Other
0 stars 0 forks source link

Android Bootcamp - Sunnyvale [Dipankar's Tip Calculator] #3

Open dipankar14 opened 10 years ago

dipankar14 commented 10 years ago

/cc @nesquena @timothy1ee

I didn't get exactly what to do for "Experiment with trying input widgets to replace the buttons and/or textviews" ? Also, I have to make the look and feel much better.

Thanks Dipankar Bhattacharyya

vibhorB commented 10 years ago

Hi Dipankar

"Experiment with trying input widgets to replace the buttons and/or textviews" means you can try to use new widgets like Spinner, Seekbar etc in your app if you want to explore more.

Also can you pls review the Submitting assignment guide - https://canvas.instructure.com/courses/808679/pages/submitting-assignments?module_item_id=5210068 and make sure you have a GIF file in README?

Let us know once you have the assignment ready for review.

Thanks Vibhor

dipankar14 commented 10 years ago

I changed the gif addition as Tip Calculator Demo

but it is not starting the animation, I have to click the link to view it.

vibhorB commented 10 years ago

:+1: Great work Dipankar. A few notes after checking out the code:

One of the most important part 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 push the projects each week, continue adding your own UI elements and experimenting with optional features that improve the user experience.

We have provided a detailed Project 1 Feedback Guide here which covers the most common points we see for this project. Read through the feedback guide point-by-point to determine other ways 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 better sense of working with views and the RelativeLayout which is a very powerful layout system, probably one of the best responsive-first layout systems available across web and mobile platforms. The next assignment will build on top of the first concepts introduced here and will also introduce networking, api use, handling remote images and navigating between activities.

If you have any particular questions about the assignment in general or on any of the feedback, feel free to reply here or or email us support@thecodepath.com.

P.S. Good to see you properly added the readme with features and screenshots to your project as described in the submitting assignments guide!