By mswatcher
via blog.jongallant.com
Submitted: Feb 26 2013 / 10:53
What is the best way to develop an application to support multiple platforms (Apple, Android, Microsoft)? Like so many devs out there, I was recently faced with that exact question. It turns out that there are two options for doing so 1) Build HTML5 web apps and a bunch of shell apps, one for each of the platform or 2) build native apps for each of the platforms. Since I don’t have expertise in all of the platforms or the time and money to get ramped up on all of them, I decided to look into the first option. I
Add your comment