amadeus4dev-examples / amadeus-hotel-booking-android

Android (Kotlin) demo app showing how to build a hotel booking engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amadeus demo - Android Hotel Booking Engine

Discord

This prototype shows how to use the Android SDK to build a Hotel Booking Engine. To know more about how we built this prototype please check our Android Hotel Booking app tutorial.

This demo combines 3 different APIs:

How to run the project locally

  • Clone the repository:
git https://github.com/amadeus4dev/amadeus-hotel-booking-android.git
  • Install latest Android Studio version
  • Open project's root folder build.gradle with Android Studio File > Open
  • For authentication: Open the .gradle folder (root user) and edit/create the gradle.properties file. Add your API Key and API Secret in the gradle.properties:
amadeus.api.key="REPLACE_BY_YOUR_API_KEY"
amadeus.api.secret="REPLACE_BY_YOUR_API_SECRET"
  • Once your credentials are setup, click Run in Android Studio.

License

This library is released under the MIT License.

Help

You can find us on StackOverflow or join our developer community on Discord.

About

Android (Kotlin) demo app showing how to build a hotel booking engine

License:MIT License


Languages

Language:Kotlin 100.0%