Android provides an API to present your app in the system and launcher, and UI toolkits to present a consistent UI and UX. Apple does too, more forcefully. A “super app” is just inserting another layer.
Great, but that has nothing to do with software architecture. Rolling everything into one app instead of using the OS platform is not good software architecture.
It has everything to do with software architecture. You’re not seeing the bigger picture here. The architecture is that you have a common UI layer with apps acting as services that plug into it. This doesn’t have to be done via an app like WeChat, it could be provided as part of the OS itself. The advantage is that you can mix and match functionality from different apps trivially to create custom UX workflows, and this approach facilitates things like automation where you can make scripts to chain apps together the same way you can do with shell commands.
I think that’s called an operating system
This functionality certainly can be provided by an operating system, but that’s not how it works on Android or iOS currently.
Android provides an API to present your app in the system and launcher, and UI toolkits to present a consistent UI and UX. Apple does too, more forcefully. A “super app” is just inserting another layer.
This video explains the actual tangible differences in US from user perspective https://www.youtube.com/watch?v=WSMFnJnY7EA
Great, but that has nothing to do with software architecture. Rolling everything into one app instead of using the OS platform is not good software architecture.
It has everything to do with software architecture. You’re not seeing the bigger picture here. The architecture is that you have a common UI layer with apps acting as services that plug into it. This doesn’t have to be done via an app like WeChat, it could be provided as part of the OS itself. The advantage is that you can mix and match functionality from different apps trivially to create custom UX workflows, and this approach facilitates things like automation where you can make scripts to chain apps together the same way you can do with shell commands.
You are literally describing an operating system environment
No, I’m describing application architecture that can be facilitated by the operating system environment.