- Learning Android Game Development
- Nikhil Malankar
- 338字
- 2021-07-09 20:41:19
Creating our Hello World! program
So, let's create our first Hello World program. As you can see, you have a Palette in front of you besides the blue DUMMY CONTENT window. Simply drag and drop the TextView component onto your DUMMY CONTENT screen, as you can see in the following screenshot:
Notice the new Properties window when you successfully place TextView in the DUMMY CONTENT screen.
Now, you can see a blank Text View component on your screen, but there's nothing written on it. To have something written on it, we need to modify its properties a little. Check out the Properties on the right-hand side of the screen and, in the text component over there, type in Hello World!. Also, you can see that our text is very small. Let's change that to make it a little bigger so that it can be clearly visible to us. Locate the last option in the Properties window named textAppearance. Click on the drop-down menu next to it, and select any option that suits your choice from there. For this example, we will use AppCompat.Headline; however, you can choose whatever you want to. Once you are done with it, you will see something like this:
That's it! You are now ready to execute your program! Easy peasy, lemon squeezy, right? Let's move on to actually executing this code now. For this purpose, we will need to run something known as the Emulator. An emulator is simply a virtual device that will act as an Android device on your PC, so you don't have to actually test your app on an Android device every time. You will need to follow a few steps to set up an emulator, so let's get started with it. You will only have to set up the emulator once, and next time, it will be ready for you.
- 24小時學會電腦組裝與維護
- 新媒體跨界交互設計
- Linux KVM虛擬化架構實戰指南
- 極簡Spring Cloud實戰
- Mastering Delphi Programming:A Complete Reference Guide
- 平衡掌控者:游戲數值經濟設計
- 電腦軟硬件維修從入門到精通
- Building 3D Models with modo 701
- Internet of Things Projects with ESP32
- Intel Edison智能硬件開發指南:基于Yocto Project
- 電腦橫機使用與維修
- 觸摸屏應用技術從入門到精通
- 微控制器的應用
- 微服務實戰
- The Applied Artificial Intelligence Workshop