Loading screen in Android

前端 未结 2 914
悲哀的现实
悲哀的现实 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:35

    The best way is using a separate activity with a SurfaceView that shows the image. Then, you can create an overlay that contains the ProgressBar.

提交回复
热议问题