IST236Test1 Flashcards
In which year did Google purchase the company Android, Inc.?
2005
What is the one-time cost for a developer’s account at the Android Market?
$25
When you post an Android app at the Android Market, what percentage of the app price does the developer keep?
70%
How much is Amazon’s annual fee for a developer’s account?
$99
Which three manufacturers’ operating systems can be used to program an Android app?
Windows, Mac, Linux
Which two languages are used in creating an Android app in Eclipse?
Java and XML
What would be the recommended package name if your domain was karencodeworld.net and your project name was AndroidMap?
net.karencodeworld.AndroidMap
Name three widgets mentioned in this chapter.
TextView, Button, CheckBox controls
What is the name of the widget that was used in the Hello Android World app?
TextView control
Which two key combinations can you press to execute an Android app in Eclipse?
Ctrl+F11 in Windows and Command+Shift+F11 on Mac
Which Android version is Ice Cream Sandwich?
4.0
If you were creating an app in many different languages, would you have to write the entire program from scratch for each language?
no
What part of the program in question 1 would stay the same?
What part of the program would be different?
Java code, You would have unique XML layout files, one for each language.
In which subfolder in the Package Explorer are the XML files stored?
Layout
Which three controls were used in the chapter project? (ch2)
TextView, ImageView, Button
What is the difference between Linear layout and Relative layout?
Linear layout arranges components in a vertical column or horizontal row. Relative layout arranges them in relation to each other.
Is the default layout for an Android screen Linear or Relative?
Linear
Which measurement is most preferred for text size?
Why?
sp, If a user has set up an Android phone to display a large font size for more clarity, the font in the app will be scaled to meet the user’s size preference.
What does px stand for?
Pixels