Johan von Forstner 11f492df1d Release 0.0.7
2020-05-21 15:11:22 +02:00
2020-04-23 13:16:27 +02:00
2020-05-21 15:11:22 +02:00
2020-04-13 22:45:18 +02:00
2020-05-14 18:35:29 +02:00
2020-03-15 18:21:51 +01:00
2020-03-30 19:18:40 +02:00
2020-03-15 18:21:51 +01:00
2020-03-23 22:10:54 +01:00
2020-04-23 13:18:18 +02:00
2020-03-15 18:21:51 +01:00

EVMap Build Status

Logo

Android app to access the goingelectric.de electric vehicle charging station directory.

Get it on Google Play

Features

  • Material Design
  • Shows all charging stations from the community-maintained GoingElectric.de directory
  • Realtime availability information (beta)
  • Search places
  • Favorites list, also with availability information
  • No ads, fully open source
  • Compatible with Android 5.0 and above

Screenshots

Screenshot 1Screenshot 2

Development setup

The App is developed using Android Studio.

For testing the app, you need to obtain API Keys for the GoingElectric API as well as for Google APIs ("Maps SDK for Android" and "Places API" need to be activated). These APIs need to be put into the app in the form of a resource file called apikeys.xml under app/src/main/res/values, with the following content:

<resources>
    <string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">
        insert your Google Maps key here
    </string>
    <string name="goingelectric_key" translatable="false">
        insert your GoingElectric key here
    </string>
</resources>
Description
No description provided
Readme MIT 39 MiB
Languages
Kotlin 97.5%
Java 2.3%