GitHunt
TU

tuuhin/PexelsAndroidApp

An xml based photo viewing android app supported by pexels api

PexelsApp

An Android wallpaper app created using pexelsapi,

A user can browse though thousands of images and categories and also can download or share or apply
the image as wallpaper

๐Ÿ–ผ๏ธ Features

  • Search Millions of Images
  • Categories to get images from
  • Curated Images
  • Share and Download the images

๐Ÿ–ผ๏ธ Screenshots

These are some screenshots of the App. For more head to screenshots

Home Screen Screenshot Category Screen Screenshot Search Screen Screenshot Details Screen Screenshot

๐Ÿƒ Get Started

Follow these steps to build this project:

  1. Clone the Project:

    git clone https://github.com/tuuhin/PexelsAndroidApp/tree/main
  2. Authorization

    • To run the app you need an api key, you can create an api key
      from here.

    • Create a file in root as pexels.propeties file , without this file you will be not able to
      make the project.

    • In the file create two properties

      API_KEY=<your api key>
      BASE_URL=https://api.pexels.com
    • Paste your api key, and you are good to go.

๐Ÿค™ Contributing

Contributions from the community. If you would like to contribute please follow these guidelines:

  1. Fork the repository and create your branch from <your-username>-develop.
  2. Make changes and test thoroughly.
  3. Create a pull request with a detailed description of the changes.

๐Ÿ”จ Issues

If you encounter any bugs, glitches, or have suggestions for improvements, please create an issue in
the GitHub repository.

๐Ÿ˜… Conclusion

PexelsApp was mainly created to try out the old view system of android development, but the app
indeed turns out to be a good one.

If you find any possible changes that can be made to make it much better please let it be known in
the issues.