Download for Windows Premium
-65% Premium
Publiciteit
im UI-Thread

Vertaling van "im UI-Thread" in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
on the UI thread
in the UI thread
Eine abhängige Animation wird im UI-Thread ausgeführt.
A dependent animation runs on the UI thread.
Eine abhängige Animation, die sehr viele Systemressourcen im UI-Thread verbraucht, kann dafür sorgen, dass eine App in bestimmten Situationen scheinbar nicht mehr reagiert.
A dependent animation that's consuming extensive system resources on the UI thread can make the app appear unresponsive in certain situations.
Android-Grundlagen: Ausführen von Code im UI-Thread
Android basics: running code in the UI thread
Mit dem neuen Tool kann ich nun genau sehen, wo im UI-Thread Zeit aufgewendet wird und sich gegebenenfalls Engpässe befinden.
With this tool I can see exactly where time is spent in the UI thread, und where possible bottlenecks might be.
Wenn eine Animation Layoutänderungen bedingt oder die Leistung im UI-Thread potenziell auf andere Weise beeinträchtigen kann, müssen Sie die Animation häufig explizit aktivieren, um die Ausführung zu ermöglichen.
If your animation causes a layout change or otherwise has the potential to impact performance on the UI thread, you often need to explicitly enable the animation to see it run.
Der Initialisierer kapselt den auszuführenden Vorgang. Beachten Sie jedoch stets, dass sich diese Funktion im UI-Thread synchron selbst ausführt.
The initializer encapsulates the operation to perform, but be very clear that this function itself executes synchronously on the UI thread.
Sobald man größere Anwendungen auf der Android-Plattform entwickelt, wird man relativ schnell feststellen, dass sich das System weigert, besonders laufzeitzeit-intensive Aufgaben im UI-Thread abzuarbeiten.
some larger application based on the android platform, you will soon discover, that the system refuses to execute runtime-extensive tasks in the UI thread.
/ Dieser Block wird im UI-Thread ausgeführt
/ This block will be executed in the UI thread
Das Auslagern der Komposition in einen unabhängigen Thread hat den Vorteil, dass die Animation durch die Arbeitslast der App im UI-Thread (z. B. das Ausführen von JavaScript-Code oder Synchronisierungsvorgänge) nicht beeinträchtigt wird.
Moving composition to a non-UI thread means that the animation won't jitter or be blocked by the app working on the UI thread (such as JavaScript code execution or sync operations).
Die zwei gängigsten Methoden zum Ausführen Ihres Codes im UI-Thread sind: Handler
Two common ways to run your code on the UI thread are: Handler
Für lange Berechnungen kann natürlich auch ein JavaScript-Worker verwendet werden, zur Veranschaulichung bleiben wir jedoch im UI-Thread und nutzen setImmediate, um den Vorgang in Schritte zu unterteilen.
We can of course use a JavaScript worker for a long computation, of course, but for the sake of illustration we'll just keep this on the UI thread and use setImmediate to break the operation into steps.
Dieser wird ein Runnable übergeben, dass die Aufgaben im UI-Thread erledigt.
This given a Runnable to process the tasks in the UI thread.
Skalieren Sie Elemente, wenn deren Höhe bzw. Breite animiert werden soll: Animieren der Eigenschaften Height und/oder Width von UIElement führt zu einer abhängigen Animation, da dies eine Layoutänderung erfordert, die nur im UI-Thread ausgeführt werden kann.
Scale the elements for Height and Width animations: Animating Height and/or Width properties of UIElement results in a dependent animation because these properties require layout changes which can only be done on the UI thread.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor im UI-Thread in het Duits

Publiciteit

Resultaten: 18. Exact: 18. Verstreken tijd: 27 ms.