I have a team that developed an iOS App for both iPhone and iPad.
They used MVC (in built with iOS may be?). They built the business logic and used it both on iPhone and iPad with just different UIs / Views and same controller (possibly?).
How do we achieve this in Android? MVC / MVP? How do we structure the files in this case?