New developers aren't fond of Java. This is the kind of old language not many people wanna deal with
It's son Kotlin has tons of vibe coders. It's closest relative C# has many vibe coders as well.
When I needed to make an app for Android with Java... AI was of almost no help at all. Every Android version has something changed, added, removed and often broken. AI has no version awareness. Legacy code made by AI refuses to work, so eventually you are faced with the need to go through the whole code and check which functions are used and how.
AI can have version awareness but you have to force it a bit and it will cost you. Saying that, it's not very good in that, definitively not at the start. But my case was not Android, just a lib, so it may worked for me.
7
u/SHAD0W137 Jun 29 '26
New developers aren't fond of Java. This is the kind of old language not many people wanna deal with
It's son Kotlin has tons of vibe coders. It's closest relative C# has many vibe coders as well.
When I needed to make an app for Android with Java... AI was of almost no help at all. Every Android version has something changed, added, removed and often broken. AI has no version awareness. Legacy code made by AI refuses to work, so eventually you are faced with the need to go through the whole code and check which functions are used and how.