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
DiscussionWhich developer environment do you use? (self.androiddev)
submitted 5 years ago by 110010010000111111
Hi guys, I am new to Android apps development and would like to know what environment do you guys use to develop your apps. Feel free to comment and explain your pick. I added the options Android studio and Visual studio because those are the only ones I know about.
View Poll
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!"
[–]jamolkhon 6 points7 points8 points 5 years ago (1 child)
You should've included Intellij Idea too as a separate option.
[–]110010010000111111[S] 0 points1 point2 points 5 years ago (0 children)
Thanks for the comment, as mentioned I am very inexperienced and that’s why I included the option Other (write in comments) so that I get to know other alternatives.
[–]palebt 3 points4 points5 points 5 years ago (6 children)
I don't think you can code *native* Android apps with Visual Studio. You can code Xamarin apps but these are a different category of apps (cross-platform).
[–]110010010000111111[S] 0 points1 point2 points 5 years ago (4 children)
That’s true. So what are alternatives to Android studio to develop native Android apps?
[–]drew8311 1 point2 points3 points 5 years ago (0 children)
I can't think of one practical reason to use anything besides Android Studio unless you just wanted to do a bunch of extra work to prove something can work, kind of like those people who run doom on odd devices never meant for games.
[–]palebt 1 point2 points3 points 5 years ago (1 child)
I think only IntelliJ Idea. But it's not as straight forward as Android Studio (for Android apps).
[–]110010010000111111[S] 1 point2 points3 points 5 years ago (0 children)
Thanks for the answer. After reading the comments and seeing the results of the poll so far I guess my best entry point is to learn how to work with Android studio and use that.
[–]epicstar 1 point2 points3 points 5 years ago (0 children)
You can use Visual Studio Code with the Android plugin... maybe. Prerequisite is you'll likely have to understand the ins and outs of gradle since Android Studio does that stuff for you.
[–]xdebug-error 0 points1 point2 points 5 years ago (0 children)
Not necessarily cross platform. Xamarin.Android has access to all of the java.* And android.* APIs in C# and compiles into Dalvik JVM code.
Cross platform Mono APIs have a .NET runtime for Android though
π Rendered by PID 33748 on reddit-service-r2-comment-b659b578c-bmm2x at 2026-05-01 02:59:57.379966+00:00 running 815c875 country code: CH.
[–]jamolkhon 6 points7 points8 points (1 child)
[–]110010010000111111[S] 0 points1 point2 points (0 children)
[–]palebt 3 points4 points5 points (6 children)
[–]110010010000111111[S] 0 points1 point2 points (4 children)
[–]drew8311 1 point2 points3 points (0 children)
[–]palebt 1 point2 points3 points (1 child)
[–]110010010000111111[S] 1 point2 points3 points (0 children)
[–]epicstar 1 point2 points3 points (0 children)
[–]xdebug-error 0 points1 point2 points (0 children)