Categories
|
Test: First Android Program via XML Layout Using Eclipse and the Android plugin 5. Which import statement would you most likely see in an Android application?
Results Congratulations! Correct Answer. You Answered: None. If you took the test, your answer will show up here. Correct Answer: import android.app.Activity; Explanation All the choices include valid classes from the Android SDK. However, Activity class is subclassed in an Android application to make a new activity which simply does some work or even creates some user interface.Take the Test Take the complete test on this topic. You will be able to review answers to questions and get a test score.
Take the Test
Question 5 of 6
Test is Based on this Article
This is a simple first application constructed for Google Phone using Android platform. This hello world application is explained in detail.
|
Test your knowledge on the basics of developing an Android program.
|
|
More Articles With Similar Tags
|
This article gives some quick pointers on how to start debugging an Android application, along with where to put the breakpoints and how to change the emulator sizes from within Eclipse.
|
This article talks about the basics of the browser (including the user agent string) used in the Android platform.
|
This article talks about various aspects of creating an SQLite database. It also uses Android SQLite shell as an example.
|
This article explains how to get pretty / nice output from the SQLite command line shell program.
|
See the images of various skins and screens of Android emulator with games (Lunar Lander and Snake) in them. Also shows how to change the skins of Android emulator while debugging your program.
|
|
|
|
|