V
V
Vyacheslav_Shilov2018-09-23 20:51:53
Android
Vyacheslav_Shilov, 2018-09-23 20:51:53

What is the best way to implement an application so that you can select an image for an imageview, save it, and update it again if necessary?

What is the best way to implement an application so that you can select an image for an imageview, save it, and update it again if necessary? Of course, so that all this is preserved after the application is closed. Heard using SQLite is not very kosher for this

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis, 2018-09-24
@akaish

Why not kosher? On the contrary, by storing data in a SQLite database, you are guaranteed to be aware of what is happening with your data, thanks to the transaction mechanism. Yes, the SQLite database is slow, but not so slow that it slows down the application if used correctly.
It all depends on the task at hand, in the end. If there is no need to build huge lists with a single call, and use the loading of portions of the given into the list adapter, everything will be fine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question