This table includes the directory structure of the Water Wand App.

______________________________________________________________________________________________________________________
|                               |                              |                                                      |                                                                                                                                                                       |                               |                                                                                     |
|      DIRECTORY STRUCTURE      |      DESCRIPTION                                                                    |                                                                                                                                                                       |                               |                                                                                     |
|_______________________________|                                                                                     |______________________________________________________________________________________________________________________|
|
|  Water Wand-app
|       - app\
|               | - build -> Contains the following folders that is generated by Android Studios for the Modules. Primary files R.java, this assigns symbolic names to each of the items the res directory. 
|                     | - generated - Folder tats contains information so they can be reference in java code\
|	           | - intermediates - Contains individual files that are created during the build process, will be combined to produce the apk file
|	           | - outputs - Contains the apk and log files with manifest merger txt file
|	           | - tmp - Temporary folder that contains temp files 
|               | - src -> Contains all the class files created in the app
|	           | - androidTest - Contains the Example Instrumented Test 
|	           | - main - Contains main files for  the basic action/fragment or panels for android studios
|		          | - AboutFragment.java
|		          | - add_Device.java
|		          | - contact_page.java
|		          | - data_collection.java
|		          | - FirstFragment.java
|		          | - MainActivity.java
|		          | - notification_page.java
|		          | - profileFirst.java
|		          | - reply_onboard.java
|		          | - SecondFragment.java
|		          | - ThirdFragment.java
|	           | - testv - Contains and generated Unit test for the application 
|	     | - libs -> Empty
|       - gradle
|               | - wrapper - > Version required to run code application
|                     | - gradle-wrapper.jar
|                     | - gradle-wrapper.properties
|
|
| - gradle.properties
| - gradlew
| - gradle.bat
| - local.properties
| - README.md
| - settings.gradle
______________________________________________________________________________________________________________________________________________________

This table includes the directory structure of the Mapbox
______________________________________________________________________________________________________________________|
|                               |                              |                                                      |                                                                                                                                                                       |                               |                                                                                     |
|      DIRECTORY STRUCTURE      |            DESCRIPTION                                                              |                                                                                                                                                                       |                               |                                                                                     |
|_______________________________|                                                                                     |______________________________________________________________________________________________________________________|
|
|   Mapbox\
|       - app\
|               | - build -> Contains the following folders that is generated by Android Studios for the Modules. 
|                     | - generated - Folder that contains information so they can be reference in java code\
|	           | - intermediates - Contains individual files that are created during the build process, will be combined to produce the apk file etc
|	           | - outputs - Contains the apk and log files with manifest merger txt file
|	           | - tmp - Temporary folder that contains temp files 
|               | - src -> Contains all the class files created in the app
|	           | - androidTest - Contains the Example Instrumented Test 
|	           | - main - Contains main files for  the basic action/fragment or panels for android studios\
|		          | - MainActivity.java         
|	           | - testv - Contains and generated Unit test for the application 
|
|       - gradle
|               | - wrapper - > Version required to run code application
|                     | - gradle-wrapper.jar
|                     | - gradle-wrapper.properties
|
|
| - gradle.properties
| - gradlew
| - gradle.bat
| - local.properties
| - settings.gradle
|_______________________________|___________________________________________________________________________________________________|}