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.
- Host: GitHub
- URL: https://github.com/girish54321/unsplashandroid
- Owner: girish54321
- Created: 2022-11-26T11:23:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T10:22:04.000Z (about 3 years ago)
- Last Synced: 2025-07-23T08:40:15.911Z (11 months ago)
- Topics: android, github, imagedownloader, kotlin-android, mobileapp-development, opensource, rest-api, retrofit, unsplash, unsplash-api
- Language: Kotlin
- Homepage:
- Size: 4.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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