Utility App

The application is use to track all the information about the shipment of the customers. Customers can do shipments tracking by using their shipment number.
This application has two main modules:
Shipment Tracking: This feature allows users to track their shipments by adding their tracking codes. Once user enters his shipment code, then the application searches the code on server whether it is valid or not. If it is a valid shipment code then server application responds with all the details corresponding to that code in XML format. Finally application displays server response to the user on iPhone UI. Application also caches server response locally on sqlite database for future references.
Locations: This feature track user's current GPS location and at the same time brings details of all client offices from server. Application plots users current location on Google map, thus user can find nearest client office to his current location and also helps him to find the way to office.