S
S
sanke462018-08-20 13:39:05
Java
sanke46, 2018-08-20 13:39:05

How to optimize cards in Android and IOS application?

How to properly optimize images in the application itself and in the database ?? What are the methods or ways to optimize?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Igor Cherny, 2018-08-21
@freeg0r

Not sure what "optimize" means? the files themselves? so you don't really optimize them. Access to them? For DB, make indexes, for a cache client or a local database, so as not to load it every time. You can pre-load and save before you need to display.

O
Orkhan, 2018-08-20
Hasanly @azerphoenix

It's interesting to hear for yourself about optimization methods in the application....
I usually optimize images outside the application...
For SVG -
https://jakearchibald.github.io/svgomg/
For the rest -
https://www.iloveimg.com/
https://tinypng.com/
For speed I use jpegoptim console applications for example...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question