mirror of
https://github.com/ev-map/EVMap.git
synced 2026-04-21 14:48:37 -04:00
c70a092d994b1d9331a83b2c55ee48cbf314676a
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%

