SCREENS 2013

2013-10-03 00:00:00 2013-10-05 00:00:00 America/Toronto SCREENS 2013 SCREENS is dedicated to covering development for mobile devices and operating systems. Consumers are increasingly using mobile devices to access websites and applications, and companies are taking notice. Through two days of presentations, demonstrations and panel discussions, as well as an optional day of workshops,… Toronto FITC Toronto

Presentation


Overview

As most Android developers know, dealing with the extreme degree of fragmentation in the Android ecosystem is often challenging. Among the more difficult challenges is managing memory usage, as devices that are in the market today can have as little as 13MB of memory. Now imagine the pains that developers go through when faced with the headache of having massive bitmaps eat up memory in a millisecond.
In this presentation, James Halpern will talk about the complexities of image and memory management in Android and walk you through the creation of a successful, powerful and open source image management utility. Come to this presentation to learn about techniques that will help you optimize the performance of your apps. Learn about Android’s memory limitations and the role the garbage collector plays in your app’s performance and complexity. Learn how to communicate android graphics issues to developers, and how good design can create fewer bugs. James will conclude this presentation by briefly walking you through his open sourced image management solution that gracefully handles most of these issues in a simple to use package.