You are on page 1of 7

MOBILE DEVELOPMENT

ASSIGNMENT 1

A brief summary of the most essential parameters is as


follows:
We design a table layout for the app and define three GUI
widgets in this app.
1. Spinner

This study source was downloaded by 100000807236612 from CourseHero.com on 05-15-2022 02:07:39 GMT -05:00

https://www.coursehero.com/file/144320028/Simranjeet-Kaur-ass1MOBILE-DEVELOPMENTdocx/
2. Button

3. TextView

The data defined in the assignment "Databases,


Programming, Mobile, and Your Student No" is stored in the
spinner widget.

We also construct three GUI Objects in the MainActivity.java


file to hold the Spinner, Button, and TextView.

THESE are:
Spinner spinner;
Button buttonFind;
TextView txt;

The two different String Array name are defined list 1 and list
2:
String[]Courselist1={“Database”,”Programming”, “mobile”,
“C0797821”};
String[]Detaillist2={“Oracle RDBMS”, “C#. NET”
“Andriod\niOS”, “Simranjeet Kaur\nStudent No:C0797821” };
ArrayAdapter Class: Creating the ArrayAdapter instance
having the course name list

This study source was downloaded by 100000807236612 from CourseHero.com on 05-15-2022 02:07:39 GMT -05:00

https://www.coursehero.com/file/144320028/Simranjeet-Kaur-ass1MOBILE-DEVELOPMENTdocx/
There is two listener:
1. OnItemSelectedListener: Spinner is get in action by Click
2. OnClickListener: Even as spiner it will be active by click
on it.

MainActivity.java

This study source was downloaded by 100000807236612 from CourseHero.com on 05-15-2022 02:07:39 GMT -05:00

https://www.coursehero.com/file/144320028/Simranjeet-Kaur-ass1MOBILE-DEVELOPMENTdocx/
Strings.xml

This study source was downloaded by 100000807236612 from CourseHero.com on 05-15-2022 02:07:39 GMT -05:00

https://www.coursehero.com/file/144320028/Simranjeet-Kaur-ass1MOBILE-DEVELOPMENTdocx/
This study source was downloaded by 100000807236612 from CourseHero.com on 05-15-2022 02:07:39 GMT -05:00

https://www.coursehero.com/file/144320028/Simranjeet-Kaur-ass1MOBILE-DEVELOPMENTdocx/
This study source was downloaded by 100000807236612 from CourseHero.com on 05-15-2022 02:07:39 GMT -05:00

https://www.coursehero.com/file/144320028/Simranjeet-Kaur-ass1MOBILE-DEVELOPMENTdocx/
This study source was downloaded by 100000807236612 from CourseHero.com on 05-15-2022 02:07:39 GMT -05:00

https://www.coursehero.com/file/144320028/Simranjeet-Kaur-ass1MOBILE-DEVELOPMENTdocx/
Powered by TCPDF (www.tcpdf.org)

You might also like