Posts Tagged ‘Performance’

Exploring the world of Android :: Part 2

September 17th, 2009 by Tom van Zummeren
(http://blog.jteam.nl/2009/09/17/exploring-the-world-of-android-part-2/)

And I’m back! Reporting live on the glorious adventures in the exciting world of Android. This blog post is the second one in the Android series. This time with code samples! Yeah!

In my first blog post about Android I talked about setting up a project using Android. This time I want to discuss a more “advanced” topic: ListView performance. A ListView is a view component which allows you to display and scroll through a list of items. It can display simple text in each row, but is also able to display a more complicated structure. In the latter case you will need to make sure your ListView still performs well (read: renders fast and scrolls smoothly). I am going to provide solutions to a few different performance problems when using a ListView
Read the rest of this entry »

Performance testing a Flex BlazeDS application

July 14th, 2009 by Rob de Boer
(http://blog.jteam.nl/2009/07/14/performance-testing-a-flex-blazeds-application/)

In the past few years I’ve seen an increasing interest in Flex applications at our customers. I have to say that I’m not surprised about this trend. Not only do Flex applications generally look great, but they also provide a big boost to user experience. As a developer and architect I am also quite pleased with the programming model and extensive widget library. Sure, Adobe can still improve on a lot of things, but so far I have always worked with pleasure on Flex applications.
Read the rest of this entry »