American Young Coder (AYC)

AYC logo
Loading Events

« All Events

  • This event has passed.

6 PM – Android Game Dev – Gamas

April 2 @ 6:00 pm - 7:00 pm

Today We Did
  1. We started Tic Tac Toe project
Homework
  1. Research in the Internet
    1. XML file
    2. XML elements
    3. XML attribute
    4. How to represent list in XML
  2. Create an XML file school_system.xml, that will contains student_list element and inside student_list element it will have a whole bunch of student element. Student element is a representation of Student class like below
    1. public class Student {
          /**
           * private - visible only inside the class
           * public - visible everywhere inside or outside the class
           */
          private String name;
          private int age;
          private int grade;
      }

Details

Date:
April 2
Time:
6:00 pm - 7:00 pm
Verified by MonsterInsights