Skip to content

abdur-android-dev/Get-All-Videos-in-Android-Jetpack-Compose

Repository files navigation

Get all videos in Jetpack compose & Play it!

A simple Android application that retrieves all videos from the device and displays them in a list with thumbnails. The app follows the MVVM architecture pattern and utilizes Dagger Hilt for dependency injection.

Features

  • Fetches and displays all videos on the device.
  • Displays video thumbnails in a list.
  • Follows the MVVM architecture pattern for clean and maintainable code.
  • Uses Dagger Hilt for dependency injection to manage and provide app-level dependencies.
  • Screenshots

    Screenshot 1 Screenshot 2 Screenshot 3

    Prerequisites

  • Android Studio installed.
  • Understanding of MVVM architecture and Dagger Hilt.
  • Getting Started

  • Clone the repository:
  • git clone https://github.com/abdur-android-dev/Get-All-Videos-in-Android-Jetpack-Compose.git
  • Open the project in Android Studio.
  • Build and run the app on an Android emulator or device.
  • Libraries Used

  • Dagger Hilt
  • Compose Loading
  • Licence

    This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

    Acknowledgments

  • This is was a test project