Skip to content

Shhatrat/Loggerek-old

Repository files navigation

Loggerek

License BuddyBuild

Loggerek is App for lazy geocachers 😄

Works with opencaching api: https://opencaching.pl/okapi/

Technologies used

  • 100% Kotlin
  • Retrofit2, Signpost (for OAuth) and OkHttp
  • Realm
  • RxJava2
  • Koin (DI)
  • Material Design patterns
  • No libs hardly based on reflection like EventBus!
  • Many Android stuff like Fragments, Setting Preferences, Recyclerviews, View Pagers...
  • ...and more

Usage (for humans)

  • quick logging using predefined comments
  • normal logging with rates, recommendations etc.
  • saving password to cache's note automatically
  • logging events
  • saving unsent logs
  • saving notes to cache

Usage (for developers)

If you want build this app you have to add keys, you can generate it here: https://opencaching.pl/okapi/signup.html

    <string name="consumer_key">set_your_key</string>
    <string name="consumer_secret">set_your_key</string>
    <string name="google_maps_key">set_your_key</string>

Screenshots