Giter VIP home page Giter VIP logo

Comments (3)

LabN36 avatar LabN36 commented on August 24, 2024
  • setup very basic image picker using camera and gallery
  • setup basic minio server and test it
  • upload image to minio server using REST or aws sdk
  • fetch the image from minio(for now just hard code)
  • catche image flow
  • optimize file upload time(upload compressed image ?)
  • should we upload image while user making entry or after user press submit ?
  • what if a user kills the application after say upload 5 files ?(maintain backgroup service/queue ?)
  • Camera and File Read Permission management on all API level in Android(later)

from cashbook.

LabN36 avatar LabN36 commented on August 24, 2024

Challenges

  1. catche image are flickering when nagivating between screens.
  • The reason i was able to understand as of now is that the image we're displaying is having higher resolution(in terms of height and width not the size we're only showing images less than 1Mb)
  • The Temporary solution might be just to generate thumbnai on cloud and cache both the thumbnai and original compressed image

from cashbook.

LabN36 avatar LabN36 commented on August 24, 2024

set default camera image to 1080p(1920x1080) which will generate around 1Mb of image and then generate the thumbnail on cloud with having 720p(1290x720) resolution which will be having size around 150-450Kb depending upon original size.

Current Challenges

  • which picking files from galley we should compress it only if size is beyond 1Mb otherwise we want to keep the original format because further compressing images less than 1Mb will produce very bad output.
  • thumbnail generation is quite solve as of now

from cashbook.

Related Issues (10)

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.