Code Monkey home page Code Monkey logo

yauc's People

Watchers

 avatar  avatar  avatar

yauc's Issues

Refactor handling to amend photo data

It's now based on missing attributes but this is not the best way. It would be much better to identify an update by an own attribute (in database, e.g. timestamp or switch).

Edit Photo

  • bottom sheet for picking/taking photo
  • extract meta data
  • Dialog with pre-filled EditText for meta info / location
  • insert/update db
  • upload/update job

Add Google Analytics

Configure screens, session and userId tracking and define and implement events.

re-sync users items

Create or modify fetch of users items (favorites, own photos) to be in-sync to api.unsplash.com.

  • insert new items not known to local db
  • delete items removed from unsplash but exists in local db
  • update the rest

richer Notification

  • add latest photo
  • check visibility on wear
  • add large Icon
  • check/use setLights() / setLocalOnly() / setNumber() / setStyle()

REST Client Interface

build with retrofit following actions on api.unsplash.com:
● GET /photos
● GET /photos/:id
● POST /photos
● PUT /photos/:id
● GET /me
● GET /users/:username/likes
● POST /photos/:id/like
● DELETE /photos/:id/like

Widget New Photos

Create small widget with a height of one row and minimum size of 2 columns that can be expanded to a maximum of 4 columns. Create Provider, IntentService and Widget Layout. Widget displays the number of inserted images in last synchronization.

Implement UI

Following Activities and Fragments are planned:

  • MainActivity (browse photos) with Fragments for
    • New Pictures
    • Favorites
    • My Photos
  • DetailActivity
  • InformationActivity
  • Dialog to add/edit photo

After building this add a transition from Main to Detail Activity when tapping on one image.

ViewPager for Detail

Add a ViewPager to the DetailActivity based on the photo list the user has come from (new / favorites / own photos)

Project Setup

  • create new empty project
  • add all dependencies to gradle that are identified so far

Settings

Let the user choose options for:

  • notifications on/off
  • amount of new photos in stream (now 200)
  • sync time interval (now 4h)
  • AppInvite
  • signed in user name/photo

Migrate exif data fields

Exif attributes of a photo are not typed by unsplash api and must be changed to text/string:

  • aperture (double)
  • exposure time (double)
  • focal length (double)

Discontinued Sign in

When the user choose sign in and the browser is visible with sign url of unsplash.com, hitting the back button leads to empty LoginActivity View.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.