Re: [android-developers] Re: Is Samsung Galaxy Tab NOT a large screen from application developer's point of view?

2010-10-12 Thread dan raaka
For all the folks who were waiting for it ..
http://innovator.samsungmobile.com/galaxyTab.do

-Dan


2010/10/6 Argon Konay haluk.tufe...@gmail.com

 Thanks a lot for your quick replies. I will generate an hardcoded demo
 specific to Galaxy Tab.

 Argon

 On Oct 6, 2:17 am, Dianne Hackborn hack...@android.com wrote:
  You are using a pre-production device.  Things may not work as intended.
 :}
 
  2010/10/5 Argon Konay haluk.tufe...@gmail.com
 
 
 
 
 
   This may be a repost:
 
   (getResources().getConfiguration().screenLayout 
   Configuration.SCREENLAYOUT_SIZE_LARGE) ==
   Configuration.SCREENLAYOUT_SIZE_LARGE returns false on my Samsung
   Galaxy Tab.
 
   Dan, have you tested your comment on an actual Galaxy Tab?
 
   Regards,
   Argon
 
   On 5 Ekim, 22:29, dan raaka danra...@gmail.com wrote:
GalaxyTab is a LARGE/HDPI device.
 
Having android:largeScreens=true in your manifest just makes sure
 that
   the
android market doesn't filter your app out of LARGE devices. Similar
arguments holds true for android:anyDensity=true
 
-Dan
 
On Tue, Oct 5, 2010 at 11:44 AM, Argon Konay 
 haluk.tufe...@gmail.com
   wrote:
 
 Hi,
 
 I have layout issues in my application on Samsung Galaxy Tab. It
 has a
 7 TFT display with 1024x600 resolution.
 
 Galaxy Tab prefers images in res/drawable-hdpi to the ones in
 res/
 drawable. That is understandable.
 However resources in res/layout are used instead of the ones in
 res/
 layout-large. Does it have a logical explanation? Or what am I
 doing
 wrong? What is a large screen for Android?
 
 Manifest contains
 supports-screens
  android:smallScreens=true
  android:normalScreens=true
  android:largeScreens=true
  android:anyDensity=true /
 uses-sdk
  android:minSdkVersion=4
  android:targetSdkVersion=7 /
 
 Thanks in advance
 
 Argon
 
 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 android-developers%2bunsubs­cr...@googlegroups.com
   android-developers%2bunsubs­cr...@googlegroups.com
 For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en-Alıntıyıhttp://groups.google.com/group/android-developers?hl=en-Al%C4%B1nt%C4%B1y%C4%B1gizle
   -
 
- Alıntıyı göster -
 
   --
   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.comandroid-developers%2bunsubscr...@googlegroups.com
 android-developers%2bunsubs­cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com
 
  Note: please don't send private questions to me, as I don't have time to
  provide private support, and so won't reply to such e-mails.  All such
  questions should be posted on public forums, where I and others can see
 and
  answer them.- Hide quoted text -
 
  - Show quoted text -

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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] Re: Is Samsung Galaxy Tab NOT a large screen from application developer's point of view?

2010-10-12 Thread YuviDroid
Thanks for the link! :)

2010/10/12 dan raaka danra...@gmail.com

 For all the folks who were waiting for it ..
 http://innovator.samsungmobile.com/galaxyTab.do

 -Dan


 2010/10/6 Argon Konay haluk.tufe...@gmail.com

 Thanks a lot for your quick replies. I will generate an hardcoded demo
 specific to Galaxy Tab.

 Argon

 On Oct 6, 2:17 am, Dianne Hackborn hack...@android.com wrote:
  You are using a pre-production device.  Things may not work as intended.
 :}
 
  2010/10/5 Argon Konay haluk.tufe...@gmail.com
 
 
 
 
 
   This may be a repost:
 
   (getResources().getConfiguration().screenLayout 
   Configuration.SCREENLAYOUT_SIZE_LARGE) ==
   Configuration.SCREENLAYOUT_SIZE_LARGE returns false on my Samsung
   Galaxy Tab.
 
   Dan, have you tested your comment on an actual Galaxy Tab?
 
   Regards,
   Argon
 
   On 5 Ekim, 22:29, dan raaka danra...@gmail.com wrote:
