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!
Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
1–9 of 9 posts
Re: Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
#2Re: Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
#3Re: Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
#4Re: Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
#5Try flutter - in my experience it is the shortest path from idea to working application.
Re: Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
#6Does it have to be native, ie can it be a web app at least to start with?
What is the current set of options to develop a web app (JavaScript, PHP, Python) that can be deployed as an iOS and Android app?
Re: Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
#7you might want to investigate paying someone to do this for you. sites like fiverr might not have the best reputation, but im sure that there are legitimate software devs there who can crank out a straightforward app for a straightforward price.
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?
Re: Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
#8Does it have to be native, ie can it be a web app at least to start with?
Could be a web app, I see the use to be on a mobile device va desktop (think mindfulness/wellness app). What is the current set of options to develop a web app (JavaScript, PHP, Python) that can be deployed as an iOS and Android app?
Re: Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?
#9If you want it to be cross-platform, look at react-native. You program in JS, but it renders as native views.