安卓复习(Android review).docVIP

  • 16
  • 0
  • 约5.29千字
  • 约 11页
  • 2017-10-06 发布于河南
  • 举报
安卓复习(Android review)

安卓复习(Android review) 1, what is Android based operating system? () A, Java, B, UNIX, C, windows, D, Linux 2, which of the following brands of mobile phones is definitely not the Android operating system? A, HTC, B, moto, C, Nokia, D, apple 3, ROM refers to the mobile phone? () A run memory, B storage memory, C audio chip, D memory card What do you mean by 4 and WIFI? () A a technology that connects personal computers, mobile phones, and other terminals to each other in wired mode B, a technology that connects personal computers, mobile phones and other terminals wirelessly C mobile wireless network D Unicoms wireless network 5, to set a TextView red font, which of the following should be used? () A setTextColor (0xffff0000); B setColor (0xffff0000) C setTextColor (0xffff0000), D setColor (red) 6, in Activity, you need to find a ID that is the TextView component of book. Which of the following statements is correct? () TextView TV = findViewById (R.id.book); TextView TV = (TextView) findViewById (R.id.code); TextView TV = (TextView) findViewById (R.id.book); TextView TV = (TextView) findViewById (R.string.book); 7, if the android:layout_height attribute value of a TextView is set to wrap_content, then which component will be the following display? The width of this text field fills the parent container width The width of the text field occupies only the actual width of the component The height of this text field fills the parent container height The height of the text field occupies only the actual height of the component 8. Which of the following can be used as the tooltip for the EditText edit box? A android:inputType B android:text C android:digits D android:hint 9, Android, the following belongs to the role of Intent is () A implements data sharing between applications B is a life cycle, no interface program, you can keep the application running in the background, and will not disappear because of switching pages C enables switching between interfaces, including

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档