Do you know that you can access more real exam questions via Premium Access? ()
If your Android application creates a SQLite database, which of the following is the default directory to save this database file?
Answer : C
To add a Google map to an Android app, you should to use map fragments.
Answer : B
Google Maps allows web sites, mobile apps and other media to connect to its database and import it in JSON format. This web connection between Google maps database and mobile applications are done through https connections and using an API key.
Answer : B
Which of the below choices is the best answer to fill the empty space in the following sentence? If you want to give all text widgets in an app the same format such as font color, font size, and font family, you should add the style attribute to the TextView XML tags in layout file and set the attribute value to the same style name. You should define that style by adding a new style tag "style name-style_name" inside...............................
Answer : C
The following image includes Android code for a WebView widget (ID: MyWebView) to work as a web browser for the URL: http://www.androidatc.com. When you run this code, the app does not open the www.androidatc.com web site. Which step is still missing to open this web site through this app?
Answer : C