- This event has passed.
9 AM – Android Game Development with Java
October 16, 2021 @ 9:00 am - 10:00 am
Today We Do
- We started GameActivity.java and GameView.java.
Homework
- Add a new button in activity_main.xml. Use the following image
- Right click on the “app” directory and choose New > Activity > Empty Activity.
- Name the Activity: SettingActivity
- Once the new Activity is created, you should see a new Activity tag inside AndroidManifest.xml
- Set the SettingActivity to have screenOrientation landscape.
- Add the Background Image and back button and “Settings” label
- Look at screenshots below