I know that both Android and iOS apps can be built using the MVC pattern. I am unsure how close the classes can be between Android and iOS.
I am in a group and the person doing the iOS application and myself doing the Android app are tasked with creating class diagrams for the application and the better design will be chosen and used on both.
However, from my research it seems that it may be best to have non-trivial differences in the classes of the applications because of the differences in the two platforms (mvp seems better in Andorid, mvc for iOS; differences in how applications deal with getting sent to the background or killed; etc.)
So how close can the class diagrams be? Can the diagrams only be the same at a higher level, or can they be the same with the differences me masked in the implementation?