|
|
|
Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
|
|
3 points
by bakhlawa
1260 days ago
|
|
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! |
|
If you want it to be cross-platform, look at react-native. You program in JS, but it renders as native views.