优达学城 Android 开发入门 茶杯挑战 答案

因为中英文差异,做题的时候部分问题有些摸不着头脑,故答完之后贴上答案,如果有实在做不出的小伙伴可以参考一下。


1: If I want to show a picture on my phone,what XML element should I use?
ImageView

2: android:layout_width,android:text,android:src are all examples of what?
attributes

3: Write the sentence "I like practice sets the best"int Camelcase.
ILikePracticeSetsTheBest

4: RelativeLayout and LinearLayout are Known as what?
ViewGroup

5: I always need to blank and blank my tags?
Open
Close

6: what are the names of two instructors?
Kunal and Katherine

7: which line has an XML error on it?
21

8: What is the width of the TextView?
350dp

9: Complete the code to position the button?
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"

10: Assume you are using the XML to left and you have a screen that is 600dp tall,what is the height of the "ChaiTea" TextView?
100dp

11: Who am I making this cup of coffee for?
Kagure Kabue


也许你正在考虑购买纳米学位课程。如果你有需要,可以使用这个邀请码,它可以减免300元的课程费用。thx
http://cn.udacity.com/referral-invitation/?referral_recipient_amount_off=300&referral_recipient_coupon_code=2A119BC2

猜你喜欢

转载自blog.csdn.net/tomoya_chen/article/details/72808735