A Product Viewer App for Android written with Kotlin using MVVM architecture, XML for UI, Retrofit for API call and dependency injection with dagger hilt
This is a Product Viewer App for Android developed using Kotlin with XML for UI. The app follows the MVVM architecture, ensuring a clean separation of concerns and smooth data handling. Retrofit is used for seamless API integration, fetching product lists and details. Dependency injection is efficiently managed with Dagger Hilt, promoting modular and scalable development. The app displays products in a list format, and users can tap on a specific product to view detailed information. The design ensures a smooth and intuitive user experience.