All Projects → b-lam → Resplash

b-lam / Resplash

Unofficial Unsplash Android App

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Resplash

go-unsplash
Go Client for the Unsplash API
Stars: ✭ 70 (-82.28%)
Mutual labels:  photos, unsplash
Unsplash Php
👻 Official PHP wrapper for the Unsplash API
Stars: ✭ 332 (-15.95%)
Mutual labels:  unsplash, photos
Splash Cli
A simple, command line tool to download Unsplash wallpapers. It’s not intended to be anything particularly fancy — it just works.
Stars: ✭ 432 (+9.37%)
Mutual labels:  unsplash, photos
Unsplash Js
🤖 A server-side JavaScript wrapper for the Unsplash API
Stars: ✭ 1,647 (+316.96%)
Mutual labels:  unsplash, photos
Unsplashkit
Swift client for Unsplash
Stars: ✭ 183 (-53.67%)
Mutual labels:  unsplash, photos
Datasets
🎁 3,000,000+ Unsplash images made available for research and machine learning
Stars: ✭ 1,805 (+356.96%)
Mutual labels:  unsplash, photos
Androidunplash
An unofficial Unsplash API library for Android
Stars: ✭ 80 (-79.75%)
Mutual labels:  unsplash, photos
Unsplash rb
💎 Ruby wrapper for the Unsplash API.
Stars: ✭ 202 (-48.86%)
Mutual labels:  unsplash, photos
Natural Language Image Search
Search photos on Unsplash using natural language
Stars: ✭ 359 (-9.11%)
Mutual labels:  unsplash, photos
Focus Points
Plugin for Lightroom to show which focus point was active in the camera when a photo was taken
Stars: ✭ 272 (-31.14%)
Mutual labels:  photos
Stickercamera
This is an Android application with camera,picture cropping,collage sticking and tagging.贴纸标签相机,功能:拍照,相片裁剪,给图片贴贴纸,打标签。
Stars: ✭ 3,109 (+687.09%)
Mutual labels:  photos
cloudgallery
Nativescript photo gallery app for Nextcloud
Stars: ✭ 34 (-91.39%)
Mutual labels:  photos
Android Camera2 Secret Picture Taker
Take pictures 📷 secretly (without preview or launching device's camera app) using Android CAMERA2 API
Stars: ✭ 275 (-30.38%)
Mutual labels:  photos
Photobak
Back up your content from Google Photos - DEPRECATED: use Timeliner
Stars: ✭ 304 (-23.04%)
Mutual labels:  photos
Zoomwall.js
A content-focused photo gallery using a horizontal masonry layout that scales up in lightbox mode.
Stars: ✭ 254 (-35.7%)
Mutual labels:  photos
Bulksplash
A simple command line tool that lets you bulk download images from Unsplash
Stars: ✭ 362 (-8.35%)
Mutual labels:  unsplash
MCamera
CameraViewController which allows to take photos, set filters, peform image blurring and more.
Stars: ✭ 28 (-92.91%)
Mutual labels:  photos
Flutter photo manager
Provide flutter with the ability to manage photos.
Stars: ✭ 294 (-25.57%)
Mutual labels:  photos
PhotosApp
React Native Photos App: AWS Amplify, AWS S3, Mobile Analytics with Pinpoint
Stars: ✭ 21 (-94.68%)
Mutual labels:  photos
Exifer
A lightweight Exif meta-data decipher.
Stars: ✭ 290 (-26.58%)
Mutual labels:  photos

Resplash

Resplash is powered by Unsplash.com

The internet’s source of freely-usable images. Powered by creators everywhere.

  • Browse 1M+ high-res photos
  • New photos everyday
  • Automatic wallpaper changer: Automatically refresh your home screen with a new random wallpaper
  • Muzei 3.0 Live Wallpaper source (Muzei app needs to be installed: http://get.muzei.co)
  • Dark theme
  • Download raw photos
  • Set as wallpaper straight from the app
  • View user profiles, curated collections, photo stats and EXIF data
  • Log in to like photos and update your profile
  • Various layout options

Download

Get it on Google Play

Screenshots

Build

Note that in order to access the Unsplash API, you must at a minimum:

Then add the following to your local.properties:

devAppId="<Access Key>"
devSecret="<Secret Key>"
releaseAppId=""
releaseSecret=""
googlePlayLicenseKey=""

To build the app, you will need to get a google-services.json file from Firebase:

  • Go to Firebase and create a new project
  • In the Firebase console, add an Android app to the project with the package name com.b_lam.resplash.debug
  • Download the google-services.json config file
  • Then place the google-services.json file in the app/ directory (at the root of the Android Studio app module)

Developer

License

MIT License

Copyright (c) 2020 Brandon Lam

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].