- Learning Android Game Development
- Nikhil Malankar
- 220字
- 2021-07-09 20:41:18
Android Manifest file
Another important concept while making an Android app or a game is the Android Manifest file. To explain this file simply, it contains all the rules or, in more generalized terms, Permissions needed for an app. You must have observed on Google Play Store that, before you download any app, you are prompted with a dialog box that tells you what permissions are needed for the app to run. These permissions are basic rules that are needed to be fed in the Android Manifest file in order to have a transparency to let your user know what information is going to be taken from them. So, for instance, if an app requires access to the Internet, then it is required for the developer to make sure that they include the Internet permission in the manifest file. If the developer does not write this permission in the manifest file, then the app will not be able to access the said functionality, and the same goes for accessing contacts, gallery, camera, and everything else.
These are the three most important things you need to keep in mind before you start developing any Android game or an app.
In the next chapter, we will get started with our first project on Android Studio.
- 顯卡維修知識精解
- 施耐德SoMachine控制器應用及編程指南
- Apple Motion 5 Cookbook
- Visual Media Processing Using Matlab Beginner's Guide
- Blender Quick Start Guide
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 單片機原理及應用:基于C51+Proteus仿真
- Hands-On Motion Graphics with Adobe After Effects CC
- Instant Website Touch Integration
- The Deep Learning with PyTorch Workshop
- 筆記本電腦維修技能實訓
- Learning Microsoft Cognitive Services
- 電腦組裝與維修實戰
- PLC技術實用教程
- Learn Human:Computer Interaction