(Midterms) Mobile Systems and Technologies Mocktest BSIT 604
(Midterms) Mobile Systems and Technologies Mocktest BSIT 604
54 questions • 17 d agoQuestion list
1
Activity
2
Main Activity
3
Activity life cycle
4
onCreate()
5
onStart()
6
onResume()
7
onPause()
8
onStop()
9
onDestroy()
10
onRestart()
11
Back stack
12
It represents a single screen in the app where the user can perform a single focused task such as sending an e-mail. It is usually presented to the user as a full-screen window.
13
Target activity
14
Intent data/object
15
Intent extras
16
Intent flags
17
Explicit and Implicit
18
Explicit Intent
19
Implicit intent
20
android:onClick="LaunchActivity"
21
Intent intent = new Intent(this, Main2Activity.class);
22
Layout
23
View
24
ViewGroup
25
Declare UI elements in XML
26
Instantiate layout elements at runtime
27
Button myButton = (Button) findViewById(R.id.my_button);
28
TextView myText = new TextView(this); myText.setText("Display this text!");
29
Context
30
width and height
31
wrap_content
32
match_parent
33
Constraint Layout
34
Linear Layout
35
Relative Layout
36
Web View
37
Frame Layout
38
Table Layout
39
Grid Layout
40
<LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <Button ... /> <TextView ... /> <Button ... /> </LinearLayout>
41
LinearLayout linearL = new LinearLayout(this); linearL.setOrientation(LinearLayout.VERTICAL); TextView myText = new TextView(this); myText.setText("Display this text!"); linearL.addView(myText); setContentView(linearL);
42
Notification
43
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, CHANNEL_ID) .setSmallIcon(R.drawable.notification_icon) .setContentTitle(textTitle) .setContentText(textContent) .setPriority(NotificationCompat.PRIORITY_DEFAULT);
44
Notification drawer
45
App bar/Action bar
46
It provides simple feedback about an operation in a small popup.
47
Toolbar myToolbar = (Toolbar) findViewById(R.id.my_toolbar); setSupportActionBar(myToolbar);
48
Toast
49
Context context = getApplicationContext(); CharSequence text = "Hello toast!"; int duration = Toast.LENGTH_SHORT; Toast toast = Toast.makeText(context, text, duration);
50
Snackbar
51
Snackbar mySnackbar = Snackbar.make(view, stringId, duration); mySnackbar.show(); //or Snackbar.make(view, stringId, duration).show();
52
Dialog
53
AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); builder.setMessage(R.string.dialog_message) .setTitle(R.string.dialog_title); AlertDialog dialog = builder.create();
54
Menu
The Contemporary World Mock test (Prelims)
The Contemporary World Mock test (Prelims)
Xai Alexandrei Delos Reyes · 58 questions · 2 y agoThe Contemporary World Mock test (Prelims)
The Contemporary World Mock test (Prelims)
58 questions • 2 y agoComputing Mock test (Prelims)
Computing Mock test (Prelims)
Xai Alexandrei Delos Reyes · 67 questions · 2 y agoComputing Mock test (Prelims)
Computing Mock test (Prelims)
67 questions • 2 y agoProgramming Mock Test (Prelims)
Programming Mock Test (Prelims)
Xai Alexandrei Delos Reyes · 64 questions · 2 y agoProgramming Mock Test (Prelims)
Programming Mock Test (Prelims)
64 questions • 2 y agoEntrepreneurship Mock Test (Prelims)
Entrepreneurship Mock Test (Prelims)
Xai Alexandrei Delos Reyes · 23 questions · 2 y agoEntrepreneurship Mock Test (Prelims)
Entrepreneurship Mock Test (Prelims)
23 questions • 2 y agoComputing Mock Test (Midterms) BSIT 107
Computing Mock Test (Midterms) BSIT 107
Xai Alexandrei Delos Reyes · 76 questions · 2 y agoComputing Mock Test (Midterms) BSIT 107
Computing Mock Test (Midterms) BSIT 107
76 questions • 2 y agoMath Mock Test (Prelims)
Math Mock Test (Prelims)
Xai Alexandrei Delos Reyes · 48 questions · 2 y agoMath Mock Test (Prelims)
Math Mock Test (Prelims)
48 questions • 2 y agoProgramming Mock Test (Midterms) BSIT 107
Programming Mock Test (Midterms) BSIT 107
Xai Alexandrei Delos Reyes · 52 questions · 2 y agoProgramming Mock Test (Midterms) BSIT 107
Programming Mock Test (Midterms) BSIT 107
52 questions • 2 y agoUTS Mock Test (Midterms) BSIT107
UTS Mock Test (Midterms) BSIT107
Xai Alexandrei Delos Reyes · 40 questions · 2 y agoUTS Mock Test (Midterms) BSIT107
UTS Mock Test (Midterms) BSIT107
40 questions • 2 y agoEntrepreneurship Mock Test (Midterms) BSIT 107
Entrepreneurship Mock Test (Midterms) BSIT 107
Xai Alexandrei Delos Reyes · 38 questions · 2 y agoEntrepreneurship Mock Test (Midterms) BSIT 107
Entrepreneurship Mock Test (Midterms) BSIT 107
38 questions • 2 y agoContemporary World Mock Test (Midterms) BSIT 107
Contemporary World Mock Test (Midterms) BSIT 107
Xai Alexandrei Delos Reyes · 28 questions · 2 y agoContemporary World Mock Test (Midterms) BSIT 107
Contemporary World Mock Test (Midterms) BSIT 107
28 questions • 2 y agoMath Mocktest (Midterms) BSIT 107
Math Mocktest (Midterms) BSIT 107
Xai Alexandrei Delos Reyes · 24 questions · 2 y agoMath Mocktest (Midterms) BSIT 107
Math Mocktest (Midterms) BSIT 107
24 questions • 2 y agoComputer Programming Mocktest (Pre-finals)
Computer Programming Mocktest (Pre-finals)
Xai Alexandrei Delos Reyes · 26 questions · 2 y agoComputer Programming Mocktest (Pre-finals)
Computer Programming Mocktest (Pre-finals)
26 questions • 2 y agoMath Mocktest (Pre-Finals)
Math Mocktest (Pre-Finals)
Xai Alexandrei Delos Reyes · 19 questions · 2 y agoMath Mocktest (Pre-Finals)
Math Mocktest (Pre-Finals)
19 questions • 2 y agoComputing Mock Test (Pre-finals)
Computing Mock Test (Pre-finals)
Xai Alexandrei Delos Reyes · 36 questions · 2 y agoComputing Mock Test (Pre-finals)
Computing Mock Test (Pre-finals)
36 questions • 2 y agoComputing Mock Test Finals
Computing Mock Test Finals
Xai Alexandrei Delos Reyes · 26 questions · 2 y agoComputing Mock Test Finals
Computing Mock Test Finals
26 questions • 2 y agoComprog 2nd sem (prelims) BSIT 205
Comprog 2nd sem (prelims) BSIT 205
Xai Alexandrei Delos Reyes · 63 questions · 2 y agoComprog 2nd sem (prelims) BSIT 205
Comprog 2nd sem (prelims) BSIT 205
63 questions • 2 y agoDiscrete Math 2nd sem (prelims) BSIT 205
Discrete Math 2nd sem (prelims) BSIT 205
Xai Alexandrei Delos Reyes · 36 questions · 2 y agoDiscrete Math 2nd sem (prelims) BSIT 205
Discrete Math 2nd sem (prelims) BSIT 205
36 questions • 2 y agoArt Appreciation (Prelim) BSIT 205
Art Appreciation (Prelim) BSIT 205
Xai Alexandrei Delos Reyes · 56 questions · 2 y agoArt Appreciation (Prelim) BSIT 205
Art Appreciation (Prelim) BSIT 205
56 questions • 2 y agoEthics 2nd sem (Prelims) BSIT 205
Ethics 2nd sem (Prelims) BSIT 205
Xai Alexandrei Delos Reyes · 45 questions · 2 y agoEthics 2nd sem (Prelims) BSIT 205
Ethics 2nd sem (Prelims) BSIT 205
45 questions • 2 y agoSTS 2nd Sem (Prelim) BSIT 205
STS 2nd Sem (Prelim) BSIT 205
Xai Alexandrei Delos Reyes · 40 questions · 2 y agoSTS 2nd Sem (Prelim) BSIT 205
STS 2nd Sem (Prelim) BSIT 205
40 questions • 2 y agoSystems Administration 2nd sem (Prelims) BSIT 205
Systems Administration 2nd sem (Prelims) BSIT 205
Xai Alexandrei Delos Reyes · 72 questions · 2 y agoSystems Administration 2nd sem (Prelims) BSIT 205
Systems Administration 2nd sem (Prelims) BSIT 205
72 questions • 2 y agoDiscrete Mathematics (Midterms) BSIT 205
Discrete Mathematics (Midterms) BSIT 205
Xai Alexandrei Delos Reyes · 52 questions · 1 y agoDiscrete Mathematics (Midterms) BSIT 205
Discrete Mathematics (Midterms) BSIT 205
52 questions • 1 y agoArt Appreciation (Midterm) BSIT 205
Art Appreciation (Midterm) BSIT 205
Xai Alexandrei Delos Reyes · 56 questions · 1 y agoArt Appreciation (Midterm) BSIT 205
Art Appreciation (Midterm) BSIT 205
56 questions • 1 y agoEthics Mocktest (Midterms) BSIT205
Ethics Mocktest (Midterms) BSIT205
Xai Alexandrei Delos Reyes · 29 questions · 1 y agoEthics Mocktest (Midterms) BSIT205
Ethics Mocktest (Midterms) BSIT205
29 questions • 1 y agoComprog Mocktest (Midterm) BSIT 205
Comprog Mocktest (Midterm) BSIT 205
Xai Alexandrei Delos Reyes · 61 questions · 1 y agoComprog Mocktest (Midterm) BSIT 205
Comprog Mocktest (Midterm) BSIT 205
61 questions • 1 y agoSystem Administration Mocktest (Midterms) BSIT 205
System Administration Mocktest (Midterms) BSIT 205
Xai Alexandrei Delos Reyes · 65 questions · 1 y agoSystem Administration Mocktest (Midterms) BSIT 205
System Administration Mocktest (Midterms) BSIT 205
65 questions • 1 y agoMath Mocktest (Pre-finals) BSIT 205
Math Mocktest (Pre-finals) BSIT 205
Xai Alexandrei Delos Reyes · 49 questions · 1 y agoMath Mocktest (Pre-finals) BSIT 205
Math Mocktest (Pre-finals) BSIT 205
49 questions • 1 y agoArt Appreciation Mocktest (Pre-finals) BSIT 205
Art Appreciation Mocktest (Pre-finals) BSIT 205
Xai Alexandrei Delos Reyes · 66 questions · 1 y agoArt Appreciation Mocktest (Pre-finals) BSIT 205
Art Appreciation Mocktest (Pre-finals) BSIT 205
66 questions • 1 y agoEthics Mocktest (Pre-finals) BSIT 205
Ethics Mocktest (Pre-finals) BSIT 205
Xai Alexandrei Delos Reyes · 50 questions · 1 y agoEthics Mocktest (Pre-finals) BSIT 205
Ethics Mocktest (Pre-finals) BSIT 205
50 questions • 1 y agoComputer Programming Mocktest (Pre-finals) BSIT 205
Computer Programming Mocktest (Pre-finals) BSIT 205
Xai Alexandrei Delos Reyes · 33 questions · 1 y agoComputer Programming Mocktest (Pre-finals) BSIT 205
Computer Programming Mocktest (Pre-finals) BSIT 205
33 questions • 1 y agoSystem Administration (Pre-finals) BSIT 205
System Administration (Pre-finals) BSIT 205
Xai Alexandrei Delos Reyes · 52 questions · 1 y agoSystem Administration (Pre-finals) BSIT 205
System Administration (Pre-finals) BSIT 205
52 questions • 1 y agoArt Appreciation Finals BSIT 205
Art Appreciation Finals BSIT 205
Xai Alexandrei Delos Reyes · 35 questions · 1 y agoArt Appreciation Finals BSIT 205
Art Appreciation Finals BSIT 205
35 questions • 1 y agoData Structures and Algorithms (Mocktest) BSIT 307
Data Structures and Algorithms (Mocktest) BSIT 307
Xai Alexandrei Delos Reyes · 52 questions · 1 y agoData Structures and Algorithms (Mocktest) BSIT 307
Data Structures and Algorithms (Mocktest) BSIT 307
52 questions • 1 y agoObject Oriented Programming Mock Test (Mocktest) BSIT 307
Object Oriented Programming Mock Test (Mocktest) BSIT 307
Xai Alexandrei Delos Reyes · 23 questions · 1 y agoObject Oriented Programming Mock Test (Mocktest) BSIT 307
Object Oriented Programming Mock Test (Mocktest) BSIT 307
23 questions • 1 y agoHuman Computer Interactions Mocktest (Prelims) BSIT 307
Human Computer Interactions Mocktest (Prelims) BSIT 307
Xai Alexandrei Delos Reyes · 58 questions · 1 y agoHuman Computer Interactions Mocktest (Prelims) BSIT 307
Human Computer Interactions Mocktest (Prelims) BSIT 307
58 questions • 1 y agoPrinciples of Communication Mocktest (Prelims) BSIT 307
Principles of Communication Mocktest (Prelims) BSIT 307
Xai Alexandrei Delos Reyes · 37 questions · 1 y agoPrinciples of Communication Mocktest (Prelims) BSIT 307
Principles of Communication Mocktest (Prelims) BSIT 307
37 questions • 1 y agoPrinciples of Communication Mocktest (Midterms) BSIT 307
Principles of Communication Mocktest (Midterms) BSIT 307
Xai Alexandrei Delos Reyes · 29 questions · 1 y agoPrinciples of Communication Mocktest (Midterms) BSIT 307
Principles of Communication Mocktest (Midterms) BSIT 307
29 questions • 1 y agoData Structures and Algorithms Mocktest (Midterm) BSIT 307
Data Structures and Algorithms Mocktest (Midterm) BSIT 307
Xai Alexandrei Delos Reyes · 50 questions · 1 y agoData Structures and Algorithms Mocktest (Midterm) BSIT 307
Data Structures and Algorithms Mocktest (Midterm) BSIT 307
50 questions • 1 y agoObject Oriented Programming Mock Test (Midterm) BSIT 307
Object Oriented Programming Mock Test (Midterm) BSIT 307
Xai Alexandrei Delos Reyes · 13 questions · 1 y agoObject Oriented Programming Mock Test (Midterm) BSIT 307
Object Oriented Programming Mock Test (Midterm) BSIT 307
13 questions • 1 y agoHuman Computer Interactions Mocktest (Midterms) BSIT 307
Human Computer Interactions Mocktest (Midterms) BSIT 307
Xai Alexandrei Delos Reyes · 35 questions · 1 y agoHuman Computer Interactions Mocktest (Midterms) BSIT 307
Human Computer Interactions Mocktest (Midterms) BSIT 307
35 questions • 1 y agoReadings In Philippine History (Midterms) Mocktest
Readings In Philippine History (Midterms) Mocktest
Xai Alexandrei Delos Reyes · 16 questions · 1 y agoReadings In Philippine History (Midterms) Mocktest
Readings In Philippine History (Midterms) Mocktest
16 questions • 1 y agoDiscrete Structures and Algorithms (Midterms) Mocktest
Discrete Structures and Algorithms (Midterms) Mocktest
Xai Alexandrei Delos Reyes · 10 questions · 1 y agoDiscrete Structures and Algorithms (Midterms) Mocktest
Discrete Structures and Algorithms (Midterms) Mocktest
10 questions • 1 y agoPrinciples of Communication (Midterm) Mocktest
Principles of Communication (Midterm) Mocktest
Xai Alexandrei Delos Reyes · 29 questions · 1 y agoPrinciples of Communication (Midterm) Mocktest
Principles of Communication (Midterm) Mocktest
29 questions • 1 y agoTECHNOPRENEURSHIP PRELIMS BSIT 402
TECHNOPRENEURSHIP PRELIMS BSIT 402
Xai Alexandrei Delos Reyes · 74 questions · 1 y agoTECHNOPRENEURSHIP PRELIMS BSIT 402
TECHNOPRENEURSHIP PRELIMS BSIT 402
74 questions • 1 y ago(Prelim) PH Popular Culture Mocktest BSIT 402
(Prelim) PH Popular Culture Mocktest BSIT 402
Xai Alexandrei Delos Reyes · 19 questions · 1 y ago(Prelim) PH Popular Culture Mocktest BSIT 402
(Prelim) PH Popular Culture Mocktest BSIT 402
19 questions • 1 y ago(Prelim) Integrative Programming BSIT 402
(Prelim) Integrative Programming BSIT 402
Xai Alexandrei Delos Reyes · 46 questions · 1 y ago(Prelim) Integrative Programming BSIT 402
(Prelim) Integrative Programming BSIT 402
46 questions • 1 y ago(Prelim) Quantitive Methods Mocktest BSIT 402
(Prelim) Quantitive Methods Mocktest BSIT 402
Xai Alexandrei Delos Reyes · 39 questions · 1 y ago(Prelim) Quantitive Methods Mocktest BSIT 402
(Prelim) Quantitive Methods Mocktest BSIT 402
39 questions • 1 y ago(Prelim) System Integration and Architecture BSIT 402
(Prelim) System Integration and Architecture BSIT 402
Xai Alexandrei Delos Reyes · 29 questions · 1 y ago(Prelim) System Integration and Architecture BSIT 402
(Prelim) System Integration and Architecture BSIT 402
29 questions • 1 y ago(Prelim) Network Technology Mocktest BSIT 402
(Prelim) Network Technology Mocktest BSIT 402
Xai Alexandrei Delos Reyes · 68 questions · 1 y ago(Prelim) Network Technology Mocktest BSIT 402
(Prelim) Network Technology Mocktest BSIT 402
68 questions • 1 y ago(Prelim) Information Management Mocktest BSIT 402
(Prelim) Information Management Mocktest BSIT 402
Xai Alexandrei Delos Reyes · 45 questions · 1 y ago(Prelim) Information Management Mocktest BSIT 402
(Prelim) Information Management Mocktest BSIT 402
45 questions • 1 y ago(Pre-Finals) Quantitative Research Mocktest BSIT 402
(Pre-Finals) Quantitative Research Mocktest BSIT 402
Xai Alexandrei Delos Reyes · 28 questions · 10 mo ago(Pre-Finals) Quantitative Research Mocktest BSIT 402
(Pre-Finals) Quantitative Research Mocktest BSIT 402
28 questions • 10 mo ago(Finals) Information Management Mocktest
(Finals) Information Management Mocktest
Xai Alexandrei Delos Reyes · 64 questions · 9 mo ago(Finals) Information Management Mocktest
(Finals) Information Management Mocktest
64 questions • 9 mo ago(Finals) Philippine Popular Culture Mocktest
(Finals) Philippine Popular Culture Mocktest
Xai Alexandrei Delos Reyes · 46 questions · 9 mo ago(Finals) Philippine Popular Culture Mocktest
(Finals) Philippine Popular Culture Mocktest
46 questions • 9 mo ago(Finals) Integrative Programming Mocktest BSIT 402
(Finals) Integrative Programming Mocktest BSIT 402
Xai Alexandrei Delos Reyes · 24 questions · 9 mo ago(Finals) Integrative Programming Mocktest BSIT 402
(Finals) Integrative Programming Mocktest BSIT 402
24 questions • 9 mo ago(Finals) Network Technology Mocktest BSIT 402
(Finals) Network Technology Mocktest BSIT 402
Xai Alexandrei Delos Reyes · 37 questions · 9 mo ago(Finals) Network Technology Mocktest BSIT 402
(Finals) Network Technology Mocktest BSIT 402
37 questions • 9 mo ago(Finals) Quantitative Methods Mocktest BSIT 402
(Finals) Quantitative Methods Mocktest BSIT 402
Xai Alexandrei Delos Reyes · 18 questions · 9 mo ago(Finals) Quantitative Methods Mocktest BSIT 402
(Finals) Quantitative Methods Mocktest BSIT 402
18 questions • 9 mo agoApplication Development Mocktest (Prelim) BSIT 505
Application Development Mocktest (Prelim) BSIT 505
Xai Alexandrei Delos Reyes · 72 questions · 6 mo agoApplication Development Mocktest (Prelim) BSIT 505
Application Development Mocktest (Prelim) BSIT 505
72 questions • 6 mo agoData and Digital Communication Mocktest (Prelim) BSIT 505
Data and Digital Communication Mocktest (Prelim) BSIT 505
Xai Alexandrei Delos Reyes · 60 questions · 6 mo agoData and Digital Communication Mocktest (Prelim) BSIT 505
Data and Digital Communication Mocktest (Prelim) BSIT 505
60 questions • 6 mo ago(Handout 1 Only!) Advanced Systems Integration and Architecture Mocktest (Prelim) BSIT 505
(Handout 1 Only!) Advanced Systems Integration and Architecture Mocktest (Prelim) BSIT 505
Xai Alexandrei Delos Reyes · 38 questions · 6 mo ago(Handout 1 Only!) Advanced Systems Integration and Architecture Mocktest (Prelim) BSIT 505
(Handout 1 Only!) Advanced Systems Integration and Architecture Mocktest (Prelim) BSIT 505
38 questions • 6 mo agoEnterprise Architecture Mocktest (Prelims) BSIT 505
Enterprise Architecture Mocktest (Prelims) BSIT 505
Xai Alexandrei Delos Reyes · 42 questions · 6 mo agoEnterprise Architecture Mocktest (Prelims) BSIT 505
Enterprise Architecture Mocktest (Prelims) BSIT 505
42 questions • 6 mo agoProfessional Issues in Information Technology Mocktest (Prelims) BSIT 505
Professional Issues in Information Technology Mocktest (Prelims) BSIT 505
Xai Alexandrei Delos Reyes · 44 questions · 6 mo agoProfessional Issues in Information Technology Mocktest (Prelims) BSIT 505
Professional Issues in Information Technology Mocktest (Prelims) BSIT 505
44 questions • 6 mo agoApplication Development Mocktest (Midterm) BSIT 505
Application Development Mocktest (Midterm) BSIT 505
Xai Alexandrei Delos Reyes · 42 questions · 6 mo agoApplication Development Mocktest (Midterm) BSIT 505
Application Development Mocktest (Midterm) BSIT 505
42 questions • 6 mo agoEvent-Driven Programming Mocktest (Midterm) BSIT - 505
Event-Driven Programming Mocktest (Midterm) BSIT - 505
Xai Alexandrei Delos Reyes · 61 questions · 6 mo agoEvent-Driven Programming Mocktest (Midterm) BSIT - 505
Event-Driven Programming Mocktest (Midterm) BSIT - 505
61 questions • 6 mo agoData and Digital Communication Mocktest (Midterm) BSIT - 505
Data and Digital Communication Mocktest (Midterm) BSIT - 505
Xai Alexandrei Delos Reyes · 80 questions · 6 mo agoData and Digital Communication Mocktest (Midterm) BSIT - 505
Data and Digital Communication Mocktest (Midterm) BSIT - 505
80 questions • 6 mo ago(Midterm) Advanced Systems and Integration Architecture BSIT - 505
(Midterm) Advanced Systems and Integration Architecture BSIT - 505
Xai Alexandrei Delos Reyes · 68 questions · 5 mo ago(Midterm) Advanced Systems and Integration Architecture BSIT - 505
(Midterm) Advanced Systems and Integration Architecture BSIT - 505
68 questions • 5 mo ago(Midterm) Advanced Database Systems Mocktest BSIT - 505
(Midterm) Advanced Database Systems Mocktest BSIT - 505
Xai Alexandrei Delos Reyes · 82 questions · 5 mo ago(Midterm) Advanced Database Systems Mocktest BSIT - 505
(Midterm) Advanced Database Systems Mocktest BSIT - 505
82 questions • 5 mo ago(Midterms) Enterprise Architecture Mocktest BSIT 505
(Midterms) Enterprise Architecture Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 69 questions · 5 mo ago(Midterms) Enterprise Architecture Mocktest BSIT 505
(Midterms) Enterprise Architecture Mocktest BSIT 505
69 questions • 5 mo ago(Midterm) Professional Issues in Information Technology BSIT 505
(Midterm) Professional Issues in Information Technology BSIT 505
Xai Alexandrei Delos Reyes · 38 questions · 5 mo ago(Midterm) Professional Issues in Information Technology BSIT 505
(Midterm) Professional Issues in Information Technology BSIT 505
38 questions • 5 mo ago(Pre-Finals)Event-Driven Programming Mocktest BSIT 505
(Pre-Finals)Event-Driven Programming Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 59 questions · 4 mo ago(Pre-Finals)Event-Driven Programming Mocktest BSIT 505
(Pre-Finals)Event-Driven Programming Mocktest BSIT 505
59 questions • 4 mo ago(Pre-finals) Application Development Mocktest BSIT 505
(Pre-finals) Application Development Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 41 questions · 4 mo ago(Pre-finals) Application Development Mocktest BSIT 505
(Pre-finals) Application Development Mocktest BSIT 505
41 questions • 4 mo ago(Pre-Finals) Data and Digital Communication Mocktest BSIT 505
(Pre-Finals) Data and Digital Communication Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 57 questions · 4 mo ago(Pre-Finals) Data and Digital Communication Mocktest BSIT 505
(Pre-Finals) Data and Digital Communication Mocktest BSIT 505
57 questions • 4 mo ago(Pre-Finals) ASIA Mocktest BSIT 505
(Pre-Finals) ASIA Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 44 questions · 4 mo ago(Pre-Finals) ASIA Mocktest BSIT 505
(Pre-Finals) ASIA Mocktest BSIT 505
44 questions • 4 mo ago(Pre-Finals) Advanced Database Systems Mocktest BSIT 505
(Pre-Finals) Advanced Database Systems Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 72 questions · 4 mo ago(Pre-Finals) Advanced Database Systems Mocktest BSIT 505
(Pre-Finals) Advanced Database Systems Mocktest BSIT 505
72 questions • 4 mo ago(Pre-Finals) Enterprise Architecture Mocktest BSIT 505
(Pre-Finals) Enterprise Architecture Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 42 questions · 4 mo ago(Pre-Finals) Enterprise Architecture Mocktest BSIT 505
(Pre-Finals) Enterprise Architecture Mocktest BSIT 505
42 questions • 4 mo ago(Pre-Finals) Professional Issues In Information Technolog Mocktest BSIT 505
(Pre-Finals) Professional Issues In Information Technolog Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 62 questions · 4 mo ago(Pre-Finals) Professional Issues In Information Technolog Mocktest BSIT 505
(Pre-Finals) Professional Issues In Information Technolog Mocktest BSIT 505
62 questions • 4 mo ago(Finals) Application Development Mocktest BSIT 505
(Finals) Application Development Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 62 questions · 3 mo ago(Finals) Application Development Mocktest BSIT 505
(Finals) Application Development Mocktest BSIT 505
62 questions • 3 mo ago(Finals) Data and Digital Communication Mocktest BSIT - 505
(Finals) Data and Digital Communication Mocktest BSIT - 505
Xai Alexandrei Delos Reyes · 61 questions · 3 mo ago(Finals) Data and Digital Communication Mocktest BSIT - 505
(Finals) Data and Digital Communication Mocktest BSIT - 505
61 questions • 3 mo ago(Finals) Advanced Database Systems Mocktest BSIT 505
(Finals) Advanced Database Systems Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 62 questions · 3 mo ago(Finals) Advanced Database Systems Mocktest BSIT 505
(Finals) Advanced Database Systems Mocktest BSIT 505
62 questions • 3 mo ago(Finals) Enterprise Architecture Mocktest BSIT 505
(Finals) Enterprise Architecture Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 60 questions · 3 mo ago(Finals) Enterprise Architecture Mocktest BSIT 505
(Finals) Enterprise Architecture Mocktest BSIT 505
60 questions • 3 mo ago(Finals) Professional issues in Information Technology Mocktest BSIT 505
(Finals) Professional issues in Information Technology Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 27 questions · 3 mo ago(Finals) Professional issues in Information Technology Mocktest BSIT 505
(Finals) Professional issues in Information Technology Mocktest BSIT 505
27 questions • 3 mo ago(Finals) Event-Driven Programming Mocktest BSIT 505
(Finals) Event-Driven Programming Mocktest BSIT 505
Xai Alexandrei Delos Reyes · 65 questions · 4 mo ago(Finals) Event-Driven Programming Mocktest BSIT 505
(Finals) Event-Driven Programming Mocktest BSIT 505
65 questions • 4 mo ago(Prelims) Mobile Systems and Technologies Mocktest BSIT 604
(Prelims) Mobile Systems and Technologies Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 41 views · 42 questions · 1 mo ago(Prelims) Mobile Systems and Technologies Mocktest BSIT 604
(Prelims) Mobile Systems and Technologies Mocktest BSIT 604
41 views • 42 questions • 1 mo ago(Prelims) Great Books Mocktest BSIT 604
(Prelims) Great Books Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 46 views · 75 questions · 1 mo ago(Prelims) Great Books Mocktest BSIT 604
(Prelims) Great Books Mocktest BSIT 604
46 views • 75 questions • 1 mo ago(Prelims) Management Information Systems Mocktest BSIT - 604
(Prelims) Management Information Systems Mocktest BSIT - 604
Xai Alexandrei Delos Reyes · 70 views · 94 questions · 1 mo ago(Prelims) Management Information Systems Mocktest BSIT - 604
(Prelims) Management Information Systems Mocktest BSIT - 604
70 views • 94 questions • 1 mo ago(Prelims) Programming Languages Mocktest BSIT 604
(Prelims) Programming Languages Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 26 views · 79 questions · 1 mo ago(Prelims) Programming Languages Mocktest BSIT 604
(Prelims) Programming Languages Mocktest BSIT 604
26 views • 79 questions • 1 mo ago(Prelims) Web Systems and Technologies Mocktest BSIT 604
(Prelims) Web Systems and Technologies Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 33 views · 99 questions · 29 d ago(Prelims) Web Systems and Technologies Mocktest BSIT 604
(Prelims) Web Systems and Technologies Mocktest BSIT 604
33 views • 99 questions • 29 d ago(Prelims) Information Assurance and Security Mocktest BSIT 604
(Prelims) Information Assurance and Security Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 33 views · 92 questions · 28 d ago(Prelims) Information Assurance and Security Mocktest BSIT 604
(Prelims) Information Assurance and Security Mocktest BSIT 604
33 views • 92 questions • 28 d ago(Midterm) Great Books Mocktest BSIT 604
(Midterm) Great Books Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 74 questions · 11 d ago(Midterm) Great Books Mocktest BSIT 604
(Midterm) Great Books Mocktest BSIT 604
74 questions • 11 d ago(Midterms) 04 to 05_Handout Management Information Systems Mocktest BSIT 604
(Midterms) 04 to 05_Handout Management Information Systems Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 69 questions · 4 d ago(Midterms) 04 to 05_Handout Management Information Systems Mocktest BSIT 604
(Midterms) 04 to 05_Handout Management Information Systems Mocktest BSIT 604
69 questions • 4 d ago(Midterms) 06_Handout Management Information Systems Mocktest BSIT 604
(Midterms) 06_Handout Management Information Systems Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 36 questions · 4 d ago(Midterms) 06_Handout Management Information Systems Mocktest BSIT 604
(Midterms) 06_Handout Management Information Systems Mocktest BSIT 604
36 questions • 4 d ago(Midterms) Programming Languages Mocktest BSIT 604
(Midterms) Programming Languages Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 81 questions · 3 d ago(Midterms) Programming Languages Mocktest BSIT 604
(Midterms) Programming Languages Mocktest BSIT 604
81 questions • 3 d ago(Midterms) Information Assurance and Security Mocktest BSIT 604
(Midterms) Information Assurance and Security Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 84 questions · 4 d ago(Midterms) Information Assurance and Security Mocktest BSIT 604
(Midterms) Information Assurance and Security Mocktest BSIT 604
84 questions • 4 d ago(Midterms) Web Systems an Technologies Mocktest BSIT 604
(Midterms) Web Systems an Technologies Mocktest BSIT 604
Xai Alexandrei Delos Reyes · 87 questions · 3 d ago(Midterms) Web Systems an Technologies Mocktest BSIT 604
(Midterms) Web Systems an Technologies Mocktest BSIT 604
87 questions • 3 d agoQuestion list
1
Activity
2
Main Activity
3
Activity life cycle
4
onCreate()
5
onStart()
6
onResume()
7
onPause()
8
onStop()
9
onDestroy()
10
onRestart()
11
Back stack
12
It represents a single screen in the app where the user can perform a single focused task such as sending an e-mail. It is usually presented to the user as a full-screen window.
13
Target activity
14
Intent data/object
15
Intent extras
16
Intent flags
17
Explicit and Implicit
18
Explicit Intent
19
Implicit intent
20
android:onClick="LaunchActivity"
21
Intent intent = new Intent(this, Main2Activity.class);
22
Layout
23
View
24
ViewGroup
25
Declare UI elements in XML
26
Instantiate layout elements at runtime
27
Button myButton = (Button) findViewById(R.id.my_button);
28
TextView myText = new TextView(this); myText.setText("Display this text!");
29
Context
30
width and height
31
wrap_content
32
match_parent
33
Constraint Layout
34
Linear Layout
35
Relative Layout
36
Web View
37
Frame Layout
38
Table Layout
39
Grid Layout
40
<LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <Button ... /> <TextView ... /> <Button ... /> </LinearLayout>
41
LinearLayout linearL = new LinearLayout(this); linearL.setOrientation(LinearLayout.VERTICAL); TextView myText = new TextView(this); myText.setText("Display this text!"); linearL.addView(myText); setContentView(linearL);
42
Notification
43
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, CHANNEL_ID) .setSmallIcon(R.drawable.notification_icon) .setContentTitle(textTitle) .setContentText(textContent) .setPriority(NotificationCompat.PRIORITY_DEFAULT);
44
Notification drawer
45
App bar/Action bar
46
It provides simple feedback about an operation in a small popup.
47
Toolbar myToolbar = (Toolbar) findViewById(R.id.my_toolbar); setSupportActionBar(myToolbar);
48
Toast
49
Context context = getApplicationContext(); CharSequence text = "Hello toast!"; int duration = Toast.LENGTH_SHORT; Toast toast = Toast.makeText(context, text, duration);
50
Snackbar
51
Snackbar mySnackbar = Snackbar.make(view, stringId, duration); mySnackbar.show(); //or Snackbar.make(view, stringId, duration).show();
52
Dialog
53
AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); builder.setMessage(R.string.dialog_message) .setTitle(R.string.dialog_title); AlertDialog dialog = builder.create();
54
Menu