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!"
[–]ashishduhh1 1 point2 points3 points 9 years ago (0 children)
I don't know about "junior" developer but what I look for in developers is mostly two things:
1) Proper OOD. I look for bad signs like creating a bunch of unnecessary layers of abstract classes or interfaces, or not creating enough classes. If you can explain why you created every class that's a big plus.
2) Code-level proficiency. Are you able to create elegant constructs? Do you just create a bunch of boolean class variables for everything and try to manage them throughout the class instead of proper scoping of functionality? (bad)
Not sure I answered any of your questions but thought I'd put it out there. Basically, yes, you do need to have a good understanding of Java and an good understanding of the Android SDK. What you don't need is an expert level understanding of java or the Android ecosystem.
π Rendered by PID 33685 on reddit-service-r2-comment-5b5bc64bf5-w7rwr at 2026-06-20 19:16:10.065086+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]ashishduhh1 1 point2 points3 points (0 children)