alanszlosek / alanszlosek/android-text-message-backup

Move processing to a separate thread

Offen
#1 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
enhancement good first issue
Vorherrschende Sprache
Java
Sterne
0
Forks
0
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

The export operation is running on the UI thread. Aside from Android complaining about this, it also means we can't increment the ProgressBar each time a message is exported -- the UI thread is busy, and the ProgressBar updates don't show until the export is fully finished. Defeats the purpose.

So we need to move export logic to another thread, and somehow trigger ProgressBar updates from there.

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.