- The Android Game Developer's Handbook
- Avisekhar Roy
- 355字
- 2021-07-14 10:28:52
What this book covers
Chapter 1, Android Game Development, will introduce you to the guidelines and rules of game development on the Android platform.
Chapter 2, Introduction to Different Android Platforms, will disclose the current variants of Android devices, such as smartphones, TVs, tablets, and smartwatches. It will elaborate all the possible difficulties while creating a game on these platforms and the possible solutions.
Chapter 3, Different Android Development Tools, will expose the different tools available to develop an Android application and how to choose suitable tools for specific purposes.
Chapter 4, Android Development Style and Standards in the Industry, will cover the current development style and standards in the game development domain. This will mainly talk about Java game coding standards and styles on the Android SDK.
Chapter 5, Understanding the Game Loop and Frame Rate, will demonstrate the creation and maintenance of game loop using the Android SDK (Java). This chapter will also cover the effects of game loop on the frame rate.
Chapter 6, Improving Performance of 2D/3D Games, will explain all the constraints of 2D and 3D game development on Android, along with the common mistakes and ways to avoid them in order to improve performance.
Chapter 7, Working with Shaders, will describe the use of shaders on the Android platform. It exposes the use of shaders through OpenGL and its scope in game development.
Chapter 8, Performance and Memory Optimization, will provide in-depth knowledge of optimizing any Android game.
Chapter 9, Testing Code and Debugging, will teach you the different ways to debug an Android game.
Chapter 10, Scope for Android in VR Games, will introduce you to virtual reality for game development on Android. This chapter describes various scopes of VR and its future in game development.
Chapter 11, Android Game Development Using C++ and OpenGL, will briefly explain game development using C++ and OpenGL.
Chapter 12, Polishing Android Games, will focus on the completion of an Android game and make it ready for release.
Chapter 13, Third-Party Integration, Monetization, and Services, will elaborate the possible integration of any third-party tools or SDKs in order to monetize the game.
- 深入理解Android(卷I)
- 從零開(kāi)始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- Learning Spring 5.0
- 基于Java技術(shù)的Web應(yīng)用開(kāi)發(fā)
- 算法大爆炸:面試通關(guān)步步為營(yíng)
- Java程序設(shè)計(jì)與計(jì)算思維
- jQuery開(kāi)發(fā)基礎(chǔ)教程
- Oracle從入門(mén)到精通(第5版)
- HTML5從入門(mén)到精通 (第2版)
- Instant Nancy Web Development
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- Java程序員面試筆試寶典(第2版)
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第2版)
- 深度探索Go語(yǔ)言:對(duì)象模型與runtime的原理特性及應(yīng)用
- HTML5+CSS3+jQuery Mobile APP與移動(dòng)網(wǎng)站設(shè)計(jì)從入門(mén)到精通