Hotel Booking Application in Android Studio Source Code

By CampCodes Administrator

Updated on:

  • Version
  • Download 16897
  • File Size 10.77 MB
  • File Count 1
  • Create Date June 18, 2020
  • Last Updated August 18, 2024

About the Project

This project provides a booking application for hotels, counts the number of views, and will add into the cart if you will book on your selected hotel.

App Features

  1. Take a sample JSON for a list of Hotels
  2. The hotel shall have most basic identifying fields
  3. Create a few users who will perform the following activities.
  4. Track the visitors on a hotel page
  5. Users make a Draft Booking, where the user tries to book a hotel but don't complete the process
  6. Users book a Hotel such as Create a completed booking
  7. Display the activities happening around hotel page (Visits, Draft Bookings, Completed Booking)
  8. Display recommendations of other hotels based on the activities done by the user.
  9. Implement a basic UI with minimal functionality required.
  10. Shows list of hotels as structured in HotelMock.json
  11. List of hotels shown with their ratings, tags, and views.
  12. On clicking "Book," users can create either Draft or Complete Booking.
  13. Activities including Views, Drafts, Bookings are displayed to all.
  14. Each hotel has tags attached to it. Upon successfully booking the user, He/she can navigate to the "Recommendation" tab to see relevant hotels with similar tags.

HotelBookingRecomendation.zip
HotelBookingRecomendation.zip

Download

2 thoughts on “Hotel Booking Application in Android Studio Source Code”

Leave a Comment