Aw: Re: [android-developers] Determine if device has only SoftMenu Keys ?

2011-05-05 Thread Andy
If you have a Game / App that uses a Full Screen you might want to make sure 
that Tablets that only have softkeys are not running in a Dead End, because 
afaik softkeys are not visible on certain views.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: Aw: Re: [android-developers] Determine if device has only SoftMenu Keys ?

2011-05-05 Thread lbendlin
From an earlier post here I remember that it is not possible to distinguish 
between hardware and software keys with the same function (including IME)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: Re: [android-developers] Determine if device has only SoftMenu Keys ?

2011-05-05 Thread TreKing
On Thu, May 5, 2011 at 4:51 AM, Andy m...@tekx.de wrote:

 If you have a Game / App that uses a Full Screen you might want to make
 sure that Tablets that only have softkeys are not running in a Dead End,
 because afaik softkeys are not visible on certain views.


If I understand you correctly, the soft keys are part of the display itself
and can be hidden by a full screen app? That doesn't make sense. I'm pretty
sure it's required that devices running Android provide certain keys, in
particular the Home key, at all times to give the user some way out of the
app (i.e. they cannot come to a Dead End, as you put it).

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: Re: [android-developers] Determine if device has only SoftMenu Keys ?

2011-05-05 Thread Marcin Orlowski
On 5 May 2011 15:55, TreKing treking...@gmail.com wrote:

 On Thu, May 5, 2011 at 4:51 AM, Andy m...@tekx.de wrote:

 If you have a Game / App that uses a Full Screen you might want to make
 sure that Tablets that only have softkeys are not running in a Dead End,
 because afaik softkeys are not visible on certain views.


 If I understand you correctly, the soft keys are part of the display itself
 and can be hidden by a full screen app? That doesn't make sense. I'm pretty
 sure it's required that devices running Android provide certain keys, in
 particular the Home key, at all times to give the user some way out of the
 app (i.e. they cannot come to a Dead End, as you put it).


http://static.googleusercontent.com/external_content/untrusted_dlcp/source.android.com/en//compatibility/2.3/android-2.3.3-cdd.pdf

7.2.3. The Home, Menu and Back functions are essential to the Android
navigation paradigm. Device implementations MUST make these functions
available
to the user at all times, regardless of application state

I did not bother to look for CDD for Honeycomb (not sure if it's yet
publicly available) but do not expect anyone to be allowed to left user in
described state (at least for devices that come with Market)

Regards,
Marcin Orlowski

*Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy...
*Date In Tray* http://bit.ly/dateintraypro - current date at glance...
WebnetMobile on *Facebook http://webnetmobile.com/fb/* and
*Twitterhttp://webnetmobile.com/twitter/
*

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Determine if device has only SoftMenu Keys ?

2011-05-04 Thread TreKing
On Wed, May 4, 2011 at 3:09 PM, Andy m...@tekx.de wrote:

 Is there a possibility to determine if the device your App / Game is
 running has only soft-keys available ?
 (Like Back, Home, Menu,..)


IDK (don't think so though) but what difference does it make?

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en