How to Make a Text-Based Adventure Game in Android Studio (Java/Kotlin) Part 3
In this video, I will explain how to set up android emulator then we create the title screen with ConstraintLayout.
The pictures used in the game are all from: https://game-icons.net/ (under CC BY 3.0 license):
- carnivorous-plant (by Delapouite)
- dungeon-gate (by Delapouite)
- gargoyle (by Delapouite)
- sword-altar (by Delapouite)
- trail (by Delapouite)
- warp-pipe (by Delapouite)
- hasty-grave (by Skoll)
- open-treasure-chest (by Skoll)
- wooden-sign (by Lorc)
The ending music:
Once Again (https://www.bensound.com)
Time Stamps:
0:00 Change background color and text size
2:03 Explain about wrap content and match content
3:17 Set up Android emulator
7:30 Explain about Constraint Layout
12:44 How to disable the Action Bar
#ConstraintLayout #tutorial #android