top
logo

Support AndNav

PayPal
US-Server kick-off.
Current Fundraising Progress

Login Form



Who's Online

We have 32 guests and 1 member online

feed-image Feed Entries
Home
AndNav.org - Android Naviation System
AndNav2 - Bleeding versions PDF Print E-mail
Written by No editor admin   
Saturday, 27 December 2008 19:23

Hello Community,

 I have put up a new version of AndNav2 containing a couple of new features, that were previously posted here in the news. Its not well tested, but should work the same or better than the previous versions. There for I call it 'bleeding', because it represents the latest development-status and is updated like every or every 2nd day.

Still only for:
France Germany Denmark United Kingdom Spain Switzerland Italy Austria Ireland

»» Download bleeding Alpha! ««

 

A little late, but 'Merry Christmas' or whatever you are currently celebrating or not  Smile
Christmas Lolcat Dignity

 

Best Regards,
Nicolas

Last Updated ( Sunday, 28 December 2008 03:44 )
 
AndNav2 - Extended API PDF Print E-mail
Written by Nicolas Gramlich   
Monday, 22 December 2008 19:02

Hello Developers,

 the API you, as a developer, can interfere with AndNav2 has been extended. You can now make AndNav2 display a couple of GPS-locations along with a title and a description.

 This is what looks like having sent out some locations:

This is how it works:


 // Only AndNav2 will react!
public static final String ANDNAV2_VIEW_ACTION =
   "org.andnav2.intent.ACTION_VIEW";

private void sampleLocationRequest() {
// Create a bundle that will transfer the location-information
final Bundle b = new Bundle();

final ArrayList locations = new ArrayList();
// Add as many locations as you want here

// "Latitude,Longitude;Title;Description"
locations.add("50.119539,8.658031;Frankfurt;City Center");
// "Latitude,Longitude;Title;Description"
locations.add("50.133089,8.66729;Frankfurt (title is optional);"
+ "Just an optional description.. put anything here =) !!");
// "Latitude,Longitude;Title"
locations.add("50.133089,8.63729;Just a title, no decription");
// "Latitude,Longitude"
locations.add("50.124089,8.64729");

// Add the locations to the bungle using "locations" as the key
b.putStringArrayList("locations", locations);

// Create and broadcast an Intent that will
// start an AndNav-Map with the locations marked

final Intent locationIntent = new Intent(ANDNAV2_VIEW_ACTION);
locationIntent.putExtras(b);
sendBroadcast(locationIntent);
}

This will be available from the very next version of AndNav2!

We are open to any suggestion(s) Smile

 

Best Regards,
Nicolas

Last Updated ( Saturday, 27 December 2008 20:38 )
 
AndNav2 - Public Alpha PDF Print E-mail
Written by Nicolas Gramlich   
Monday, 15 December 2008 00:00

Hello Community,

today we proudly announce the first public AndNav2-Alpha for the following Countries:

  • Germany,  France, Denmark, United Kingdom, Spain, Switzerland, Italy, Austria & Ireland
  • Germany France  Denmark United Kingdom Spain Switzerland Italy Austria Ireland
  • Why no US-coverage? Because we need a server! We are fundraising for it!
Please keep in mind that this version is still Alpha and therefore might crash. Also the servers might take a short break from time to time.

You can download the *.apk directly from your Android Device, from this link:

Download AndNav2 Dowload AndNav2 Alpha! Download AndNav2

Please consider donating if you like it!

Other Updates:

Best Regards,
Nicolas & Pascal

Last Updated ( Friday, 19 December 2008 20:54 )
 
AndNav2 - New Maptile Interpolation PDF Print E-mail
Written by Nicolas Gramlich   
Saturday, 20 December 2008 23:05

Hello Community,

 the next version of AndNav2 will have an really neat new feature of the drawing-engine. If you zoomed to a specific level and there was no maptile for that zoomlevel downloaded yet, AndNav2 now generates a intermediate maptile from the ones of the above zoomlevel.So the time you are running without Maptile, especially while having Auto-Zoom enabled, is dramatically reduced!

This is how it looks like. (Keep an eye, on the pebbly pixels directly after zooming in):

 

Best Regards,
Nicolas & Pascal

Last Updated ( Saturday, 20 December 2008 23:20 )
 
Introducing the OpenStreetBug-Interface PDF Print E-mail
Written by Nicolas Gramlich   
Wednesday, 17 December 2008 14:57

Hello Community,

today we want to make you familiar with the new neat feature of AndNav2. We have added an interface to OpenStreetBug (website) which also is available right here on andnav.org.

With this tool, you can report bugs in the OpenStreetMap-Data, which can get commented and closed by other members of the OpenStreetMap/AndNav-Community.

Such bugs are i.e.:

  • Missing streets
  • Misspelled streetnames
  • Oneways in the wrong direction
  • New roundabouts
  • etc...

This feature will be included in the very next version of AndNav2.

 

Best Regards,
Nicolas & Pascal

 
More Articles...
« StartPrev12345678NextEnd »

Page 1 of 8

bottom
top

Latest News

Popular


bottom

Powered by Joomla!. Designed by: Joomla Templates, domain hosting. Valid XHTML and CSS.