Skip to content

evgenyneu/walk-to-circle-android

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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