{"id":29134082,"url":"https://github.com/eklavya47/product-catalog-android-app","last_synced_at":"2026-04-24T20:04:09.679Z","repository":{"id":255960291,"uuid":"842053802","full_name":"Eklavya47/Product-Catalog-Android-App","owner":"Eklavya47","description":"A modern and responsive Android app built using Kotlin and XML. This application fetches a list of products from a remote API using Retrofit, and displays them on the home screen via a RecyclerView. Tapping on a product navigates to a detailed screen showing comprehensive information including the product name, description, tags, reviews and more","archived":false,"fork":false,"pushed_at":"2025-06-25T10:39:38.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T11:32:17.025Z","etag":null,"topics":["android-application","android-development","dagger-hilt","dependency-injection","kotin","mvvm-architecture","retrofit","xml"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eklavya47.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-13T15:19:02.000Z","updated_at":"2025-06-25T10:40:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"275c27e2-4bce-4d96-b17c-92bc5e984c36","html_url":"https://github.com/Eklavya47/Product-Catalog-Android-App","commit_stats":null,"previous_names":["eklavya47/chatwiseassignment","eklavya47/retrofitproductviewer","eklavya47/product-listing-using-retrofit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Eklavya47/Product-Catalog-Android-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eklavya47%2FProduct-Catalog-Android-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eklavya47%2FProduct-Catalog-Android-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eklavya47%2FProduct-Catalog-Android-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eklavya47%2FProduct-Catalog-Android-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eklavya47","download_url":"https://codeload.github.com/Eklavya47/Product-Catalog-Android-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eklavya47%2FProduct-Catalog-Android-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-application","android-development","dagger-hilt","dependency-injection","kotin","mvvm-architecture","retrofit","xml"],"created_at":"2025-06-30T08:13:02.649Z","updated_at":"2026-04-24T20:04:09.638Z","avatar_url":"https://github.com/Eklavya47.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛍️ Product Catalog Android App\nA modern and responsive Android app built using Kotlin and XML. This application fetches a list of products from a remote API using Retrofit, and displays them on the home screen via a RecyclerView. Tapping on a product navigates to a detailed screen showing comprehensive information including the product name, description, tags, reviews, price, and more. The app is built using MVVM architecture and leverages Dagger Hilt for dependency injection.\n\n# ✨ Features\n- 📦 **Product Listing** – Clean grid/list view of products using RecyclerView\n- 🔍 **Product Details Page** – View full details like name, description, price, reviews, etc.\n- 🔁 **API Integration** – Powered by Retrofit for efficient network operations.\n- 🧱 **MVVM Architecture** – Clean separation of concerns using the MVVM pattern.\n- 🔄 **Real-time Data** – Fetches latest product data from API\n- 💉 **Dagger Hilt** – For dependency injection across the app components.\n- 🎨 **Material Design** – Modern and intuitive UI\n\n# 📸 Screenshots\n![home page](https://github.com/user-attachments/assets/d458e13c-9129-497b-bf59-c16f01cb4082)\n![details page](https://github.com/user-attachments/assets/d9e9bfad-1173-4034-8ea6-66a37fb86b7e)\n![details page 2](https://github.com/user-attachments/assets/90685586-7188-4594-8e13-a1f845c8d824)\n\n# ⚙️ Tech Stack\n- **Language**: Kotlin\n- **Architecture**: MVVM (Model-View-ViewModel)\n- **UI**: XML Layouts\n- **Dependency Injection**: Dagger Hilt\n- **Networking**: Retrofit\n- **UI Components**: RecyclerView, Material Design\n- **Asynchronous Programming**: Coroutines\n- **Data Binding**: ViewBinding\n\n# 📂 Project Structure\n- **data/**: Contains repositories, models and remote data sources\n- **di/**: Dagger Hilt dependency injection modules\n- **domain/**: Business logic, use cases and domain models\n- **ui/**: Activities, Fragments, ViewModels and adapters\n- **Constants.kt**: Application-wide constant values\n\n# 🚀 Getting Started\n1. Clone the repository\n2. Open the project in Android Studio\n3. Sync project with Gradle files\n4. Run the app on an emulator or physical device\n\n# 🔧 Requirements\n- Android Studio Hedgehog or later\n- Minimum SDK: 24\n- Target SDK: 34\n- Gradle Version: 8.0+\n\n# 🤝 Contributing\nContributions are welcome! If you'd like to fix a bug or add a feature, feel free to fork the repository and submit a pull request. Make sure your code adheres to the existing architecture and coding standards.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feklavya47%2Fproduct-catalog-android-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feklavya47%2Fproduct-catalog-android-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feklavya47%2Fproduct-catalog-android-app/lists"}