/boolder-android

Boolder Android app https://www.boolder.com/en/app

Primary LanguageKotlinMIT LicenseMIT

Boolder Android

Boolder is the best way to discover bouldering in Fontainebleau.

The app is available at https://www.boolder.com/en/app

More info: https://www.boolder.com/en/about

Contribute

Want to help us improve the app for thousands of climbers? Great!

Here are a few ways you can contribute:

  • Open an issue if you find a bug
  • Open an issue if you want to suggest an improvement

If you want to contribute more significantly: we are looking for an official maintainer.

We already have a lot of features waiting to be built, and lots of new ideas to try out! We'd be happy to share the fun with you :)

As the project is still young, the best way to get started is to drop us a line at hello@boolder.com

Build the app

Codebase overview

The app is written in Kotlin, and uses several libraries:

  • Ktor
  • KotlinX.Serialization
  • Room
  • Mapbox SDK
  • Algolia Instant Search SDK
  • Koin
  • Picasso

Here is a 15-min video describing the architecture of the app : https://youtu.be/Qk7gX1CaMk4

Mapbox setup

Create a file named gradle.properties in the ~/.gradle/ directory, with the following content:

MAPBOX_DOWNLOAD_TOKEN={TOKEN}

Replace {TOKEN} with mapbox secret key.

More info here.