Android 2.3 versions incorporate a variety of improvements including game enhancements. Android developers focused on gaming for Android devices have a suite of technology tools enabling development of complex Android mobile applications. A few salient gaming enhancements are highlighted here.
Refinements For Game Developing
The significant enhancements to productivity suits for game developing are listed below:
Native Code Compatibility
Android apps that use native code can handle process inputs and sensor events directly in their native code, which translates into improved efficiency and quicker responsiveness. Native libraries allow applications to handle similar input events to that of the framework.
3D Motion Processing
Android 2.3 comes with an API to support various sensor types like gyroscope, rotation vector, linear acceleration, gravity, and barometer sensors. Game developers can leverage the increased product suit capabilities to build games that recognize complex user gestures and motions. This is feasible thanks to the new sensor types that can be used along with other sensor types to track motion and orientation.
Native Access To Storage And Application Assets
Android 2.3 is enabled with native Asset Manager API and native Storage Manager API. The Asset Manager API lets Android applications retrieve application assets directly from the native code. If the assets are compressed, they will be decompressed through the native Asset Manager API – there is no limit on the size of compressed assets size that can be read. The native Storage Manager API can be used by Android mobile applications to directly access OBB files (Opaque Binary Blob files).
Native Development Kit (NDK)
Android 2.3 covers the Release 5 NDK that provides a suite of tools, tool chains, and libraries for developing Android applications that leverage the rich native environment of Android 2.3. NDK allows building of performance-critical parts of the Android applications in native code. The suiteof tools in NDK lets Android developers createsactivities, receive user input, use hardware sensors, access app assets, etc.
New Ways Of Communications
Android 2.3 platforms come with a rich array of enhanced communications matrix, which is described below:-
This article is free for republishing
Source: http://dharmeshtalaviya.articlealley.com/android-23-platform-gaming-enhancements-2402541.html