Question: 1.Content provider enable the application to access data from other applications. a.True b.False 2._____________ method is called when activity no longer visible to user. a.onResumed
1.Content provider enable the application to access data from other applications.
a.True
b.False
2._____________ method is called when activity no longer visible to user.
a.onResumed
b.onRestart
c.onStop
d.onPause
3.Minimum SDK should always be more than Target SDK in order to launch an application
a.True
b.False
4.Mr.Ahmed has developed an application and now he is going to test user interface,which testing type he will perform
a.JUnint
b.Espresso
c.Debugging
d.None of thes
5.Which of the following lines of code starts Activity 2 from current Activity, Activity 1?
a.Intent intent=new Intent(new Activity2());
b.Intent intent=new Intent(this,new Activity2());
c.Intent intent=new Intent (Activity1.class,Activity2.class);
d.Intent intent=new Intent(this,Activity2.class);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
