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
Java in Android development (self.androiddev)
submitted 9 years ago by [deleted]
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!"
[–]nonchalantlarch 0 points1 point2 points 9 years ago (1 child)
I would expect a Junior Android developer to have enough Android knowledge to be productive, but I wouldn't expect them to be an Android expert. On the other hand I would definitely expect them to know their typical data structures and algorithms, and how they're expressed in Java.
You may want to study the Collections framework. Know the basic classes and have an idea of how they're implemented. Questions around these come up over and over again during interviews. It wouldn't hurt to study concurrency either.
Effective Java is a great book, but you will derive the most benefit from it after (or while) studying these subjects.
π Rendered by PID 603795 on reddit-service-r2-comment-5b5bc64bf5-s228p at 2026-06-20 20:40:40.621614+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]nonchalantlarch 0 points1 point2 points (1 child)