An open API service indexing awesome lists of open source software.

https://github.com/girish54321/unsplashandroid

Welcome to the open source Unsplash app for Android! With this app, users can easily search and download images from Unsplash directly on their Android device.
https://github.com/girish54321/unsplashandroid

android github imagedownloader kotlin-android mobileapp-development opensource rest-api retrofit unsplash unsplash-api

Last synced: about 2 months ago
JSON representation

Welcome to the open source Unsplash app for Android! With this app, users can easily search and download images from Unsplash directly on their Android device.

Awesome Lists containing this project

README

          

# UnSplashAndroid

Welcome to the open source Unsplash app for Android! With this app, users can easily search and download images from Unsplash directly on their Android device.

# ScreenShots

## Features

- Search images
- View trending images
- Save images to local storage
- More features coming soon!

## Requirements

- Android 6.0 or later
- Internet connection

## Installation

1. Clone this repository to your local machine using `git clone https://github.com/girish54321/UnSplashAndroid.git`
2. Open the project in Android Studio
3. Build and run the app

## Usage

1. Launch the app
2. Use the search bar to search for images or select a category from the trending section
3. Tap on an image to view it in full screen

## Contributing

Contributions to UnSplashAndroid are always welcome! Here are some ways you can contribute:

- Report bugs and issues
- Help with documentation
- Contribute code via pull requests

## Acknowledgments

- [Unsplash](https://unsplash.com/) for providing the API
- [Retrofit](https://square.github.io/retrofit/) for making HTTP requests easy