Skip to content

Android app that loads and displays images from unsplash.com

Notifications You must be signed in to change notification settings

jobinlawrance/pics

Repository files navigation

Pics

Build Status codecov

Android app that loads and displays images from unsplash.com

This is one of my hobby projects where I test out new libraries, architectural and design patterns etc. This project is in its infancy right now and nothing much happens in terms of functionality yet.

Project Description

Pics uses Model-View-Intent architecture with the help of mosbi-mvi library by Hannes Dormann. Check this series for more on that.

Cloning the Project

Create a values resource file keys.xml at app/src/main/res/values/ and add your unsplash application id

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="unsplash_id">xxxxxxxxxxxxxxx</string>
</resources>

Features

Complete

  1. Home Screen with Pagination
  2. Image Downloading

Ongoing

  1. Details Screen UI
  2. Launcher widget

Upcoming

  1. Home screen pagination.
  2. Unsplash user login
  3. Download Screen
  4. Staggerred grid view and much more..

Screenshots

Homescreen
First First

Credits

UI of the app is heavily influenced by Plaid app by Nick Butcher

About

Android app that loads and displays images from unsplash.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages