Live data from Hacker News

Ask HN: What Is the State of App Development in 2026?

news.ycombinator.com

21–30 of 91 posts

Re: Ask HN: What Is the State of App Development in 2026?

#21
AI Coding is great helper but not a substitutue for producing decent looking apps.

Anytime I let lose AI (Both Codex and Claude), they end up producing slop that is overcomplicated, and that looks like a generic tutorial interface. Great for toy apps but not for serious one.

When I do most of the architecture, and use AI to 'fill in the blanks' or just finish some functionality here and there, then AI is great.

The main reason is that it is trained by public code that is mostly tutorials, and simple apps, so AI can't build a great looking one by itself (or it doesn't how to do large apps). But for specific features, it is great.

TLDR: It is still a 'fill in the funcionality here' type of help. Folks that are successful with letting 'multiple agents' running in the background are mostly for backend work where the results are easier to verify.

Also, there is a lot of LARPING in twitter sphere exaggerating what AI can realistically do right now. But I can see how it can affect entry level jobs. AI is still like an CS intern, or very very junior engineer.

Re: Ask HN: What Is the State of App Development in 2026?

#23
post #17
post #14

Earlier quoted context omitted.

could you talk more about the hoops? i’m getting close to the point i’d like to release something and it’d be my first time.

You need to have an Apple developer account. Then you need to submit your app to Apple for review. Then you need to comply with a list of sometimes arbitrary corrections/requirements that they send back (there is a document that specifies what you need to do, but it is not uniformly enforced in my experience). Then, eventually, you can list your app on the app store. It’s not super onerous, but it is much more annoyi…

Exactly this.

For example the iOS app failed first time as I accidentally used "Free" in the app name, and the app declared support for UIBackgroundModes but they were "unable to locate any features that require persistent audio". The dictation keyboard switched you to the app, then if you left would keep recording... fairly basic and obvious stuff. I could have either gone back and argued the case, or simply rip it out which I opted for.

It's now failed again because: The keyboard extension does not provide any functionality when the "Full Access" setting is toggled off.

Well no, hardly my fault you've locked down the usefulness of third-party keyboards, but now I've added a full keyboard in there so it's a bit more useful without that access. I don't expect any users to ever see this. Admittedly this was more frustrating when that would be a couple days work, not just a quick prompt, to fix.

Good luck with your app. Don't worry too much, you can generally work through their issues... but it can be a slow process. Make sure you leave plenty of time between your submission and when you want to launch!

Re: Ask HN: What Is the State of App Development in 2026?

#24
post #6

I had a go at building both a Mac and iOS dictation app the other day (dictator.robgough.net) thinking that with Claude's input, this probably wouldn't work... but it was a real problem I had, and I wanted to see how far we could get. Best way to learn the tools, right? I'd already spent the day playing with alternative apps that didn't quite do what I wanted. The app itself is fairly straightforward, but it included…

I mean, in general I dislike some of the more extreme app store gating.. but if apps are getting vibe coded with little effort I think gatekeeping is more important than ever. I think "is the author willing to put in the work to pass review" might be a useful heuristic, and it could also prevent things like vulnerable software being published. Plus it amuses me to imagine big tech having to deal with the slop apocalypse they've created!

Re: Ask HN: What Is the State of App Development in 2026?

#25

So a bit different from the other comments. We're a wearable company which of course pairs with an app. We built iOS first because that's what most of our users have, though the team is mostly on Android. We built our logic in Rust, so that compiles cross platform. It's really just the UI layer that is per platform. Though I had initially written our first demo in React-Native, the team wanted to go with native UI. L…

why was your team against react native? (for mobile app right that goes along with the wearable right?)

you can ship the actual UI stuff in seconds.

you can write your own plugins for anything native and just call it. we have a app that uses many native SDK calls which we write plugins for and call.

not to mention that once the native work is done you can deploy ui level changes and new features, bug fixes to users over OTA.

i’m just an outsider so i know my lane. but

whatever you do, do not allow bike shedding and ultra opinionated tech nerds to derail company vision timelines.

Re: Ask HN: What Is the State of App Development in 2026?

#27
I just do iOS development and my opinion is this: Start with XCode then use an LLM to design and develop it out from there its great. The newer models work great with project files where they used to struggle. Using the Visual Code development tools alongside XCode, claude skills and 3rd party libraries and frameworks with SwiftUI and Swift 5/6 is really convincing me I should make apps full time again. Coding apps has become my dream job.

https://github.com/LeoMobileDeveloper/ios-developer-tools

https://github.com/AvdLee/SwiftUI-Agent-Skill

Re: Ask HN: What Is the State of App Development in 2026?

#28
post #3

I'm have a game on both app stores, built in .net Maui. It earns enough to keep a roof over my head. AI is useless when developing with Maui, as it's too new of a development framework for any AI's knowledgebase to have a clue what to do with it.

https://github.com/dotnet/maui/wiki/Using-AI-to-Work-on-.NET...

Indeed, I have tried this route, but for anything more than a really simple app it's just not effective enough.

Re: Ask HN: What Is the State of App Development in 2026?

#29
Android native dev here.

> What is going on in the world of pure IOS/Android app development?

I'll speak only for Android.

I am tired of Google breaking source compatibility with every AndroidX release and remaining on outdated IntelliJ Platform versions in Android Studio.

not too long ago, Google released AGP 9.0, which was a SHOCKWAVE for many Android projects. many compiler plugins' compatibility, including Google's own Protobuf Gradle plugin, took very long to adapt. also, Kotlin Multiplatform received so much damage that a month after release, JetBrains themselves released an AGP 9.0 migration video on YouTube.

and then we have MDC-Android (Views) v. Compose tension. MDC-Android got Material 3 and M3 Expressive components much faster than Compose, and for many you still have to be on alpha Compose Material3 releases... which are more stable than "Stable," somehow. Compose is nice, but I'd swap Material for something else ASAP or use Compose Foundation directly.

> How is AI/LLMs affecting app development?

you have more useless buttons in Android Studio. or, if you are a paying IntelliJ IDEA Ultimate user, you can have Android support in IDEA, which enables ACP agents without sacrificing proper Android support. IDEA Android plugin lags behind AGP upgrades a little, though, but it's fine.

oh, and, you can vibecode Android apps in Google AI Studio with streaming from a Google-hosted device, all without Android Studio.

> what has changed in App Development in the past 2-5 years?

2 years? a lot. 5 years? the world turned upside down! Compose got Stable release 4 years ago.

> What does a career in only app development look like nowadays?

very discouraging. everyone just prefers React "Native". I couldn't find an Android job in two years because it's nowhere to apply to in Ukraine and just recently switched to .NET. guess what? less than a few weeks passed after I updated my Djinni and now I have a few interviews on the next week.

Re: Ask HN: What Is the State of App Development in 2026?

#30
post #10

I suspect AI is going to result in the bottom falling out of the market for simple apps. React made simple webapps a case of just gluing dependencies together and much more approachable to a generalist developer than the previous generation of web development was. But native apps weren’t affected in the same way. With AI I suspect we’ll see a lot of simple apps, the ones that really aren’t doing much other than CRUD…

Will the complex apps be discoverable though, and if not, will the devs bother at all? I feel like this would be a win for old-school open source, where people would do it for the love of the aim, and better vetted app stores like F-Droid might win out

Is that a new problem though? I thought the App Store had been dead for discovery for a long time.
Post reply on HN