Download Temple run for Ginger bread

                                   Android ginger bread is a low version and it has no temple run for this model but our tean make a crack in the temple run and working sucessfully in most of the android model The Android 2.3 platform introduces many new and exciting features for users and developers. This document provides a glimpse at some of the new features and technologies in Android 2.3. For click here and enjoy the new experience in your mobile
detailed information about the new developer APIs, to download temple run

Download file : click here

TEMPLE RUN:
                                Temple Run is a 2011 endless running video game developed and published by the Raleigh-based Imangi Studios. It is produced, designed and programmed by husband and wife team Keith Shepherd and Natalia Luckyanova, and with art by Kiril Tchangov. The game was initially released for iOS devices and later ported to Android systems and Windows Phone 8. A sequel to the original game was released on January 17, 2013 for iOS, and on January 24 for Android.As of June 2014, Temple Run and its sequel have been downloaded over 1 billion times.

                              In Temple Run, the player controls an explorer who, having stolen a treasure from a temple, is chased by "demonic monkeys" who want to eat him/her. As the game is an endless running game, there is no end to the temple; therefore, the player plays until the character falls off the temple to his/her demise or is eaten by the crazed monkeys. While the character is running, the player can tilt their device left or right to move the character to the left or right of the screen to collect coins or avoid objects. There are three types of coin: gold, red, and blue. A golden coin has a value of one credit, red is two credits and blue is three. The coins/credits can be used to buy and then upgrade power-ups and other characters. When the player needs to turn left or right, they swipe their finger across the touchscreen in the corresponding direction. If they wish to jump over an object, they swipe upwards; if they wish to slide under an object, they swipe downwards.

The Android 2.3 platform introduces many new and exciting features for users and developers. This document provides a glimpse at some of the new features and technologies in Android 2.3. For detailed information about the new developer APIs,

Enhancements for gaming


Performance
                       Android 2.3 includes a variety of improvements across the system that make common operations faster and more efficient for all applications.
Of particular interest to game developers are:

Concurrent garbage collector — The Dalivik VM introduces a new, concurrent garbage collector that minimizes application pauses, helping to ensure smoother animation and increased responsiveness in games and similar applications.

Faster event distribution — The plaform now handles touch and keyboard events faster and more efficiently, minimizing CPU utilization during event distribution. The changes improve responsiveness for all applications, but especially benefit games that use touch events in combination with 3D graphics or other CPU-intensive operations.

Updated video drivers — The platform uses updated third-party video drivers that improve the efficiency of OpenGL ES operations, for faster overall 3D graphics performance.
Native input and sensor events

Applications that use native code can now receive and process input and sensor events directly in their native code, which dramatically improves efficiency and responsiveness.

Native libraries exposed by the platform let applications handle the same types of input events as those available through the framework. Applications can receive events from all supported sensor types and can enable/disable specific sensors and manage event delivery rate and queueing.

Gyroscope and other new sensors, for improved 3D motion processing
                     Android 2.3 adds API support for several new sensor types, including gyroscope, rotation vector, linear acceleration, gravity, and barometer sensors. Applications can use the new sensors in combination with any other sensors available on the device, to track three-dimensional device motion and orientation change with high precision and accuracy. For example, a game application could use readings from a gyroscope and accelerometer on the device to recognize complex user gestures and motions, such as tilt, spin, thrust, and slice.

Open API for native audio
                     The platform provides a software implementation of Khronos OpenSL ES, a standard API that gives applications access to powerful audio controls and effects from native code. Applications can use the API to manage audio devices and control audio input, output, and processing directly from native code.

Native graphics management
                   The platform provides an interface to its Khronos EGL library, which lets applications manage graphics contexts and create and manage OpenGL ES textures and surfaces from native code.

Native access to Activity lifecycle, window management
                 Native applications can declare a new type of Activity class, NativeActivity whose lifecycle callbacks are implemented directly in native code. The NativeActivity and its underlying native code run in the system just as do other Activities — they run in the application's system process and execute on the application's main UI thread, and they receive the same lifecycle callbacks as do other Activities.

The platform also exposes native APIs for managing windows, including the ability to lock/unlock the pixel buffer to draw directly into it. Through the API, applications can obtain a native window object associated with a framework Surface object and interact with it directly in native code.

Native access to assets, storage
                  Applications can now access a native Asset Manager API to retrieve application assets directly from native code without needing to go through JNI. If the assets are compressed, the platform does streaming decompression as the application reads the asset data. There is no longer a limit on the size of compressed .apk assets that can be read.

Additionally, applications can access a native Storage Manager API to work directly with OBB files downloaded and managed by the system. Note that although platform support for OBB is available in Android 2.3, development tools for creating and managing OBB files will not be available until early 2011.

Robust native development environment
                The Android NDK (r5 or higher) provides a complete set of tools, toolchains, and libraries for developing applications that use the rich native environment offered by the Android 2.3 platform. For more information or to download the NDK, please see the Android NDK page.