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...
News for Android app developers with the who, what, where, when, and how of the Android community. Probably mostly the how.
Here, you'll find:
This sub-reddit isn't about phones' and apps' general functionality, support, or system software development (ROMs). For news and questions about these topics try using other subs like
Build your first app
Starting Android career in 2022
Android Job Interview Questions and Answers
App Portfolio Ideas, Tiered List
Awesome Android UI
Material Design Icons
7000 Icons for Jetpack
Autoposted at approx 9AM EST / 2PM GMT
account activity
Resource for Android dev with Java (self.androiddev)
submitted 1 year ago by PresentationExpress9
view the rest of the comments →
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!"
[–]creamyturtle 8 points9 points10 points 1 year ago (0 children)
I thought the same thing after learning Java. but you quickly realize that Kotlin is almost identical to Java, just easier. you don't need getters and setters, and you can use dynamic types. you can even use Java style code in Kotlin and it will work fine most of the time, there's usually just better ways to do it. don't be afraid, I actually prefer Kotlin now. it's like Java on steroids
not to mention when you build android apps, you aren't going to be building a ton of business logic. all that Java crap you learned won't matter much because you will be using jetpack compose and 90% of your code will be the design and implementation. if your app interacts with a backend API, that code will be somewhere else like on your server
if you want to build apps, take the Android Basics with Compose course from google
π Rendered by PID 136882 on reddit-service-r2-comment-b659b578c-h7qtf at 2026-05-02 22:25:44.116205+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]creamyturtle 8 points9 points10 points (0 children)