mirror of
https://github.com/ev-map/EVMap.git
synced 2026-06-12 08:17:14 -04:00
e5e5f8ef3c559e52d4b28d9fb08d0f816927accf
EVMap 
Android app to access the goingelectric.de electric vehicle charging station directory.
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
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>
Languages
Kotlin
97.5%
Java
2.3%

