Directory Structure for Codebase

Directory: All code exists under the app/src folder of the project directory. The Git repo exists within the app directory and ignores all but the src folder to avoid conflicts with any build files that are specific to any developers machine or environment.
Directories which were important in the development of this application are the main directory, which contains the AndroidManifest.xml, the res folder which contains strings files under values, layout xmls under layout, custom font face under font, and drawables under the drawable directory.
The main directory also contains the java directory, which displays all of the packages which were created for organization of each component of the application.

Packages: 
- org.keyscience.adapter:

- org.keyscience.app:

- org.keyscience.BackgroundTask:

- org.keyscience.Database:

- org.keyscience.fragments:

- org.keyscience.geolocation:

- org.keyscience.Gravatar:

- org.keyscience.models:

- org.keyscience.network:

- org.keyscience.picasso:

- org.keyscience.services:

- org.keyscience.SingletonPattern:


Database: Private information such as usernames and passwords for the live database will not be shared in compliance with restrictions set forth by the Key Biscayne Community Foundation. New tables were created for the application, as well as tables which have been modified for the development of the android application.