Spring 2021: Android Programming Lab (PSCS)
Jump to navigation
Jump to search
Contents
- 1 Resources
- 2 Lab 1: Getting Started ( week of 04th January 2021 )
- 3 Lab 2: ( week of 18th January 2021 )
- 4 Lab 3: ( week of 25th January 2021 )
- 5 Lab 4: ( week of 01st February 2021 )
- 6 Lab 5: ( week of 08th February 2021 )
- 7 Lab 6: ( week of 15th February 2021 )
- 8 Lab 7: ( week of 01st March 2021 )
- 9 Lab 8: ( week of 29th March 2021 )
- 10 Lab 9: ( week of 05th April 2021 )
- 11 Final Lab ( week of 12th April 2021 )
Resources
Lab 1: Getting Started ( week of 04th January 2021 )
Q. NO. | Program | Lab Exercise No. | Remarks |
---|---|---|---|
1 | Installation of Android Studio. | Lab Exercise No. 0 | [1] |
Lab 2: ( week of 18th January 2021 )
Q. NO. | Program | Lab Exercise No. | Remarks |
---|---|---|---|
1 | Create "Hello World" application that will display "Hello World" in the middle of the screen in the emulator. Also display "Hello World" in the middle of the screen in the Android phone. | Lab Exercise No. 1 | [2] |
Lab 3: ( week of 25th January 2021 )
Q. NO. | Program | Lab Exercise No. | Remarks |
---|---|---|---|
1 | Create an application with login module. (Check username and password). | Lab Exercise No. 2 | [3] |
Lab 4: ( week of 01st February 2021 )
Q. NO. | Program | Lab Exercise No. | Remarks |
---|---|---|---|
1 | Complete previous assignments. Read Spinner, Menu, etc.. |
Lab 5: ( week of 08th February 2021 )
Q. NO. | Program | Lab Exercise No. | Remarks |
---|---|---|---|
1 | Create a spinner with strings taken from resource folder(res >> value folder) and on changing the spinner value, image will change. | Lab Exercise No. 3 | [4] |
Lab 6: ( week of 15th February 2021 )
Q. NO. | Program | Lab Exercise No. | Remarks |
---|---|---|---|
1 | Create a menu with 5 options and and selected option should appear in text box. | Lab Exercise No. 4 | A sample from javatpoint [5], youtube [6] |
Lab 7: ( week of 01st March 2021 )
Q. NO. | Program | Lab Exercise No. | Remarks |
---|---|---|---|
1 | Create a list of all courses in your college and on selecting a particular course teacher-in-charge of that course should appear at the bottom of the screen. | Lab Exercise No. 5 | A sample from tutorialspoint [7] |
Lab 8: ( week of 29th March 2021 )
Q. NO. | Program | Lab Exercise No. | Remarks |
---|---|---|---|
1 | Create an application with three option buttons, on selecting a button colour of the screen will change. | Lab Exercise No. 6 |
Lab 9: ( week of 05th April 2021 )
Q. NO. | Program | Lab Exercise No. | Remarks |
---|---|---|---|
1 | Create and Login application as above(Lab 3). On successful login, pop up the message. | Lab Exercise No. 7 |
Final Lab ( week of 12th April 2021 )
Q. NO. | Program | Lab Exercise No. | Remarks |
---|---|---|---|
1 | Create an application to Create, Insert, update, Delete and retrieve operation on the database. | Lab Exercise No. 8 |