udacity / AdvancedAndroid_TeaTime

115 stars 307 forks source link

Move gradle dependencies to one of the first steps #6

Open victoraldir opened 7 years ago

victoraldir commented 7 years ago

Hi guys, just a matter of suggestion I would recommend bring steps like add resource gradle dependency to one of the first TODO steps. The reason I am saying that is because for those not familiar with the IDE or even are not that good yet at predicting problems, walking along the steps with sintax problems popping up your code is not cool.

For instance exercise 4:

https://github.com/udacity/AdvancedAndroid_TeaTime/tree/TESP.04-Exercise-AddIdlingResourceMenuActivityTest

You can't get your code compiled at step 3 and 4 until your reach the step 9.

I know that is a very silly situation, but let's think as very beginner person.