I have mobile application senior project called,"Traffics on Road to Atilim." In this application, user can create or update traffics event such as car accident, road under construction. Application will take GPS cordinates of user and insert event on google maps. Other user can see this event via google maps.
Problem is that android SQL lite is not based on server/client model and I think, I need that model for this application. Here is our application ER-diagram
My quistion is how can i implement client/server model in android application? I can or not? If i can not implement do i have to sycn oracle database server via SQL lite ?