Basic idea is to provide some standard data structure for runtime use.
Like:
1.Geo related class
This is basically a mapping of Google api object. Used to increase system robust and more easy to extend our system function.
The class is a wrapper of GeoObject in javascript to the Java environment. In addition, it will contain some specific field/function used in our system. Also, it provides some self-check function so when certain information is missing before calling a specific function in our match/management system, it will automatically collect information from google(through JSON) again before use.
There should already be basic Android SDK about this. Make simple prototype in our system and do more research about the Google API.
2.Record related object
Mange ride information.
3.Message related object
4.User related object
User Management, User Group/Customer Managment
Basic idea is to provide some standard data structure for runtime use. Like: 1.Geo related class This is basically a mapping of Google api object. Used to increase system robust and more easy to extend our system function. The class is a wrapper of GeoObject in javascript to the Java environment. In addition, it will contain some specific field/function used in our system. Also, it provides some self-check function so when certain information is missing before calling a specific function in our match/management system, it will automatically collect information from google(through JSON) again before use. There should already be basic Android SDK about this. Make simple prototype in our system and do more research about the Google API.
2.Record related object Mange ride information.
3.Message related object
4.User related object User Management, User Group/Customer Managment