GithubHelp home page GithubHelp logo

amirarcane / recent-images Goto Github PK

View Code? Open in Web Editor NEW
185.0 9.0 33.0 36.23 MB

Do you noticed the new feature of Telegram or Instagram?! They show your latest images when you try to attach or post a picture. So I developed this library the same with lots of customization. Simple way to get all images of device based on date taken, name, id and other customization

License: MIT License

Java 100.00%
gridview picture gallery cache android image

recent-images's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

recent-images's Issues

Change Image loading view

Default image loading view is very ugly how can I change. I can modify the and include it as local library.

screenshot_2016-05-28-22-30-34

Camera image Not works in Xiaomi Redmi

Hi!
I try to run this app in Xiaomi Redmi2. The captured image does not show in ImageView. Uploaded gallery image only showed. But the captured image works for all mobiles except this mobile.
The coding is:

if (resultCode == Activity.RESULT_OK) {
BitmapDrawable thumbnail = new BitmapDrawable(getResources(), data.getData().getPath());
image.setImageDrawable(thumbnail);
}

Here onActivityResult Intent data got only null value in Redmi. So cannot upload captured image.

Create permanent cache?

Hi @amirarcane ,

I have done a bit of work on image caching and loading. Can you tell me what the cache size you are working with for the library? Is there a set size or does the device manage the memory?

Is there a way to store the cache permanently so images are not reloaded every time an activity is closed? I would like for the cached images to be there permanently until manually cleared. I think that might create a smoother experience. Thank you!

Feature: Enable/Disable Camera Button

Some apps have their own implementation of the camera functionality such as a custom camera. Add the ability to disable the bottom camera option.

Deleted images still load count in adapter

Hi there,
For uploading images to server after editing, we save them in temp folder and after successful upload process, we remove them.
But your library still list them, even without image!

how can deal with this?

SUGGESTION: Transition Image Loading to Glide

The latest version of Glide v4.0.0 provides much improved image loading performance. I believe that this library can now transition to Glide for image loading and would benefit as a result. A secondary benefit would be that Glide supports GIFs. It would be really nice to have GIFs appear in the recent images as an option.

Please let me know what you think about the proposed changes.

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.