What is the technology behind mobile gaming? What happens on hardware and software side while we play games on smartphone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the technology behind mobile gaming? What happens on hardware and software side while we play games on smartphone

While playing smartphone games like car racing games or cricket, what exactly goes on in the hardware registers and memory, and how is it coded. For example, whats actually happening inside the phone when we tilt our phone to make the car go left in a mobile car racing game?

15th Nov 2020, 3:08 PM
Shashank Hegde
Shashank Hegde - avatar
2 Answers
+ 1
Also a alernative to this is that most large Game are build with much faster language like C++ ,C# Example of this is the Unity and Build Box game engine
15th Nov 2020, 6:24 PM
George S Mulbah II
George S Mulbah II - avatar
0
Most of mobile game are created on the android platform , for what happen in the background it depend on the developer language of choice and how things should be store in the phone memory for Java we know that class are store in the method Area Object are store in the heap and method local variable are store in the stack runtime
15th Nov 2020, 6:22 PM
George S Mulbah II
George S Mulbah II - avatar