@@ -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)<captionstyle="caption-side:bottom">Click to see video</caption>
[<img src="Wiki_Images/CreateEventScreenshot.png" width="250">](Wiki_Images/AddEventDemo.mov)<captionstyle="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.