FITFLOP
Home

ui-thread (2 post)


posts by category not found!

Android: threads freezing when Runnables contain animations on singleThreadExecutor

Resolving Android Thread Freezing Issues with Runnables Containing Animations on Single Thread Executor In Android development threading issues can lead to vari

3 min read 19-10-2024 30
Android: threads freezing when Runnables contain animations on singleThreadExecutor
Android: threads freezing when Runnables contain animations on singleThreadExecutor

C# Win Forms : Waiting in a loop on the UI with Thread.Sleep does not allow an async Task (not awaited) to execute its code

C Win Forms Thread Sleep and Asynchronous Tasks Why They Dont Play Nice Lets delve into a common pitfall developers encounter when using Thread Sleep within a W

2 min read 02-10-2024 29
C# Win Forms : Waiting in a loop on the UI with Thread.Sleep does not allow an async Task (not awaited) to execute its code
C# Win Forms : Waiting in a loop on the UI with Thread.Sleep does not allow an async Task (not awaited) to execute its code