New Gingerbread StrictMode API Helps Developers Speed Up Tasks by Monitoring Latency

strictdroid

The Android Developers Blog has a new post all about the StrictMode API in Gingerbread that I wanted to mention here if only to include the brilliant picture above. But seriously, the new API seems to be doing a lot to help speed up Android and its applications by monitoring when tasks call to the device’s disk storage. Apparently, solid state drives aren’t fast enough for the Android team, but since that is what they have to work with the best way to speed up processes is by finding and eliminating excess calls to the disk. As with most things discuss on the ADB, it is all a bit over my head so forgive me if the concepts escape me a bit. All I know is that this specific API has one goal: make Android 2.3 faster than ever before.

If you are a developer or have a fetish for coding you will want to hit up the source link below to get all the dirty details and explanations better than what I could provide here. While Gingerbread may have ended up being slightly less than the complete overhaul many were expecting, it is these little additions that are helping to build a platform that can only get faster and more efficient going forward.

[via AndroidDevelopersBlog]

Exit mobile version