Good afternoon. In the application there is a database in which there are about 7000 values. These are clients with all the data. I parse the service and try to display all (7000) objects as markers, but the phone hangs namely when I want to add them in the onPostExecute method. I understood this because too much data is loaded in the main stream. But what to do? What to do

0