Offline navigation via specified multiple point

Hi

               I am developing application with offline navigation and i am using the below mentioned libraries :
                                          commons-lang3-3.3.2.jar
                                          mapsforge-map-0.3.1-SNAPSHOT-jar-with-dependencies.jar
                                          osmdroid-android-4.3.jar
                                          slf4j-android-1.5.8.jar

In my offline map application i want to draw root with multiple specified point and draw a path between the location via the specified points. so how can i achieve this ? can you please provide sample code and API url to get specified path via specified locations.

In case of mapsforge, I recommend to ask at the official mapsforge mailinglist, see
https://groups.google.com/forum/#!forum/mapsforge-dev

Maybe a similar question about drawing lines or points as an overlay has been there weeks or month ago, so please search that online mailinglist first.

Also think about upgrading to latest mapsforge 0.5 … it has evolved much!
For that purpose, study the new sample app sourcecode in github repository.

Core developers like Ludwig and emux will recommend the same immediately.