2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Scaloidで処理待ちのダイアログ表示(ぐるぐるのやつ)

Posted at

今回は重たい処理の際によく見るあのぐるぐるを表示させます。

なんか普通にやろうとすると、色々と書かないといけないみたいですが

Scaloidだと以下の一行の記述で済みます。

Main.scala
spinnerDialog("Network", "Now loading...")

loading.jpg

スゴイ

いまさらになって以下のページを見つけたのでメモ
wiki

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?