Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
I have a simple app idea in mind (2-3 screens, daily use app, simple storage, eventually in-app purchased for “extras”). Trouble is I haven’t coded formally in 15 years and attempted to learn objective C and Swift a few years back…but dealing with Xcode UI/design drove me mad.
What’s the recommended path to get up and running with app development in 2023? I have a self-imposed goal to launch the app in 3 months. All input welcome- recommended approach, online tutorials, support groups…? Thanks in advance!
8 comments
[ 4.5 ms ] story [ 27.4 ms ] threadWhat is the current set of options to develop a web app (JavaScript, PHP, Python) that can be deployed as an iOS and Android app?
What should I expect to spend and time to develop for a “straightforward” app? Any particular criteria to filter for if I was to go the outsource route?
If you want it to be cross-platform, look at react-native. You program in JS, but it renders as native views.