International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 60 - Number 12 |
Year of Publication: 2012 |
Authors: Rohit Maurya, Ajay Shankar Shukla, Manish Kumar Sharma |
10.5120/9741-4297 |
Rohit Maurya, Ajay Shankar Shukla, Manish Kumar Sharma . Performance Analysis of Mobile Memory with Optimization. International Journal of Computer Applications. 60, 12 ( December 2012), 1-5. DOI=10.5120/9741-4297
As it known that mobile phones has low end configuration so we need memory optimization and network bandwidth reduction. These are very important factor for mobile developer because storage memory is very limited ranging from 64K to 200K bytes and the heap memory is ranging from 200K to500K bytes. The maximum size of application is fixed so we cannot run the application which exceeds that maximum size. Computing power is also limited so only few instructions can be processed per unit time. The problem is, unlike the PC platform where hardware can be easily upgraded whenever required; in mobile it is almost impossible to update the hardware requirement dynamically. Games developed for a particular mobile platform may or may not run on the other mobile platform due to difference of hardware capability. So in mobile platform only chance is to play with the source code, it is developer who has to write the code in such a way that will consume less resource and run faster. In this paper we present various techniques to optimize mobile memory for mobile games.