Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Which of the following statement is correct? Select one: a. Log.w(SEHH3165,Check point1); b. import android.os.Bundle; c. textView2.getText(Android is cool); d. Package com.abc.sehh3165; e. button a

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Which of the following statement is correct? Select one: a. Log.w("SEHH3165","Check point1"); b. import android.os.Bundle; c. textView2.getText("Android is cool"); d. Package com.abc.sehh3165; e. button a = findViewById(R.drawable.icon); Which of the following correct about Calendar in Android Studio? Select one: a. The data type of 'year = c.get(Calendar. YEAR)' is integer where c is an object of Calendar b. It is a variable C. An instance can be created and use diff()method to find days difference d. The month value of Calendar.MONTH ranges from 1 12 Which of the following is correct about activity? Select one: a. Stack concept is employed b. protected void onResume() is one the functions C. When writing java, pause, stop and kill states statements can be written in MainActivity.java d. Activity state changes when MainActivity.java has statement overriding Which one is correct about Toast statement? Select one: a. If it is used in MainActivity.java, the context is set to 'this' b. The duration can be either Duration.LENGTH_LONG or Duration.LENGTH_SHORT c. Toast.showText(...) is the way of usage The method 'display' must be used in order to see the Toast

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database 101

Authors: Guy Kawasaki

1st Edition

0938151525, 978-0938151524

More Books

Students also viewed these Databases questions

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago