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

+16 votes

A lot of these tutorials would be really useful for the other groups. Please share them here for the rest of us to follow! Thanks!

asked in CSC490_Spring2019 by (1 point)

10 Answers

+8 votes
 
Best answer

This is the two links that we used for the Android Sign-In with Google API:

https://developers.google.com/identity/sign-in/android/start-integrating
https://www.youtube.com/watch?v=t-yZUqthDMM (Image loading using Glide from Google Account)

answered by (1 point)
selected by
+1

Thanks! This is definitely a feature I want to use!

+9 votes
answered by (1 point)
+9 votes

Here is another tutorial for using the Google Maps API:
https://www.tutorialspoint.com/android/android_google_maps.htm

Here is some help if you are going to set up your API key manually:
https://developers.google.com/maps/documentation/embed/get-api-key

answered by (1 point)
+8 votes

https://developers.google.com/identity/sign-in/android/start-integrating

this was the tutorial we followed. We added onto it as well

answered by (1 point)
+2

Great thank you! Definitely considering using this in my group project.

+8 votes

https://www.youtube.com/watch?v=t-yZUqthDMM

this was the tutorial for using glide with it

answered by (1 point)
+8 votes

Me and Emily used this playlist! It's super helpful :^)
https://www.youtube.com/playlist?list=PLrk7hDwk64-Y7ELKfkw8ox8TaT9y3gNpS

answered by (1 point)
+8 votes

Here is the quick tutorial video I followed to add push notifications to an app through firebase.

https://www.youtube.com/watch?v=JVokoelQ1RI

answered by (1 point)
+5 votes

Tutorial for playing sounds with buttons using SoundPool:
https://www.youtube.com/watch?v=fIWPSni7kUk

answered by (1 point)
+3 votes

Here's the tutorial we used for our demo on Javascript cookies: https://www.w3schools.com/js/js_cookies.asp

w3schools.com is also in general a great resource for HTML or JS information.

answered by (1 point)
+3 votes
answered by (1 point)
...