Difference between revisions of "Spring 2021: Android Programming Lab (PSCS)"

From MKWiki
Jump to navigation Jump to search
Line 38: Line 38:
 
| style="width: 8%"  | 1
 
| style="width: 8%"  | 1
 
| style="width: 60%" | Create an application with login module. (Check username and password).
 
| style="width: 60%" | Create an application with login module. (Check username and password).
| style="width: 15%" |  Lab Exercise No. 2 || [https://developer.android.com/codelabs/android-training-hello-world#3]
+
| style="width: 15%" |  Lab Exercise No. 2 || [https://www.youtube.com/watch?v=xB3dRGN-4sA]
 
|}
 
|}

Revision as of 22:34, 29 January 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

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 [1]

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 [2]