IS4 PM_2025 – Telegram
IS4 PM_2025
736 subscribers
724 photos
47 videos
1.15K files
308 links
Download Telegram
When the user clicks on an action item in the action bar, which of the following Activity
methods does the system call?
Anonymous Quiz
42%
onOptionsItemSelected()
14%
onActionButtonSelected()
11%
onActionBarItemSelected()
33%
onOptionsItemClicked()
Gradle is the build system used in Android Studio. It builds, tests, runs, and packages your
apps.
Anonymous Quiz
33%
False
67%
True
To use the material design features of Android 5.0, you should set the
android:targetSdkVersion attribute to 20 in your application’s build.gradle file.
Anonymous Quiz
58%
False
42%
True
IS4 PM_2025
Photo
What is the second layer from top called in the following diagram of Android’s Architecture
Anonymous Quiz
70%
Application framework.
8%
Linux kernel.
13%
Android runtime.
10%
Applications layer.
Consider the following code :
@Override
public void onCreateContextMenu(ContextMenu menu, View v,
ContextMenuInfo menuInfo) {
super.onCreateContextMenu(menu, v, menuInfo);
menu.setHeaderTitle("Menu");
AdapterContextMenuInfo cmi = (AdapterContextMenuInfo) menuInfo;
menu.add(1, cmi.position, 0, "Open file");
menu.add(2, cmi.position, 0, "Save file");
}
Flutter developed by:-
Anonymous Quiz
5%
Oracle
5%
Microsoft
3%
IBM
87%
Google
The first alpha version of flutter was released in
Anonymous Quiz
84%
2017
5%
2018
11%
2019
0%
2020
Flutter is not a language; It's an SDK
Anonymous Quiz
82%
True
18%
False
A widget that allows us to refresh the screen is called
Anonymous Quiz
8%
StatelessWidget
77%
StatefulWidget
3%
StateleastWidget
13%
All of above
Which of the following are the advantages of flutter
Anonymous Quiz
8%
Cross platform development
11%
Minimal code
5%
Faster development
76%
All of above
Which function is responsible for starting the program?
Anonymous Quiz
18%
runApp()
74%
main()
3%
run()
5%
flutter()
Flutter apps can run in :-
Anonymous Quiz
3%
IOS
5%
Android
90%
All of above
3%
Non of above