A developer can create a custom view by extending class Activity.

Correct Answer for the Question – A developer can create a custom view by extending class Activity. is given below A developer can create a custom view by extending class Activity.References: TRUE FALSE Correct Answer The Correct Answer for this Question is FALSE Explanation The Question – A developer can create a custom view by extending … Read more

AppCompayActivity is the base class for activities that use action bar features of the support library?

Correct Answer for the Question – AppCompayActivity is the base class for activities that use action bar features of the support library? is given below AppCompayActivity is the base class for activities that use action bar features of the support library?AppCompayActivity is the base class for activities that use the support library action bar features.References:http://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html TRUE … Read more

An AsyncTask can be cancelled anytime from any thread.

Correct Answer for the Question – An AsyncTask can be cancelled anytime from any thread. is given below An AsyncTask can be cancelled anytime from any thread.A task can be cancelled at any time by invoking cancel(boolean).References:http://developer.android.com/reference/android/os/AsyncTask.html TRUE FALSE Correct Answer The Correct Answer for this Question is TRUE Explanation The Question – An AsyncTask can … Read more

Javascript is enabled by default in a WebView

Correct Answer for the Question – Javascript is enabled by default in a WebView is given below Javascript is enabled by default in a WebViewIf the web page you plan to load in your WebView use JavaScript, you must enable JavaScript for your WebView.References:http://developer.android.com/guide/webapps/webview.html TRUE FALSE Correct Answer The Correct Answer for this Question is FALSE … Read more