I want to know what is the role of presenters in Android application development? And where should I call the data APIs?
Should I send my data requests inside the presenter or inside the (fragment / activity)?
Also, what is the role of the fragment/activity in MVP?
If you have any resources in this matter, they will be appreciated.