Questions

I am trying to develop an app for kids. I am inclined to develop it on Corona SDX because the app will quickly become cross platform and cross device. I am trying to understand the downside to this. TIA

There's usually a few downsides to developing with any kind of cross-platform solution.

1. You won't be writing apps in their native languages (ie. objective-c for iOS and java for Android). Instead, with Corona, you'll be writing your apps in Lua, which is a scripting language.

2. A lot of times not writing apps natively can negatively impact the performance of an app. I can't speak for the Corona SDK directly, but using 1st-party tools and languages properly should always yield the best app fluidity, responsiveness, and performance.

3. You will be directly limited by the Corona SDK. What this means is, when you are developing your apps, you won't have the luxury of being able to use the latest and greatest technologies. You will have to wait for Corona to add those specific features into their own library, before you'll be able to gain any benefit from them.


Answered 10 years ago

Unlock Startups Unlimited

Access 20,000+ Startup Experts, 650+ masterclass videos, 1,000+ in-depth guides, and all the software tools you need to launch and grow quickly.

Already a member? Sign in

Copyright © 2024 Startups.com LLC. All rights reserved.