this post was submitted on 23 Jul 2023
3 points (100.0% liked)

Android Development

539 readers
2 users here now

Welcome to the programming.dev Android development community!

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License

founded 1 year ago
MODERATORS
 

I'm new (0 experience) to Android Dev, but want to contribute to one simple open-source app that I like on GitHub.

I had a spare hour today and tried to setup GitHub Codespaces environment, but so far failed to install AndroidSDK and satisfy Gradle.

So the question, what setups do you have for Android dev? What's industry standard and what YOU prefer?

And is cloud development a thing in Android world?

you are viewing a single comment's thread
view the rest of the comments
[–] lasagna@programming.dev 1 points 1 year ago

Back when I learned I just used the resources from Udacity. Google had created a Kotlin based course with them.

Software wise, it basically came down to Android studio, git, and some bash commands (but mostly for git). But this will be shown in the videos anyway.