##UTNow General use android application for the University of Texas campus
###Contributions
To contribute building information that can be found to this project fork the project then go to
res/values/strings.xml
From there follow the example below within the present arrays
<item>buildingName,latitude,longitude</item>
Another example that will is valid is
<item>building name,latitude,longitude</item>
Where buildingName is the name of the building you are including into the xml and latitude and longtitude is the the decimal value of the coordinates of the building. This can be easily obtained through here.
http://itouchmap.com/latlong.html
Once completed make a pull request for review
###Necessary Libraries
-
The latest Google Play services
-
Latest Google AppCompat library