alanszlosek / alanszlosek/android-text-message-backup

Move processing to a separate thread

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement good first issue
主要言語
Java
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。