Navteq : Android SDK and Reference application

March 10th, 2011 | by admin | mobile application, tech, uncategorized

Mar
10

Navteq is one of the leading MAP Providers and other LBSP (location based service products). Navteq is owned by Nokia.
Navteq had developed an iPhone SDK which allowed the iPhone developers to integrate Navteq maps in iPhone applications.
Our task involved redeveloping the SDK and the reference application for Android platform.
The SDK had features to display map, real time traffic, point of interest search, location based advertisement and route calculation between points.
Challenges faced were:-
  1. Understanding the iPhone code by android team because there were no written specs and the only specs available were in form of iPhone SDK code which was good as well as bad.
  2. During development an important lesson was learnt about the Singleton pattern and how it did not work well for the Android platform(similar issue on another memory constrained environments) and was becoming a cause for memory leaks.
  3. GPS polling was draining battery and had to be carefully managed
  4. Special care had to be taken to make the text and graphics look good on multiple screen resolutions.
  5. Performance, related to garbage collection, also became a problem which had to be solved using Open GL
  6. Parsing json response which would use less memory and perform faster

 

Leave a Comment

Make sure you enter the * required information where indicated.

You must be logged in to post a comment.