Multitasking on the HTC One

Chalvy

Member
Aug 16, 2012
24
1
0
For those of you that have played with the HTC One, is the multitasking similar to the way it was on Sense 4.x devices like the One X, where the apps are arranged in the card like list, or is it more similar to the stock Android layout where the recent apps appear in a vertical list where they can be swiped away?

Further, has anyone experienced apps having to "reload" after switching back to them from the multitasking list? as this was a great annoyance I experienced on my at&t One X and one of the main reasons I returned it for a GSIII.
 
I think there was some guy on gamefaqs that works for HTC who mentioned/implied that the recent apps screen is a 3x3 grid.
 
I think there was some guy on gamefaqs that works for HTC who mentioned/implied that the recent apps screen is a 3x3 grid.

Yes I read that forum but I was not able to understand what he meant and in none of the videos I have watched have I seen multitasking used...
 
Many of the videos on youtube show the multitasking. It's in a 3x3 grid and you just tap the card to switch or swipe the card up or down to close it out.
 
Many of the videos on youtube show the multitasking. It's in a 3x3 grid and you just tap the card to switch or swipe the card up or down to close it out.

If you could post a link that would be much appreciated. :)
 
For those of you that have played with the HTC One, is the multitasking similar to the way it was on Sense 4.x devices like the One X, where the apps are arranged in the card like list, or is it more similar to the stock Android layout where the recent apps appear in a vertical list where they can be swiped away?

Further, has anyone experienced apps having to "reload" after switching back to them from the multitasking list? as this was a great annoyance I experienced on my at&t One X and one of the main reasons I returned it for a GSIII.

Haven't seen a proper response on this yet on any thread. Has anyone seen video of the multitasking in action - not just the recent apps grid but actually switching between apps. For example: Twitter on the One X would always have to reload when switching to it from the recent apps screen.
 
Haven't seen a proper response on this yet on any thread. Has anyone seen video of the multitasking in action - not just the recent apps grid but actually switching between apps. For example: Twitter on the One X would always have to reload when switching to it from the recent apps screen.

Yes that is also what I was asking in my original post. I have done A LOT of searching and have not seen the multitasking in action as you describe.
 
For those of you that have played with the HTC One, is the multitasking similar to the way it was on Sense 4.x devices like the One X, where the apps are arranged in the card like list, or is it more similar to the stock Android layout where the recent apps appear in a vertical list where they can be swiped away?

Further, has anyone experienced apps having to "reload" after switching back to them from the multitasking list? as this was a great annoyance I experienced on my at&t One X and one of the main reasons I returned it for a GSIII.

there is no such thing as multitasking on android phones. this is just glorified version of app switching. if you want true multitasking i would recommend to go with the only phones that can do that. Blackberry Z10 or Q10. This is true multitasking. I bought Z10 few weeks ago and multitasking on Z10 is just priceless. I can browse the internet, listen to the music, download torrent and post comments on forums etc. etc. etc. etc. etc. all at the same time.
 
there is no such thing as multitasking on android phones. this is just glorified version of app switching. if you want true multitasking i would recommend to go with the only phones that can do that. Blackberry Z10 or Q10. This is true multitasking. I bought Z10 few weeks ago and multitasking on Z10 is just priceless. I can browse the internet, listen to the music, download torrent and post comments on forums etc. etc. etc. etc. etc. all at the same time.

pretty sure i've done those same things on android at the same time too...
 
pretty sure i've done those same things on android at the same time too...

Yeah bitek has been misinformed. My Nexus has multitasking.

There is no true multitasking on any Android devices.

This is true multitasking.

bb10-multitasking-1.jpg



More on Android "multitasking"

Android: Multitask like a boss

Google made some fairly significant changes to the way multitasking is accessed on Android 4.0 Ice Cream Sandwich. In the new recent apps list, you can swipe apps away like cards to remove them from the list. Just like in the case of iOS, this tends to give users the feeling that they are managing tasks; freeing up memory even. However, that is just as wrong here as it is on Apple?s platform.

The recent apps list is just that, a list of recent apps with thumbnails. There is no guarantee that the apps are actually running any code just because they are in the list. When a user hits the home button, an app does not immediately enter some thing akin to Suspended mode on iOS. The process associated with an Android app remains in the background and is allowed to do any work it needs to. Apps on Android might use multiple processes, and multiple apps can share a single process.

When users want to return to an app they have left, the process is restored as a foreground app almost instantly. In a perfect world, an Android device would never run out of memory, and all these processes could live in RAM forever. This being the real world, your device will probably run short of RAM at some point. When that happens, it?s much the same as iOS. The system kills the process and the kernel reclaims the resources. The next time a user opens that app, it has to completely reloaded. This app could still be in the recent apps list, which has no bearing on whether or not its process is still running in the background.

Android MultitaskingIn more recent iterations of Android, the platform has gotten much smarter about managing tasks for you. There is simply no reason to use a task manager to keep the system running smoothly. In fact, this could interfere with Android?s automatic process monitoring. Developers have two ways to explicitly run code in the background and prevent it from being stopped unexpectedly. A manual task manager would interfere.

The ways Android apps avoid being killed in the background has a parallel on iOS with the limited Background APIs. The BroadcastReceivers component lets apps wake up for a short time to run some task or another, and then shunts it back to a background state. This is useful for location check-ins or file syncing.

The other way to forcibly maintain an app in the background is the Service component. An app that is running as a Service can run indefinitely and should almost never be killed by the system. This is what makes Android multitasking unique. Regular processes will be ended before a service, and a developer can further indicate a Service?s importance by running it as ?foreground,? but this requires a notification icon to be persistently visible in the notification bar. You will see this behavior with automation apps like Locale as well as with music playback.

source: Page 2 - How multitasking really works on Android and iOS | ExtremeTech

;)
 
Hmm, lookee here! I am browsing the forums, music is playing, and utorrent is downloading all at the same time. Android Central forums is under the notification shade. I also had a heavy webpage load in the background, would have to make a video to show you that but trolls aren't worth the effort.
 

Attachments

  • Screenshot_2013-03-08-19-28-36.png
    Screenshot_2013-03-08-19-28-36.png
    154.3 KB · Views: 58
Hmm, lookee here! I am browsing the forums, music is playing, and utorrent is downloading all at the same time. Android Central forums is under the notification shade. I also had a heavy webpage load in the background, would have to make a video to show you that but trolls aren't worth the effort.

This is good summary of differences between android and qnx

" Android does multi-task but it puts the control out of the user's hands. It's difficult to figure out whether something is actually running. For instance, Skype video call can run in the background if there's enough RAM, but if you start doing other stuff, Android will shut the app down. That's the biggest advantage the BB10 over Android."

So no it is not the same. Android "Multitasking" is not true multitasking
Sent from my Z10 using Tapatalk 2
 
Last edited:
Re: Facing Problem without 3G video call

D U know how 2make 3G video call in android without using mobile network(direct video call via 3G network as like apple,symbian,java)? I can't finding ny video call option in android, even I can't find ny app 4video call in google play store.
 

Forum statistics

Threads
956,568
Messages
6,968,858
Members
3,163,567
Latest member
SmoothieP