|
Park Mobile Survey |
https://github.com/ppappala/CMSC436_Final_Project/releases/download/apk-add/app-debug.apk |
https://github.com/ppappala/CMSC436_Final_Project/archive/refs/heads/master.zip |
The Park Survey app allows users to search and select a park location from a list of parks in Maryland, which are also displayed in a map. The user would then be prompted to answer survey questions about their experience during their park visit. Finally, the users' survey answers would be saved and stored in a database. |
|
|
Demonstration Video |
import com.google.android.gms.location.FusedLocationProviderClient
import com.google.android.gms.location.LocationCallback
import com.google.android.gms.maps.CameraUpdateFactory
import com.google.android.gms.maps.GoogleMap
import com.google.android.gms.maps.OnMapReadyCallback
import com.google.android.gms.maps.SupportMapFragment
import com.google.android.gms.maps.model.*
import com.google.firebase.database.FirebaseDatabase |