Loading screen in Android

前端 未结 2 908
悲哀的现实
悲哀的现实 2021-01-22 18:47

What\'s the best way to create a reusable loading screen in Android? The loading screen should have a background image and a loading indicator.

Should I use a separate a

2条回答
  •  执笔经年
    2021-01-22 19:37

    You just could define your own dialog with custom layout. You would handle what happens if your progress screen gets cancelled (pressing back button). You could also prevent it from happening too.

    By using an standard dialog you take adavantage of nice efects (background activity darkening with upgrades) and prevents user from interacting with background activity while it is on.

提交回复
热议问题