Skip to content

Mundraub Navigator: Android App for fruit radar website https://mundraub.org written in Kotlin

Notifications You must be signed in to change notification settings

xjcl/mundraub-navigator

Repository files navigation

Demo of the app

Logo of the app Mundraub Navigator

Mundraub Navigator is a Kotlin Android app for using https://mundraub.org, a map of public fruit trees.

Go foraging, find fresh fruit, discover your local neighborhood, reduce food waste, and gain a deeper appreciation for nature and her seasons!

Features:

  • Find local fruit trees and shrubs in DACH countries
    • includes mini-calendar with seasonality information
  • Use your Mundraub account to add, edit and report markers
  • Google Maps integration for directions to markers
  • Stays usable even when losing internet connection
  • Languages: 🇺🇸/🇩🇪

Get it on Google Play

I went to a marker but couldn't find anything

Mundraub has a visual bug where marker images are anchored at the center and not the tip/bottom. This might lead to users placing markers north of where they wanted to place them, so try checking the area directly south of the marker.

Is this app official?

I've been in contact with Kai from Mundraub, and he approves of the app (and the name and asset use). But I did all the development and am in charge of all development decisions.

How to build

Add your google_maps_key in a file called app/src/debug/res/values/google_maps_api.xml (and, for me, app/src/release/res/values/google_maps_api.xml)

<resources>
    <string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">yourKeyHere</string>
</resources>

Then just build it in Android Studio.

Dieses README gibt es auch auf Deutsch