I have 10 API to call in same screen which are all independent and don't have any relation between each other.
exmp: In my screen i have different ui elements like recyclerview ,graphs,text view etc..
I need to call all api to show data what is the best way to do this is their any specific pattern available to achieve this.