- This event has passed.
5 PM – Android Game Dev
June 24, 2023 @ 5:00 pm - 6:00 pm
Today We Did
- We made some progress about game_activity.xml layouts.
- We learned basic XML files and syntax.
Homework
- Inside SchoolSystem project (the one which we did inside Intro To Java class), create school_system.xml file and add below incomplete xml file with students and teachers tags.
<school_system> <student_list> </student_list> <teacher_list> </teacher_list> </school_system>