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
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.
SurfaceView
ProgressBar