- This event has passed.
5 PM – Android Game Dev – Gamas
August 26, 2023 @ 5:00 pm - 6:00 pm
Today We Did
- We learned how to store some values into Android SharedPreference
- We learned how to get some values from Android SharedPreference
Homework
- Inside GameActivity.java, use the p1Name and p2Name from the SharedPreference to change the 6 lines of codes where it is now using “Player1” or “Player2”.
- You have to change the codes in the onCreate() and onClick methods.