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!
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)
Thanks! This is definitely a feature I want to use!
Android Studios Map Pins: https://developers.google.com/maps/documentation/android-sdk/map-with-marker
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
https://developers.google.com/identity/sign-in/android/start-integrating
this was the tutorial we followed. We added onto it as well
Great thank you! Definitely considering using this in my group project.
https://www.youtube.com/watch?v=t-yZUqthDMM
this was the tutorial for using glide with it
Me and Emily used this playlist! It's super helpful :^) https://www.youtube.com/playlist?list=PLrk7hDwk64-Y7ELKfkw8ox8TaT9y3gNpS
Here is the quick tutorial video I followed to add push notifications to an app through firebase.
https://www.youtube.com/watch?v=JVokoelQ1RI
Tutorial for playing sounds with buttons using SoundPool: https://www.youtube.com/watch?v=fIWPSni7kUk
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.
Web scraping: https://www.swipetips.com/android-basic-jsoup-tutorial/