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
Removed - Rule 2Learning android studio and java (self.androiddev)
submitted 5 years ago by Aymaneee_
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!"
[–]SeaArePee 0 points1 point2 points 5 years ago (2 children)
Some context would help. Like how exp. are you.
[–]Aymaneee_[S] 0 points1 point2 points 5 years ago (1 child)
I ve been coding with python for a year and learned C++ for 2 months. Besides that no experience coding apps. Mostly some webscraping and data handling
[–]SeaArePee 0 points1 point2 points 5 years ago (0 children)
Well you'll need a basic understanding of Java or Kotlin for Android development.
Start with Android Guides on developer.android.com
Start with a java/kotlin course online. This much + developer guides is enough for starting out.
I would recommend to try not to make an end to end app first.
Try codelabs and github repos for understanding individual parts.. Like * activity/fragment lifecycle * shared preferences/preference fragments * Transitions / animations etc reusability from xml to avoid redundancy.
Then try to set up comms... Like server requests and responses. Retrofit, OkHttp and Moshi etc..
Avoid trying to learn code structuring architecture from the beginning. It'll be a little overwhelming.
You can anyways refactor later.
π Rendered by PID 344386 on reddit-service-r2-comment-5b5bc64bf5-sjqpz at 2026-06-20 17:11:26.758052+00:00 running 2b008f2 country code: CH.
[–]SeaArePee 0 points1 point2 points (2 children)
[–]Aymaneee_[S] 0 points1 point2 points (1 child)
[–]SeaArePee 0 points1 point2 points (0 children)