GalaxyTab is a LARGE/HDPI device.
 
Having android:largeScreens=true in your manifest just makes sure
 that
   the
android market doesn't filter your app out of LARGE devices. Similar
arguments holds true for android:anyDensity=true
 
-Dan
 
On Tue, Oct 5, 2010 at 11:44 AM, Argon Konay 
 haluk.tufe...@gmail.com
   wrote:
 
 Hi,
 
 I have layout issues in my application on Samsung Galaxy Tab. It
 has a
 7 TFT display with 1024x600 resolution.
 
 Galaxy Tab prefers images in res/drawable-hdpi to the ones in
 res/
 drawable. That is understandable.
 However resources in res/layout are used instead of the ones in
 res/
 layout-large. Does it have a logical explanation? Or what am I
 doing
 wrong? What is a large screen for Android?
 
 Manifest contains
 supports-screens
  android:smallScreens=true
  android:normalScreens=true
  android:largeScreens=true
  android:anyDensity=true /
 uses-sdk
  android:minSdkVersion=4
  android:targetSdkVersion=7 /
 
 Thanks in advance
 
 Argon
 
 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 android-developers%2bunsubs­cr...@googlegroups.com
   android-developers%2bunsubs­cr...@googlegroups.com
 For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en-Alıntıyıhttp://groups.google.com/group/android-developers?hl=en-Al%C4%B1nt%C4%B1y%C4%B1gizle
   -
 
- Alıntıyı göster -
 
   --
   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.comandroid-developers%2bunsubscr...@googlegroups.com
 android-developers%2bunsubs­cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com
 
  Note: please don't send private questions to me, as I don't have time to
  provide private support, and so won't reply to such e-mails.  All such
  questions should be posted on public forums, where I and others can see
 and
  answer them.- Hide quoted text -
 
  - Show quoted text -

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


  --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
YuviDroid
Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to
quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net

-- 
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

[android-developers] Re: Is Samsung Galaxy Tab NOT a large screen from application developer's point of view?

2010-10-06 Thread Argon Konay
Thanks a lot for your quick replies. I will generate an hardcoded demo
specific to Galaxy Tab.

Argon

On Oct 6, 2:17 am, Dianne Hackborn hack...@android.com wrote:
 You are using a pre-production device.  Things may not work as intended. :}

 2010/10/5 Argon Konay haluk.tufe...@gmail.com





  This may be a repost:

  (getResources().getConfiguration().screenLayout 
  Configuration.SCREENLAYOUT_SIZE_LARGE) ==
  Configuration.SCREENLAYOUT_SIZE_LARGE returns false on my Samsung
  Galaxy Tab.

  Dan, have you tested your comment on an actual Galaxy Tab?

  Regards,
  Argon

  On 5 Ekim, 22:29, dan raaka danra...@gmail.com wrote:
   GalaxyTab is a LARGE/HDPI device.

   Having android:largeScreens=true in your manifest just makes sure that
  the
   android market doesn't filter your app out of LARGE devices. Similar
   arguments holds true for android:anyDensity=true

   -Dan

   On Tue, Oct 5, 2010 at 11:44 AM, Argon Konay haluk.tufe...@gmail.com
  wrote:

Hi,

I have layout issues in my application on Samsung Galaxy Tab. It has a
7 TFT display with 1024x600 resolution.

Galaxy Tab prefers images in res/drawable-hdpi to the ones in res/
drawable. That is understandable.
However resources in res/layout are used instead of the ones in res/
layout-large. Does it have a logical explanation? Or what am I doing
wrong? What is a large screen for Android?

Manifest contains
supports-screens
 android:smallScreens=true
 android:normalScreens=true
 android:largeScreens=true
 android:anyDensity=true /
uses-sdk
 android:minSdkVersion=4
 android:targetSdkVersion=7 /

Thanks in advance

