https://github.com/wawanwidiantara/simaksi-app
Android app for booking hiking trips with integrated payment gateway
https://github.com/wawanwidiantara/simaksi-app
android-app kotlin-android payment-gateway
Last synced: about 2 months ago
JSON representation
Android app for booking hiking trips with integrated payment gateway
- Host: GitHub
- URL: https://github.com/wawanwidiantara/simaksi-app
- Owner: wawanwidiantara
- Created: 2024-05-13T16:42:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-16T13:02:15.000Z (6 months ago)
- Last Synced: 2025-02-15T13:37:11.772Z (4 months ago)
- Topics: android-app, kotlin-android, payment-gateway
- Language: Kotlin
- Homepage:
- Size: 2.81 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hiking Adventure Booking App
Welcome to the **Hiking Adventure Booking App**! This Android app is designed to help outdoor enthusiasts book exciting hiking trips to beautiful mountain destinations. The app allows users to browse available hiking routes, check trip details, and securely make payments through an integrated payment gateway.
Whether you're an avid hiker or a first-time adventurer, our app makes it easy to find and book your next hiking experience.
---
## Features
- **Browse Hiking Trails**: Discover a variety of hiking trips available for different levels of experience.
- **Booking System**: Easily reserve your spot on a hiking trip with an intuitive booking interface.
- **Payment Gateway**: Securely make payments for your bookings using integrated payment gateways (e.g., Stripe, PayPal, etc.).
- **User Profiles**: Create and manage your profile for quick bookings and tracking past trips.
- **Real-time Availability**: Check live availability of hiking trips, including spots remaining on each trail.---
## Tech Stack
- **Programming Language**: Kotlin
- **Android Framework**: Jetpack Libraries (Navigation, LiveData, ViewModel, etc.)
- **UI**: XML layouts, Material Design
- **Payment Gateway**: Midtrans
- **Networking**: Fast Android Networking (FUN)---
## Installation
To run this app locally, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/yourusername/hiking-booking-app.git
```
2. **Open in Android Studio**: Open the project in Android Studio by selecting File > Open and navigating to the project folder.
3. **Install Dependencies**: In Android Studio, use the built-in Gradle tools to sync and download necessary dependencies.
4. **Run the App**: Click on the Run button in Android Studio, select your device/emulator, and the app should start.