F
F
fman22016-10-24 10:46:05
Android
fman2, 2016-10-24 10:46:05

What library to use to load images asynchronously in ListView/GridView?

Good afternoon.
Prompt library for asynchronous loading of pictures. Tried Picasso, but tormented with it:
- by default it doesn't work with https://
- when scrolling images load slowly
- if you scroll back (higher) - it reloads images, because of this flicker occurs.
What you need:
- asynchronous loading in ListView/GridView
- support for https protocol out of the box.
- image caching.
The most important thing is that there will be a lot of pictures in the GridView and they will be constantly added when scrolling, such a library is needed so that I do not catch OutOfMemory. What do you advise?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Oleg Gamega, 2016-10-24
@gadfi

Try fresco, if my memory serves me, it supported https out of the box and progressive jpeg
ps if it is possible to influence the server, whatever you use, do not give large pictures

R
Rou1997, 2016-10-24
@Rou1997

Am I the only one who doesn't find this task so complicated that it requires a special library?

M
Max, 2016-12-13
@MaxDukov

Why do you think that something needs to be optimized?
yes, the cache is disabled, yes the default config. slow down?
For starters, take a look at

Joins performed without indexes: 70

P
Puma Thailand, 2016-12-13
@opium

well, at the end of the optimization
, you got query_cache_size (>= 8M)
join_buffer_size (> 128.0K, or always use indexes with joins)
tmp_table_size (> 16M)
max_heap_table_size (> 16M)
thread_cache_size (start at 4)
table_open_cache (> 4)
since you have a lot of data in mayisam, you need to enable the cache yet

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question