CodeCanyon

What Do You Think About Future of Flash on iOS and Android?

16 posts
  • Bought between 1 and 9 items
  • Europe
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 100 and 1 000 dollars
xnamex says

Hey maybe this will help you out http://gskinner.com/talks/resource-management/

It’s a great presentation! My game was using around 120MB and after learning about how can you improve your memory management, now uses in debug mode 40MB and release about 25MB.

So good luck, and also do not rely on the flash drawing API . As much as you can use bitmap, bitmap-caching and also bitmap sprite-sheets. This is the way of doing it for mobile platforms.


Yeah, I spent 5 days trying to optimize my code to run better using some of those techniques with VERY little increase in performance. I’m using the latest AIR build. The performance wasn’t HORRIBLE , but it wasn’t even close to the performance of a native objective-c app, sadly. So, I’m learning Objective-C now. It’s challenging, but I’ll get there.

Actually, I have found some tips about increasing performance for AIR on iOS and Android. Also, after Air 2.7, the Air platform becames more faster on these system. Also, I have not strong programming language skill except as3 :D
1624 posts fueledweb.com
  • Envato Staff
  • Reviewer
  • Elite Author
  • Sold between 100 000 and 250 000 dollars
  • Author had a Free File of the Month
  • Bought between 10 and 49 items
+4 more
RimmonTrieu staff says

AIR has great future as long as you’re really into it. It’s the choice to learn a total new native platform or else take advantage of your current flash skill but tons of optimization tricks also need to be learned.

58 posts
  • Author had a File in an Envato Bundle
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Sold between 5 000 and 10 000 dollars
  • Turkey
junus says

Thank you for your all suggestions :)

My game is almost ready :)

535 posts
  • Beta Tester
  • Has been a member for 4-5 years
  • Sold between 1 000 and 5 000 dollars
dimumurray says

Yeah, I spent 5 days trying to optimize my code to run better using some of those techniques with VERY little increase in performance. I’m using the latest AIR build. The performance wasn’t HORRIBLE , but it wasn’t even close to the performance of a native objective-c app, sadly. So, I’m learning Objective-C now. It’s challenging, but I’ll get there.

Would you mind going into detail about the nature of the app you were trying to build? More specifically, did it use a lot of vector graphics, were there a lot of objects being instantiated, how you went about bench-marking the performance of your app when run on an iOS devices etc…

270 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Referred between 1 and 9 users
  • Sold between 100 and 1 000 dollars
magickaito says

My honest feedback is you can try for one project but I really think you will decide to go native in next project.

1234 posts
  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 4-5 years
  • Referred between 50 and 99 users
  • Sold between 50 000 and 100 000 dollars
  • United States
MBMedia says

When it comes to writing any app for any platform the decision for native vs. using a runtime always has to be approached project by project, it’s not a one is better than the other thing. And it’s definitely not an issue/decision that is new, things such as java vs. c++ have been in this situation for many years.

If it’s a 2d puzzle game, or a note taking app, etc. – use a runtime (like AIR ) so that you can easily deploy to multiple platforms, easily update them all to keep your program always bug free and patched up with minimal expenditure, etc etc.

If it’s something like a 3D first person shooter game, or something else that pushes the resource abilities of a system – then you need to go native because only native lets you truly utilize the speed/rendering possibilities of any given system.

The answer of portability vs. performance can only be answered on a case by case basis, just understand both and choose wisely. But regardless, both methods will stay big players in any form of application development because both methods have their situations where they are better.

16 posts
  • Bought between 1 and 9 items
  • Europe
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 100 and 1 000 dollars
xnamex says

Very well put MBMedia!

I never considered my apps in this perspective, but makes total sense.

Thanks!

535 posts
  • Beta Tester
  • Has been a member for 4-5 years
  • Sold between 1 000 and 5 000 dollars
dimumurray says

When it comes to writing any app for any platform the decision for native vs. using a runtime always has to be approached project by project, it’s not a one is better than the other thing. And it’s definitely not an issue/decision that is new, things such as java vs. c++ have been in this situation for many years.

If it’s a 2d puzzle game, or a note taking app, etc. – use a runtime (like AIR ) so that you can easily deploy to multiple platforms, easily update them all to keep your program always bug free and patched up with minimal expenditure, etc etc.

If it’s something like a 3D first person shooter game, or something else that pushes the resource abilities of a system – then you need to go native because only native lets you truly utilize the speed/rendering possibilities of any given system.

The answer of portability vs. performance can only be answered on a case by case basis, just understand both and choose wisely. But regardless, both methods will stay big players in any form of application development because both methods have their situations where they are better.

You sir are on point with that comment. That’s the reason why I posed my earlier questions to Ryan in hopes of getting a better picture of the scope of the app and whether or not it warrants a native build.

1624 posts fueledweb.com
  • Envato Staff
  • Reviewer
  • Elite Author
  • Sold between 100 000 and 250 000 dollars
  • Author had a Free File of the Month
  • Bought between 10 and 49 items
+4 more
RimmonTrieu staff says

Notice that Stage3D is coming soon on AIR 3 .2 mobile so it is not impossible to develop 3D mobile game with Flash in recent future:

http://blogs.aerys.in/jeanmarc-leroux/2012/02/02/air-3-2-stage3d-and-minko/

Still, it’ll take sometime to become mature enough, don’t expect any mobile game framework like Unity anytime soon.

1299 posts
  • Elite Author
  • Sold between 50 000 and 100 000 dollars
  • Has been a member for 4-5 years
  • Microlancer Beta Tester
  • United Kingdom
  • Attended a Community Meetup
  • Referred between 200 and 499 users
+3 more
LGLab says

Notice that Stage3D is coming soon on AIR 3 .2 mobile so it is not impossible to develop 3D mobile game with Flash in recent future: http://blogs.aerys.in/jeanmarc-leroux/2012/02/02/air-3-2-stage3d-and-minko/ Still, it’ll take sometime to become mature enough, don’t expect any mobile game framework like Unity anytime soon.

But stage3D is not just for 3D, I’ve been testing the Starling framework on desktop with particle emitters and the performance is way better. I just hope it performs as well on mobile as my game depends on it :P

by
by
by
by
by