Linux Solved

All Linux tips, Solved!

Recent Entries

Archive

Tag Cloud

RSS/Atom

[Android] OpenStreetMapView, OpenStreetMap-Tools for Android (osmdroid) and SLF4J Android

May 8th, 2012 — 0 Comments — Permalink

  • openstreetmap-tools
  • slf4j
  • openstreetmapview
  • osmdroid
  • android


The OpenStreetMapView is a (almost) full/free replacement for Androids MapView class.

The MapView of OpenStreetMap-Tools for Android (osmdroid) is basically a replacement for Google's MapView class. It provides Tools/Views to interact with OpenStreetMap-Data.

In order to use it you should craete a project for Android 3 (API level 1.5) or higher, include osmdroid-android-x.xx.jar and slf4j-android into your project.

The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for various logging frameworks, e.g. java.util.logging, log4j and logback, allowing the end user to plug in the desired logging framework at deployment time.

The SLF4J Android project make it ease to use existing libraries which use SLF4J as their logging framework on the Google Android platform.

Your project must be Android level 3 or higher (1.5 or higher).

If you are going to use OSMUploader then you must also include apache-mime4j-0.6.jar and httpmime-4.0.1.jar.


Author: Android Er
Source: android-er.blogspot.com

Discussion

There are no comments for this post.

Leave A Reply

You may use Markdown syntax but raw HTML will be escaped and headings normalised.

Log in

2011 © SolvedLinux.com