mirror of
https://github.com/ev-map/EVMap.git
synced 2026-01-06 05:57:48 -05:00
11f492df1df8b26d5488e941f658da59aae02b60
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%

