InfoTrade is an Android app designed to provide users with real-time information about companies listed on the stock market. Users can explore company details, view financial statements (balance sheet, cash flow, income statement), and analyze stock performance through interactive charts.
- Display a list of companies listed on the stock market.
- View detailed information about each company, including name, industry, and description.
- Access financial statements (balance sheet, cash flow, income statement) for comprehensive analysis.
- Visualize stock performance over time through interactive charts.
- Utilize Jetpack Compose for a modern and dynamic user interface.
- Kotlin: The app is developed using the Kotlin programming language.
- MVVM Architecture: Follows the Model-View-ViewModel architectural pattern for separation of concerns and maintainability.
- Clean Architecture: Adheres to Clean Architecture principles for a scalable and maintainable codebase.
- Jetpack Compose: Utilizes Jetpack Compose for building dynamic and declarative user interfaces.
- Coroutines: Uses Kotlin Coroutines for handling asynchronous operations and managing concurrency.

