Skip to content

evgenyneu/walk-to-circle-android

Repository files navigation

Walk to Circle for Android

This app is made for walking and discovering places around you.

Get Walk to Circle on Google Play

Walk to Circle is also available on iOS.

Walk to Circle for Android  screenshot

Credit

Sounds

Applause and cheer sounds

Congrats images

Google maps API key

In order to enable Google Map in the app you will need to create a google maps API key. Create google_maps_api.xml file in app/src/release/res/values and app/src/debug/res/values.

https://support.google.com/cloud/answer/6158862?hl=en#creating-android-api-keys

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

TODO

  1. User setExpirationDuration method in LocationRequest object to stop location updates after 30 minutes. Currently this is done with custom code.

Feeback is welcome

Please create an issue ticket if you have a problem with the app or just want to chat.

About

An Android app for those who like walking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages