Hoopoe is an open-source Android application that allows users to follow cryptocurrency asset prices live with interactive charts. This app provides real-time insights into the cryptocurrency market, making it easier for users to track price movements and make informed decisions.
- Real-Time Price Tracking: Utilizes Ktor to retrieve real-time price data through socket communication.
- Local Data Management: Integrated Room database for efficiently managing and storing currency data locally.
- Image Loading and Caching: Uses Glide to load and cache images seamlessly within the application.
- Dependency Injection: Integrated Hilt for dependency injection to improve code modularity and facilitate testing.
- Data Fetching: Integrated Retrofit for efficiently fetching and displaying currency data.
- Interactive Charts: Utilizes the MPAndroidChart library for visualizing currency data through interactive charts.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/root14/Hoopoe.git