4. ProgressDialog can be freely configured to use a Drawable class to display as its progress bar.
Correct Answer : Get Lastest Questions and Answer : Explanation: Progress dialogs are very commonly used components in all User Interfaces, when you want to display the progress of a task that is taking up a lot of time, for example a file or an Image download. In this tutorial will create a ProgressDialog to let the user know the progress and a status of a simulated Image download activity. We will demonstrate both the Ring and the Bar style of the ProgressDialog component, as well as the use of special tools like Handler to update the value ( progress...) of the bar format.
Question : Which of these is the correct function of Traceview?
1. Displays a graphical task execution log.
2. Displays graphically a memory acquisition and release log
Correct Answer : Get Lastest Questions and Answer : Explanation: Traceview is a graphical viewer for execution logs saved by your application. Traceview can help you debug your application and profile its performance.
Question : Which function is not supported by the "android" command?
1. The SDK Update function
2. Functions to create and edit an Android Virtual Device (AVD)
1. The activity being launched is already running in the current task, then instead of launching a new instanceof that activity, all of the other activities on top of it will be closed and this Intent will be delivered to the (nowon top) old activity as a new Intent.
2. Any existing task that would be associated with the activity to be cleared before the activity is started.