Mad Oral
Mad Oral
Mad Oral
6) What is emulator?
The Android Emulator simulates Android devices on your computer so that you can
test your application on a variety of devices and Android API levels without
needing to have each physical device.
12) What are different types of UI compents(Textview, Edit text, button, progress
bar)?
TextView: A TextView displays text to the user and optionally allows them to edit
it.
EditText: A EditText is an overlay over TextView that configures itself to be
editable.
Button: A Button is a Push-button which can be pressed, or clicked, by the user to
perform an action.
ProgressBar: It is used to display the status of work being done like analyzing
status of work or downloading a file, etc.