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.
- Do I ask designer to create a .gif image I can just play or
- Do I code this in app in such as way that, the progress bar and bike moves from left to right and on completion of a task (remote async task), I manually push to 100% and the image to far right indicating completion.
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