EX Coin is an Android application designed to provide users with information about various cryptocurrencies. With a user-friendly interface built using Jetpack Compose UI, the app offers a straightforward experience for exploring different coins. Utilizing Hilt for dependency injection and adhering to clean architecture principles, EX Coin ensures a smooth and maintainable codebase.
- Cryptocurrency List: View a list of available cryptocurrencies in a lazy column view, allowing for easy navigation.
- Coin Detail Screen: Access detailed information about a specific coin, including its name, description, related tags, and founder's team members along with their roles.
- Clone the repository from GitHub.
- Open the project in Android Studio.
- Build and run the project on an Android device or emulator.
Upon launching the app, users will be presented with a list of cryptocurrencies. They can scroll through the list to find the desired coin.
- Select a Coin: Tap on the coin from the list to view its details.
- Coin Detail Screen: On the coin detail screen, users can find the following information:
- Coin Name
- Description
- Tags Related to the Coin
- Founder's Team Members and Their Roles
- Jetpack Compose: For building the user interface with a modern UI toolkit.
- Hilt: For dependency injection to ensure a modular and testable codebase.
- Clean Architecture: Organizational approach for separation of concerns, making the codebase more maintainable and scalable.
For any inquiries or support, please contact sakthir.developer@gmail.com.
Thank you for using EX Coin!