How to Install Android Studio

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udacity course.

Participate in this short tutorial to install Android Studio on your computer and set up a new project using the program's Project Wizard.

Reddacity may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udacity. Thank you for using these buttons to support Reddacity.

Reddit Posts and Comments

0 posts • 1 mentions • top 1 shown below

r/learnprogramming • comment
1 points • Ovalman

Android Studio and a decent tutorial.

I learned from a free course on Udacity, the problem with Udacity is they keep changing the courses so the same course I took isn't available. I also learned Java where Kotlin is recommended.

https://www.udacity.com/course/how-to-install-android-studio--ud808

That will help you install Android Studio although it's not hard. They will also work you through using the IDE which is a skill in itself and getting something basic on a phone screen. You will be able to achieve this in a few hours.

After that look for other free courses to work out how to link buttons and textviews to variables.

Once I got that everything fell into place because I already knew how to use loops and condition statements thanks to Python.

Once you get the basics you can introduce other more complicated things like RecyclerViews and Sqlite into your code. I copied and pasted other peoples code and tweaked it to my own needs. By constantly using code you eventually get to understand it. Most important thing is to keep at it and code, code, code.