To view parent comment, click here.
To read all comments associated with this story, please click here.
I'd think you are right, I don't know enough about Android internals to tell you why It feels slow. I speak from an end user pov here.
I love the hardware of Android devices, they are way ahead of expensive Apple offerings... but when you actually use the devices they feel much slower than even vintage iOS devices. It's shocking.
And I fear that multi-user support will increase this slowness, actually... I'm pretty sure of that because I dealt with multiuser issues during my career.
I mean, the device will have to store the state of the session when you switch between users (running apps, configs, connections, ecc)... Android has to keep that state in memory somehow, in RAM or swap it to the flash memory... It's not a minor concern, It can be very resource hungry.
Then you have the file owner/permission issue. You don't want that your files can be modified by another user. Android will have to implement that too.
That's why I think adding multiuser support to a mobile OS is a big fat stupid idea. Good multiuser support is a complex thing. It's not trivial nor "free". KISS.
Android developers should focus on performance. iOS is way ahead in this particular matter, It feels faster even using slower hardware.
You mentioned having tried Transformer Pad but I got the image that it's been a while ago. If true then that Pad was most likely still running Honeycomb; ICS 4.0 saw quite a large boost to graphics performance and fluidity, and the new Jelly Bean 4.1 improved that even more. Have you, or have you not tried an Android-tablet with similar specs as that iPad running Android 4.0.1 or newer? If not then that is most likely the reason for your experience.
Also, Android developers are improving Android's performance. You're just assuming that the developers can only work on one thing at a time which, quite obviously, isn't true. In fact it's often detrimental to development efforts to have a really large team all trying to work on the same thing, that's exactly why e.g. F/OSS developers tend to dedicate certain parts of the software to certain developers instead of all concentrating on only one thing at a time. Ie. you're complaining about something that is already being worked on and you're complaining about it as if one cannot work on other things, too, at the same time.





Member since:
2005-07-06
I think that adding multi-user support to a mobile OS is not a priority at all.
Android developers should focus on performance. iOS is way ahead in this particular matter, It feels faster even using slower hardware.