Hi Jiri, I'm not an Android engineer but here is some feedback on your ideas nonetheless:
(1) (2) and (3) - these should be reported as a feature request in the bug tracker (as jbq says, please search first to make sure you don't file a duplicate). That way it'll get assigned to somebody specific. By the way I already see an icon next to SMS threads that were not successfully delivered. > 5) I understand the concept of opening/closing the applications in > Android, but you could provide a functionality to force the close of > the application. It would be nice to have this functionality as a part of > the Running Application List (long press of Home button). Then if > somebody would keep long press on one of the icons, a dialog with the > close functionality would appears. Long-press on home actually shows recent activities - they are not guaranteed to be running. More generally, I suggest reading the SDK docs on the application lifecycle and component philosophies of Android. The system is designed to make "running" vs "not running" transparent and something the user doesn't have to bother with so adding a force quit button would be a step backwards, the system already shuts down apps when it needs the resources for something else. I think the right solution here is to label the long-press popup as "Recent tasks" rather than let people assume it reflects the need to manually manage resources. Maybe I should file a feature request :-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
