Tuber

Location based tutor finding app!

Contributers:

-Andrew Juwon Park -Adit Hasan -Aman Anand -Wonbin Jeong

Key points

  • Stores data with firebase
  • Uses Google Map api for location-related tasks

Tech

Dillinger uses a number of open source projects to work properly:

  • [Google-API] - API enabling the use of Google Map
  • [Firebase] - Free database online to handle all our data
  • [Android-Studio] - Our main environment of coding
  • [Java] - Our main programming language to code
  • [Github] - Used for source control // collaboration

Add the following implementations to build.gradle module file:

implementation 'com.google.firebase:firebase-core:16.0.6'
implementation 'com.google.firebase:firebase-auth:16.1.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.google.maps.android:android-maps-utils:0.5+'
implementation 'com.onesignal:OneSignal:[3.9.1, 3.99.99]'
implementation 'com.squareup.okhttp3:okhttp:3.6.0'
Share this project:

Updates