MoveMate is a basic mobile app featuring smooth animations, designed to showcase how a real-world logistics application might look.
The design was created by Musemind UI/UX, and I translated it into a mobile app focused solely on the UI (this version does not include functionality).
You can view the original design here:
https://dribbble.com/shots/21617837-Movemate-Shipments-Mobile-App
- Shipment tracking with a search function
- Delivery cost estimation based on various parameters
- Shipment history with status updates and shipment summaries
The application is organized into three main layers:
- Domain Layer: Contains business logic and application rules, defining use cases and models.
- Data Layer: Manages data sources, including Room database and any remote data sources.
- UI Layer: Handles data presentation and user interactions.
- Kotlin: Programming language for Android development
- Jetpack Navigation Controller with options menu
- CollapsingToolbarLayout
- RecyclerView
- TabLayout
There are currently no automated tests included.
- Android Studio
- Kotlin SDK
- Gradle
- Clone the repository:
git clone https://github.com/Jayhymn/movemate
The App can work in Dark Mode but the color scheme will need some improvements




