Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+14 votes

Does anyone have any good links to video tutorials on using Android Studio? Thanks!

asked in CSC490_Spring2019 by (1 point)

3 Answers

+5 votes

I found that the best resource for learning this stuff is just simply by searching for specific aspects of android studio on YouTube. If you are wanting to know how to make multiple 'screens' or activities you can follow along with any tutorial that is within the last year and be successful on YouTube.

Also finding the proper documentation online for how an object works and its methods was also helpful for me.

answered by (1 point)
+5 votes

This is a tutorial that could help with the bird counting app. Slightly different but similar. http://simpledeveloper.com/how-to-build-simple-counter-android-app/

answered by (1 point)
+2 votes

Here is a tutorial that I found helpful when I was creating the app: https://www.c-sharpcorner.com/blogs/create-simple-click-counter-android-application

answered by (1 point)
...