/CS240

Family Map application

Primary LanguageJava

Family Map App

This is the front and back end of an Android application used to do family history.

Upon registration it generates fake ancestral data and populates a google map fragment with the locations of these events.

To run

Clone the repo and open in Android Studio. Make an "Application" module with the following values:

Full Java package name of your server's "main" class

  • FMS.Server

Program Arguments

  • port number

Working Directory

  • CS240

Class path of module

  • familyserve

Make an "Android App" module with the following values

Module

  • client

Now run the server module then the client module