<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">There is probably a mix with the map
libraries here.<br>
<a href="https://github.com/mapsforge/mapsforge">Mapsforge</a> is
an offline vector map library and <a
href="https://github.com/osmdroid/osmdroid">Osmdroid</a> (and
its fork <a href="https://github.com/mapbox/mapbox-android-sdk">MapBox</a>)
are raster map libraries.<br>
<br>
GraphHopper can work of course with all of them, as it calculates
a route and we can use each library's overlay mechanism to
visualize it.<br>
<br>
I suggest to first try using Android Sample as is and then to
study its <a
href="https://github.com/graphhopper/graphhopper/blob/master/android/app/src/main/java/com/graphhopper/android/MainActivity.java">MainActivity</a>
class in order to understand how you can work it.<br>
<br>
</div>
<div class="moz-signature">-- <br>
<font color="#000000">Emux</font><br>
<a href="http://wiki.openstreetmap.org/wiki/Cruiser">Cruiser</a> -
<a
href="http://wiki.openstreetmap.org/wiki/Atlas_%28navigation_application%29">Atlas</a></div>
</body>
</html>