This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.
Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.
Rules:
1: All Lemmy rules apply
2: Do not post low effort posts
3: NEVER post naziped*gore stuff
4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.
5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)
6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist
7: crypto related posts, unless essential, are disallowed
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
Neat video, you should make that a post to [email protected] if you haven’t already.
Oh linked it a little while back, she does a great job explaining UX in general I find. And it’s always interesting how the social and material conditions drive these things. For example, this video on how web design in India tends to be very spartan is interesting too. She explains how a lot of the population doesn’t have fast mobile phones, and so sites have to be snappy on older hardware which means have much leaner and more functional designs.
Nice, I’m gonna subscribe to her channel. I’ve had to think about UX design since I’ve been making a lot of android apps recently, so this could help a lot.
Oh yeah, she has some great insights that might spark new ideas for you. :)
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.