Skip to content
Snippets Groups Projects
Commit 6a0624bb authored by Jacob Berg (jrb240)'s avatar Jacob Berg (jrb240)
Browse files

Update README.md

parent 1a1e021d
No related branches found
No related tags found
1 merge request!34Reviews for events are done. The reviews for events and restaurents have been...
...@@ -29,3 +29,7 @@ Also, sometimes it requires to specify com.example.event36.BuildConfig.GOOGLE_PL ...@@ -29,3 +29,7 @@ Also, sometimes it requires to specify com.example.event36.BuildConfig.GOOGLE_PL
### Creat Post Event Page and Sidebar Navigation Drawer ### Creat Post Event Page and Sidebar Navigation Drawer
[<img src="Wiki_Images/CreateEventScreenshot.png" width="250">](Wiki_Images/AddEventDemo.mov)<caption style="caption-side:bottom">Click to see video</caption> [<img src="Wiki_Images/CreateEventScreenshot.png" width="250">](Wiki_Images/AddEventDemo.mov)<caption style="caption-side:bottom">Click to see video</caption>
### Server
Server is a MVC design, though inferface functionality is not there. Its primary purposes is to activity transfer data from one host to another. Though because of limitations in acquring IP addresses from android it is passive server. Thus it currently consists of 5 threads: 3 receiving thread for users, events, and reveiws. Users connect to the server to grab the data they want, which are host on 2 different thread; one for event, and one for reviews.
As of this current time the only data that is persistant on the server is hardcoded. Though the ability to have persistant data was a lower priority than data transfer.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment