Difference between revisions of "Spring 2021: Android Programming Lab (PSCS)"
Jump to navigation
Jump to search
Line 52: | Line 52: | ||
| style="width: 8%" | 1 | | style="width: 8%" | 1 | ||
| style="width: 60%" | Create a spinner with strings taken from resource folder(res >> value folder) and on changing the spinner value, image will change. | | style="width: 60%" | Create a spinner with strings taken from resource folder(res >> value folder) and on changing the spinner value, image will change. | ||
− | | style="width: 15%" | Lab Exercise No. | + | | style="width: 15%" | Lab Exercise No. 3 || [https://www.youtube.com/watch?v=3lQEas1QMes] |
|} | |} |
Revision as of 13:11, 11 February 2021
Contents
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 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] |