Android – iOS-like Scrollview in as3 AIR

actionscript-3airandroidiosmobile

I'm trying to create a iOS-like UIScrollView in ActionScript 3 for my Adobe AIR apps, but it is not very smoooth.

Why didn't Adobe implement a native scroll view? Has anyone already implemented a smooth scroll, using movie clips or something similar?

Best Answer

Take a look at this. It should give you some ideas/help you get started.

http://www.infin8iphone.co.uk/?p=57

Related Topic