Sadly the golden age of the app store is long gone. I used to make thousands monthly around 2015 with silly apps, but all went down the drain by 2018. Making apps isn't worth anymore.
Ask HN: Am I crazy or is Android development awful?
11–20 of 157 posts
Re: Ask HN: Am I crazy or is Android development awful?
#12Re: Ask HN: Am I crazy or is Android development awful?
#13Re: Ask HN: Am I crazy or is Android development awful?
#14Re: Ask HN: Am I crazy or is Android development awful?
#15I think you're just going through the learning curve of something new. You could make the same argument about a React/Next app being unnecessarily complicated with Hello World.
Re: Ask HN: Am I crazy or is Android development awful?
#16Termux was F-droid only, but 4 years later is back on the Play Store: https://github.com/termux-play-store#current-status-for-user...
Termux has both glibc and musl libc. Android has bionic libc.
One time I got JupyterLab to run on Android in termux with `proot` and pip. And then the mobile UI needed work in a WebView app or just a browser tab t. Maybe things would port back from Colab to JupyterLab.
conda-forge and Linux arm64 packages don't work on arm64 Android devices, so the only option is to install the *-dev dependencies and wait for compilation to finish on the Android device.
Waydroid is one way to work with Android APKs in a guest container on a Linux host.
That Android Studio doesn't work on Android or ChromiumOS without containers (that students can't have either).
Re: Ask HN: Am I crazy or is Android development awful?
#17You should try iOS dev.
Re: Ask HN: Am I crazy or is Android development awful?
#18You should try iOS dev.
Sounds fun at first, but it always ends in tears.
Re: Ask HN: Am I crazy or is Android development awful?
#19Re: Ask HN: Am I crazy or is Android development awful?
#20Happy to answer any questions or help you out if you decide to keep going down this road, shoot me an email at kevmo314@gmail.com. Ultimately an Android phone is still just a Linux computer but jumping through the hoops is definitely hard.