I develop Android and Windows (using MFC, and sometimes win32), and yesterday I accidentally compared two structures. They are very, very different, and as a result, the development for ALOT windows is different from the development for Android. I was wondering where people think that frameworks like Android outperform structural frameworks like win32 (like Message system vs Event Listeners). I want to imagine a general opinion of this kind about comparison.
I would like to add that I understand that these frameworks work on a wide variety of devices (obviously, Windows has to deal with a lot more I / O and user input due to the many output devices that it has to deal with, and its complex GUI window), however, there must be some basic functions that these frames share, and which can be compared .., and if not, Iβll be an idiot (which undoubtedly someone will point out), I would like to know why this comparison invalid :) greetings .
Another example would be Androidβs lack of MVP structure and Windows MFC Doc / View.
source share