Argon

--
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.comandroid-developers%2bunsubs­cr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en-Alıntıyı gizle
  -

   - Alıntıyı göster -

  --
  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.comandroid-developers%2bunsubs­cr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer them.- Hide quoted text -

 - Show quoted text -

-- 
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


[android-developers] Re: Is Samsung Galaxy Tab NOT a large screen from application developer's point of view?

2010-10-05 Thread Argon Konay
This may be a repost:

(getResources().getConfiguration().screenLayout 
Configuration.SCREENLAYOUT_SIZE_LARGE) ==
Configuration.SCREENLAYOUT_SIZE_LARGE returns false on my Samsung
Galaxy Tab.

Dan, have you tested your comment on an actual Galaxy Tab?

Regards,
Argon


On 5 Ekim, 22:29, dan raaka danra...@gmail.com wrote:
 GalaxyTab is a LARGE/HDPI device.

 Having android:largeScreens=true in your manifest just makes sure that the
 android market doesn't filter your app out of LARGE devices. Similar
 arguments holds true for android:anyDensity=true

 -Dan

 On Tue, Oct 5, 2010 at 11:44 AM, Argon Konay haluk.tufe...@gmail.comwrote:



  Hi,

  I have layout issues in my application on Samsung Galaxy Tab. It has a
  7 TFT display with 1024x600 resolution.

  Galaxy Tab prefers images in res/drawable-hdpi to the ones in res/
  drawable. That is understandable.
  However resources in res/layout are used instead of the ones in res/
  layout-large. Does it have a logical explanation? Or what am I doing
  wrong? What is a large screen for Android?

  Manifest contains
  supports-screens
   android:smallScreens=true
   android:normalScreens=true
   android:largeScreens=true
   android:anyDensity=true /
  uses-sdk
   android:minSdkVersion=4
   android:targetSdkVersion=7 /

  Thanks in advance

  Argon

  --
  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.comandroid-developers%2bunsubs­cr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en- Alıntıyı gizle -

 - Alıntıyı göster -

-- 
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] Re: Is Samsung Galaxy Tab NOT a large screen from application developer's point of view?

2010-10-05 Thread Dianne Hackborn
You are using a pre-production device.  Things may not work as intended. :}

2010/10/5 Argon Konay haluk.tufe...@gmail.com

 This may be a repost:

 (getResources().getConfiguration().screenLayout 
 Configuration.SCREENLAYOUT_SIZE_LARGE) ==
 Configuration.SCREENLAYOUT_SIZE_LARGE returns false on my Samsung
 Galaxy Tab.

 Dan, have you tested your comment on an actual Galaxy Tab?

 Regards,
 Argon


 On 5 Ekim, 22:29, dan raaka danra...@gmail.com wrote:
  GalaxyTab is a LARGE/HDPI device.
 
  Having android:largeScreens=true in your manifest just makes sure that
 the
  android market doesn't filter your app out of LARGE devices. Similar
  arguments holds true for android:anyDensity=true
 
  -Dan
 
  On Tue, Oct 5, 2010 at 11:44 AM, Argon Konay haluk.tufe...@gmail.com
 wrote:
 
 
 
   Hi,
 
   I have layout issues in my application on Samsung Galaxy Tab. It has a
   7 TFT display with 1024x600 resolution.
 
   Galaxy Tab prefers images in res/drawable-hdpi to the ones in res/
   drawable. That is understandable.
   However resources in res/layout are used instead of the ones in res/
   layout-large. Does it have a logical explanation? Or what am I doing
   wrong? What is a large screen for Android?
 
   Manifest contains
   supports-screens
android:smallScreens=true
android:normalScreens=true
android:largeScreens=true
android:anyDensity=true /
   uses-sdk
android:minSdkVersion=4
android:targetSdkVersion=7 /
 
   Thanks in advance
 
   Argon
 
   --
   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.comandroid-developers%2bunsubscr...@googlegroups.com
 android-developers%2bunsubs­cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en- Alıntıyı gizle
 -
 
  - Alıntıyı göster -

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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