Ask HN: Is cross platform app development a thing?
4 points by seedie 2 years ago | 5 commentsMany apps are only available on Android or iOS. I'm wondering if it makes sense to do a side project cross-platform when companies are already saving resources to only develop for one platform.
When starting a new side project, would you concentrate on one platform or try to design with cross platform development in your mind.
What language would you choose?
- sharemywin 2 years agodepends on your use case. games are different than productivity which is different than the next uberdoorgig thingy.
- seedie 2 years agoWhat would you say are the differences between the app categories, why does it make a difference? Because some rely more on os specifics? I don't know nearly nothing about app dev so I try to understand.
- PaulHoule 2 years agoSony got into big trouble with the Playstation 3 because it was an exotic machine and hard to program so they created the PhyreEngine which was a cross-platform toolkit that made it practical to target many competitive platforms
https://en.wikipedia.org/wiki/PhyreEngine
which ironically was based on Microsoft’s .NET. It was capable of making AAA games but also accessible to independent devs. Many games are based on other platforms like Unreal that make many aspects of the game portable. Of course games have graphics, sound and real-time requirements that most applications don’t have.
- sharemywin 2 years agoIf your just trying to get functionality out and the UI isn't a big part of the value proposition then why not.
- PaulHoule 2 years ago
- seedie 2 years ago
- PaulHoule 2 years agoMake a webapp. Done.