Skip to content

This app fetches images and videos from an API, which you can download and save into your phone storage.

Notifications You must be signed in to change notification settings

RU-Krishna/PicBook

Repository files navigation

PicBook, an Android App to search🔎, preview & download stock images & videos to your device storage. This app uses Jetpack Compose(UI) & Kotlin(Language) as its foundation & based on multi-modular approach with MVVM as its architecture.

To run this app, on your Mobile:-

  1. Clone this app on your Android Studio IDE.

  2. Sign Up to the Pixabay & create your own API KEY.

  3. Then add this API key by creating a file named API_KEY.kt in the main directory of *:feature:images" & ":feature:videos" modules.

  4. Store this API key in the API_KEY.kt as:-

         object API {
    
                     const val KEY = "Your API KEY"
               }
    

All setup, now you ar ready to build & install this app into your android device.

Here, are some pictures of my app:-

WhatsApp Image 2024-03-14 at 9 36 06 PM WhatsApp Image 2024-03-14 at 9 36 05 PM (1) WhatsApp Image 2024-03-14 at 9 35 52 PM WhatsApp Image 2024-03-14 at 9 36 05 PM WhatsApp Image 2024-03-14 at 9 36 06 PM (2) WhatsApp Image 2024-03-14 at 9 36 06 PM (1)

About

This app fetches images and videos from an API, which you can download and save into your phone storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages