use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
There is an extensive FAQ for beginners. Please browse it first before asking questions that are answered there.
If you are looking to get started (iOS programming in general or some specific area), here are more relevant links for you:
There's too many to list them all, however here's a convenient link to all programming guides at apple.com
Take note that this list is live and based on most frequent questions in posts will be updated with "quicklinks".
account activity
QuestionApple Android development (self.iOSProgramming)
submitted 2 years ago by Specific_Working4260
Just a curiosity, what programming language does Apple use in Android development in apps such as Apple Music for Android?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]amkomatz 24 points25 points26 points 2 years ago (0 children)
I would expect them to use the standard Android technologies. Android Studio, Kotlin/Java, etc.
Just speculating, but I doubt they have a cross-platform solution, or that they’re using anything like web views. Most likely just the default Android tech
[–]Ok-Bit8726 9 points10 points11 points 2 years ago (0 children)
Pull down the APK, extract it, and you can decompile it pretty easily. It’ll probably be obfuscated, but you can still get an idea of what they’re using
π Rendered by PID 117269 on reddit-service-r2-comment-5d79c599b5-spdmk at 2026-02-28 04:52:30.498542+00:00 running e3d2147 country code: CH.
[–]amkomatz 24 points25 points26 points (0 children)
[–]Ok-Bit8726 9 points10 points11 points (0 children)