Apologies if this seem trivial.
I have been working on my first android app and would like advise on best way to implement a loading/splash screen attached.
My designer came up with is loading/splash screen and I am not sure how to implement this.
Please note that the bike starts from left and continues to the right with progress indicator and %.
Is option 2 even possible and if yes, could you please point me to any resource I can use as a guide.
Thanks
Generally a ProgressBar
is used for purposes like this but I think, you should use a Seekbar cuz of the biker you've in your image. You can achieve this by customising it using different drawables.
Here are some helpful tutorials to help you do that :
Or
You can obviously use a custom ProgressBar as described here :