You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using the icons in an app that I am making for school and whenever I want to display 5 at the same time for a weather 5 day forecast feature I start getting messages from the debugger saying too many tasks running on the Main UI and it starts skipping frames. I use an asynctask to get the information from the api and I display these icons in the postExecute(). Is there a way of having all of it run in the background?
The text was updated successfully, but these errors were encountered:
Hi, I am using the icons in an app that I am making for school and whenever I want to display 5 at the same time for a weather 5 day forecast feature I start getting messages from the debugger saying too many tasks running on the Main UI and it starts skipping frames. I use an asynctask to get the information from the api and I display these icons in the postExecute(). Is there a way of having all of it run in the background?
The text was updated successfully, but these errors were encountered: