[android-developers] Re: camera preview formats and sizes

2012-05-27 Thread Alex Cohn
Actually, I found a post http://code.google.com/p/zxing/issues/detail?id=343 that mentions that at least some Sciphone devices support the RGB565 format. Unfortunately, I can derive from this discussion that these devices cannot be trusted. BR, Alex On Monday, May 28, 2012 9:19:30 AM UTC+3, Al

[android-developers] Camera preview sizes on Galaxy Nexus (ICS)

2012-05-27 Thread Alex Cohn
The camera of Galaxy Nexus (software v. 4.0.2) reports * preview-size-values=1920x1080,1280x720,960x720,800x480,720x576,720x480,768x576,640x480,320x240,352x288,240x160,176x144,128x96 *; and really, it is possible to set *Parameters.setPreveiwSize(320, 240) *and after that *Camera.getParameters().g

[android-developers] Re: Testing with ActivityInstrumentationTestCase

2012-05-27 Thread Diego Torres Milano
Provide the intent to startActivity(). On Monday, 21 May 2012 16:23:25 UTC-4, Marco@worldcorp wrote: > > Hi all > i am trying to write some tests for my Android Application > I have couple of tests which extends ActivityInstrumentationTestCase2 > and runs just fine. > > I wanted then to test

[android-developers] Re: camera preview formats and sizes

2012-05-27 Thread Alex Cohn
I have not seen single Android device to support rgb preview format. On the other hand, what is the scenario that you cannot convert the yuv preview frames to rgb? Sincerely, Alex On Monday, May 21, 2012 2:41:48 AM UTC+3, Marco wrote: > > hello, > i would need to process camera preview frames

[android-developers] Re: Difference btwn following methods

2012-05-27 Thread imran ali
Nop, there is no difference, Both are same it is simple java concept. - in first way you are giving name of object of TextView and second way you are making anonymous object. otherwise every thing is same. Regards Imran ali On Monday, May 28, 2012 11:15:27 AM UTC+5:30, Jovish P wrote: > > I ju

Re: [android-developers] Re: launching an app

2012-05-27 Thread sourabh sahu
Can you please suggest some code? On Mon, May 28, 2012 at 11:28 AM, imran ali wrote: > Hi, > You have to use intent filter to lunch first Activity of other application > from your application. > > Regards > Imran Ali > > > On Monday, May 28, 2012 11:20:16 AM UTC+5:30, sourabh wrote: >> >> Dear A

[android-developers] Re: launching an app

2012-05-27 Thread imran ali
Hi, You have to use intent filter to lunch first Activity of other application from your application. Regards Imran Ali On Monday, May 28, 2012 11:20:16 AM UTC+5:30, sourabh wrote: > > Dear All, > > How to launch an app programmatically. For example I want to launch an > skype app on a click of

[android-developers] launching an app

2012-05-27 Thread sourabh sahu
Dear All, How to launch an app programmatically. For example I want to launch an skype app on a click of button through my app. Thanks in advance. Sourabh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Difference btwn following methods

2012-05-27 Thread Jovish P
I just want to know any difference is there in the following methods like memory allocation , performance issues TextView txtView = (TextView)findViewById(R.id. username); txtView.setText("Method 1"); ((TextView) findViewById(R.id.priority_rel_layout)).setText(priorityList[i]); Regards, Jovish

Re: [android-developers] Audio Record Class Produces a lot of noise when recording

2012-05-27 Thread asheesh arya
juzz go through this link http://code.google.com/p/krvarma-android-samples/source/browse/#svn/trunk/AudioRecorder.2might be it helpful for you!!! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d

[android-developers] Re: Using NetworkUtils to add a new route

2012-05-27 Thread Sud
Hi, I am new to android and i am making an app. But for this I need to find Dns servers ip and default gateway for this, so i found to do it using networkutils class, but that class is not there in my sdk. So how to implement that class in app. Is there any other way to find these dns sever

[android-developers] Re: How to handle dismiss of DialogFragment (support lib) while app is in background

2012-05-27 Thread G. Blake Meike
I think this problem may be more complex than you imply. In general, the Activity may be in a pretty inconsistent state (Stopped, OS thinks it is dead) when your AsyncTask returns. I can't imagine anything that you could do, in that circumstance, that would work. Is there a way to attach the

[android-developers] Will google plan to fix bug #26446 in next release?

2012-05-27 Thread Chuan Zhou
Is there anybody know that will google plan to fix bug #26446( https://code.google.com/p/android/issues/detail?id=26446)? It is a bad performance bug which will impact the video/camera application. Thanks, Chuan -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] You have joined the group android-developers@googlegroups.com

2012-05-27 Thread Jim Graham
On Sun, May 27, 2012 at 12:48:39PM -0400, Kristopher Micinski wrote: > On Sun, May 27, 2012 at 12:43 AM, Jason Chang wrote: > > unsubscribe. > there's a link... you have to click that one... Actually, you can do it via the normal[1] way (e-mail). No need for any links to unsubscribe from an e-mai

Re: [android-developers] 回复: about google play search result issue

2012-05-27 Thread 牛浩博
国家地区,有些app只针对某些国家 2012/5/27 nicefuture > ** > Hi, All: > > ** ** > > I am Android OEM, i found one issue about google play in our handset, that > is, our search result is less than other commercial handset, for example:* > *** > > ** ** > > When search “whatsapp” in google play, other comme

[android-developers] REMOVE ME

2012-05-27 Thread John Baugh
On Sun, May 27, 2012 at 6:18 PM, Kostya Vasilyev wrote: > Blending your own elements into standard Android UI is often very painful. > > It's gradually getting better for some things, but not everything. Some UI > related resources and values are considered by Google to be implementation > detail

Re: [android-developers] AlertDialog setCustomTitle styling to match standard AlertDialog title

2012-05-27 Thread Kostya Vasilyev
Blending your own elements into standard Android UI is often very painful. It's gradually getting better for some things, but not everything. Some UI related resources and values are considered by Google to be implementation details, and are thus supposed to stay hidden. If a resource is not publ

Re: [android-developers] (ask) can we use our own shotest path algoritm in google map?

2012-05-27 Thread TreKing
On Fri, May 25, 2012 at 6:05 AM, Alfa <672008...@student.uksw.edu> wrote: > can we use our own shortest path algorithm > in google map, because i want to use A* algoritm in my project. > As opposed to what? There's no path finding functionality in the maps library. --

Re: [android-developers] Regarding data intent filter

2012-05-27 Thread TreKing
On Fri, May 25, 2012 at 4:58 AM, Kishore Kumar wrote: > But problem is only Test activity scheme and Test1's does not work That's not a question. - TreKing

Re: [android-developers] incompatible issue in google play

2012-05-27 Thread Mark Murphy
On Sun, May 27, 2012 at 4:10 AM, nicefuture wrote: > So, anyone of you can help forward this to the google play engineer for help If you are "from Handset OEM", and your device has a valid license for the Google Play client, then your firm already has employees who can contact Google for issues s

Re: [android-developers] What is the official Android 4.0.4 update web page?

2012-05-27 Thread Mark Murphy
This list is for developing applications with the Android SDK. Please contact your device manufacturer or carrier for questions about Android updates for your device, as it has nothing to do with this list. On Fri, May 25, 2012 at 11:06 AM, happyduck wrote: > There are so direct links to the zip

Re: [android-developers] Manifest settings to distinct phones from tablets

2012-05-27 Thread Mark Murphy
On Sat, May 26, 2012 at 12:24 PM, Александр Куликовский wrote: > But if i download app from Google Play it takes version for phones, > cause screen density of it is "hdpi". hdpi has nothing to do with phones. There will be hdpi (or perhaps even xhdpi) tablets in the near future. > Can you please

[android-developers] Google play issue: How to check the detail incompatible field when using google play

2012-05-27 Thread nicefuture
Hi, Android Developer & Google Play developer: It is really a so difficult for google play searching issue. Normally, when we search some app in our handset, it will not display some app, this is because the device is incompatible with the app. BUT, google play web site only will tell us that y

[android-developers] 回复: about google play search result issue

2012-05-27 Thread nicefuture
Hi, All: I am Android OEM, i found one issue about google play in our handset, that is, our search result is less than other commercial handset, for example: When search “whatsapp” in google play, other commercial handset will display the result as “whatsapp messenger, whatsapp wallpaper, ………

[android-developers] incompatible issue in google play

2012-05-27 Thread nicefuture
Hi, All: i am from Handset OEM “Whatsapp messenger” is incompatible with our handset, BUT the website never give the more detail information about exactly which field/capacity is incompatible. After check the whatsapp Messenger’s manifest.xml, I also did not found any ideal. And our customer

[android-developers] Flash works in WebView on the left but not the right!?!

2012-05-27 Thread Matt W
I have a really strange problem playing flash in a WebView on Android 3.1 (Thinkpad Slate Tablet; hardware accel is enabled for the app). The WebView is in a LinearLayout which splits the screen evenly with a SurfaceView that I'm drawing to from native code. If the screen is split vertically,

[android-developers] AlertDialog setCustomTitle styling to match standard AlertDialog title

2012-05-27 Thread Mike Jones
I'm working on an Android app and I have an AlertDialog subclass. I would like to put 2 ImageButtons on the right side of the title area of the dialog (similar to the ActionBar in an Activity). I'm using setCustomTitle() to do this, which replaces the title area with a custom view of my own c

[android-developers] problem

2012-05-27 Thread Lucky Rajput
do anyone tell me how to put 3d images as wallpaper on xperia s screen -- 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 an

[android-developers] Graphical "artifacts" when scrolling a ListView inside a LinearLayout

2012-05-27 Thread Andrew Stephan
I'm developing an app that has a ListView inside a LinearLayout. There are enough rows in the ListView to make the user have to scroll to see the bottom of the list. When I do scroll, I'm getting some weird graphical artifacts. For example, if I scroll to the bottom and hold it, that blue indic

[android-developers] Set encoding of webview widget for example turn Encoding on for Gzip

2012-05-27 Thread danny sasdan57
i have the code WebView webView = (WebView) findViewById(R.id.webView1); webView.getSettings().setJavaScriptEnabled(true); //webView.loadUrl("http://www.google.com";);

[android-developers] How to develop a indor map API

2012-05-27 Thread rasika
I'm a student who is reading for my degree in information technology. i have an research to do for my final year and i have to make a API for browse museum in here there for i need to make android map api to browse museum. is there anyone to help in this please cooperate me to build this . thank yo

[android-developers] How to capture the usage time of background running application example music?

2012-05-27 Thread pushpa
I want to capture the usage time of background running application. Is there any alternative method to find the usage time apart from spare parts? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

Re: [android-developers] How to prevent (or handle) Android auto-killing my app on a dedicated-purpose device?

2012-05-27 Thread Mark Murphy
On Sat, May 26, 2012 at 4:50 PM, Jeremy wrote: > The only problem is that occasionally (e.g. seemingly at random, maybe > once every few days or weeks) I will walk by the display case and > notice that my program is no longer updating the display -- in > particular, my application is no longer run

[android-developers] تصفيه المحتوى

2012-05-27 Thread البحار سعد
لايمكنني تنزيل اي تطبيق بسبب تصفية المحتوى كيف اعدل الاعدادات -- 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-dev

Re: [android-developers] alwaysRetainTaskState doesn't work as expected. Singleton class is losing its state

2012-05-27 Thread Mark Murphy
On Fri, May 25, 2012 at 2:10 PM, Orchestrator wrote: > On the first time my app is running, on the root activity, the user is > required to select a certain options that determines which data would be > downloaded for him from a database. > > Once he had picked that option, the data is downloaded

Re: [android-developers] flashboot

2012-05-27 Thread Mark Murphy
This list is for developing applications with the Android SDK. You need to find a more relevant resource, such as possibly the lists on http://source.android.com. On Fri, May 25, 2012 at 12:56 PM, cortney wrote: > Fflashboot does not reconize my phone I can not unlock the ootloader. > Could anyon

[android-developers] How to prevent (or handle) Android auto-killing my app on a dedicated-purpose device?

2012-05-27 Thread Jeremy
Hi all, First, a little bit of background info: I wrote a very simple Android app, which is intended to run alone on a dedicated device. The app's purpose is simply to display (and occasionally update) a specified web page, indefinitely. The app wakes up the device once every four hours (via Al

[android-developers] Re: reduce size of a screen

2012-05-27 Thread Александр Баев
jadranko bodiroga you need to learn basics. this one is perfect http://developer.android.com/guide/practices/screens_support.html On May 27, 9:55 am, jadranko bodiroga wrote: > Any code ,as an example? > > On May 27, 2012 9:42 AM, "RichardC" wrote: > > > > > > > > >http://developer.android.com/

[android-developers] Audio Record Class Produces a lot of noise when recording

2012-05-27 Thread AJ_SHEHAN
I am using audio recorder class to record and audio file, but when i print an input array that the buffer produces, as i want to manipulate this input, i do not get any pattern of a proper wave. It is producing a lot of noise. Please help me with this. I have used all the parameters as specifie

[android-developers] Camera on HTC One X and Google Nexus S won't work

2012-05-27 Thread dominicmoret
I have made an app that uses the camera. It works on almost all phones, except on HTC One X and Google Nexus S. Maybe there are more, but these are the ones I have heard of (through email). Since I have neither a One X nor a Nexus S at hand, I can't debug. Could you think of something, that I migh

[android-developers] Regarding data intent filter

2012-05-27 Thread Kishore Kumar
Hi i have one activity Test with and other activity Test1 with But problem is only Test activity scheme and Test1

[android-developers] networkutils not there in android.net

2012-05-27 Thread loka sudharsan
Hi, I just started learning apk and wanted to do an app for android. In my app, i want the dns server, ip address, and default gateway. But as i searched, i find in many places to use the networkutils.rundhcp() But, there is no networkutils in my sdk. Can u please tell me, how to add the networ

[android-developers] Network redirection while using android emulator

2012-05-27 Thread Akki
I have been trying to understand the basics of android emulator networking.I found this documentation : http://developer.android.com/guide/developing/devices/emulator.html#redirection which asks to execute these commands : - telnet localhost 5554 - redir add tcp:5000:6000 Que : So my d

Re: [android-developers] Re: How to install APK programmatically without user prompt

2012-05-27 Thread Antonin Chazalet
Thanks for your quick answer. I tryied: pm install /sdcard/download_aaa/NotePad.apk Via my phone's terminal, and it returns me: pkg: /sdcard/download_aaa/NotePad.apk [1] Killed pm install /sdcard/download_aaa/NotePad.apk The NotePad.apk app hasn't been installed. Do I miss any options? or so

[android-developers] [ASK] about get location using GPS

2012-05-27 Thread Alfa
hi, i want to get my location in longitude and latitude from gps, and i use this code public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.googlemapview); mv = (MapView)findViewById(R.id.mapvie

[android-developers] Re: IOException thrown by AccountManagerFuture.getResults whereas connection is alive

2012-05-27 Thread Julien Martin
I forgot to include the full stack trace: 05-27 19:09:04.319: E/GAWidget(12487): IOException 05-27 19:09:04.319: E/GAWidget(12487): java.io.IOException 05-27 19:09:04.319: E/GAWidget(12487): at android.accounts.AccountManager.convertErrorToException(AccountManager.java:1440) 05-27 19:09:04.319

[android-developers] alwaysRetainTaskState doesn't work as expected. Singleton class is losing its state

2012-05-27 Thread Orchestrator
On the first time my app is running, on the root activity, the user is required to select a certain options that determines which data would be downloaded for him from a database. Once he had picked that option, the data is downloaded and kept on a singleton class that should hold that data a

[android-developers] Question about OAuth, Android and notifyAuthFailure flag in AccountManager.

2012-05-27 Thread Julien Martin
Hello, I am developping an Android app and I would like to reset the notifyAuthFailure flag on my device so that I am prompted again by my device. I have the following method call: *getAuthToken(account, "oauth2:https://www.googleapis.com/auth/‌ analytics.readonly", true, new AccountManagerCallb

[android-developers] how to resolve java.net.ConnectException: failed to connect to /10.0.2.2 (port 8080): connect failed: ETIMEDOUT (Connection timed out)

2012-05-27 Thread imran khan
I m making an application which should upload file from sd card to php server for further processing but when i try to upload my logcat shows the following error: java.net.ConnectException: failed to connect to / 10.0.2.2 (port 8080): connect failed: ETIMEDOUT (Connection timed out). My java code i

[android-developers] Manifest settings to distinct phones from tablets

2012-05-27 Thread Александр Куликовский
Hello, everybody. I have two different apks - one for phones, and it has portrait orientation, and one for tablets in landscape. Also different drawables used there. All drawables store in "drawable-nodpi" and layouts simply in "layout" folder. I want to distinct tablets from phones in my manifest

[android-developers] What is the official Android 4.0.4 update web page?

2012-05-27 Thread happyduck
There are so direct links to the zip file in non-Google websites for the Android update files, but what is the link for the official Google page? For example, http://nolovelust.com/post/Android-404-update-for-Nexus-S-and-Galaxy-Nexus-released!-Links.aspx I know the direct URL links to google.c

[android-developers] (ask) can we use our own shotest path algoritm in google map?

2012-05-27 Thread Alfa
hi all, i'm Alfa, i'm new here. pleasure to meet u all. a want to ask about google map api in android. can we use our own shortest path algorithm in google map, because i want to use A* algoritm in my project. ~Alfa -- You received this message because you are subscribed to the Google Groups "A

Re: [android-developers] Re: How to install APK programmatically without user prompt

2012-05-27 Thread Antonin Chazalet
Hello, Pratik, can you tell us how you skipped the user prompt? Thanks, Regards, Antonin. Le mardi 27 septembre 2011 18:04:37 UTC+2, pratik.p...@gmail.com a écrit : > > Its in rooted device, but no option for user to do adb. Its nigher for > phone nor for tablet market. > > -- > Regards, >

[android-developers] IOException thrown by AccountManagerFuture.getResults whereas connection is alive

2012-05-27 Thread Julien Martin
Hello, The following method systematically throws a IOException when invoked on my Android device whereas the internet connection is alive (I can retrieve emails or connect to gmail using my Android device). Can anyone please help? private void performAuthentication() { Log.d("GAWidget", "pe

[android-developers] Re: reduce size of a screen

2012-05-27 Thread Александр Баев
sorry. my bad On May 27, 9:55 am, jadranko bodiroga wrote: > Any code ,as an example? > > On May 27, 2012 9:42 AM, "RichardC" wrote: > > > > > > > > >http://developer.android.com/guide/practices/screens_support.html > > > On Sunday, May 27, 2012 8:31:01 AM UTC+1, baturanija1 wrote: > > >> Hej pe

[android-developers] flashboot

2012-05-27 Thread cortney
Fflashboot does not reconize my phone I can not unlock the ootloader. Could anyone please explain. Thank you! -- 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 unsubs

[android-developers] Android DNS failover not robust

2012-05-27 Thread Heath Naylor
I had a situation where the DNS server we had was resolving internal routing, but nothing external. This meant that I could get to internal dns like (internal.mycompany.com) but not cnn.com. The secondary DNS that was listed would have worked just fine but Android never tried to use it. All Win

[android-developers] how to know when and where a textfield is focused in an android webview?

2012-05-27 Thread Jafar
Normally when a native textfield in an android view is focused, the view scrolls automatically to keep the field visible when the virtual keyboard appears. And it's normally the same behaviour when I select a textfield in a webview (so I mean a html text input in the page that loaded in the web

Re: [android-developers] Application temporarily free

2012-05-27 Thread Hilario Perez Corona
Well, i don't know if this will work for us, i'll have to to wait until the end of the promotion. For now, we have paid and free full versions on the market... And we're still getting sales on the full paid, and we got a big link and message that tells u to download the full free version... Tha

Re: [android-developers] Application temporarily free

2012-05-27 Thread b0b
On Sunday, 27 May 2012 21:27:05 UTC+2, TreKing wrote: > > > Please let us know how that works out. I'm genuinely curious. Good luck. > > > It is not going to work out well that's for sure -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

Re: [android-developers] Application temporarily free

2012-05-27 Thread TreKing
On Sun, May 27, 2012 at 9:31 AM, Michael Leung wrote: > Create a free full version and publish to android market, after two days > you remove it from market- On Sun, May 27, 2012 at 11:16 AM, Hilario Perez Corona wrote: > Thanks Michael, that was our solution, its working well... :D Seriously

Re: [android-developers] Re: How to install APK programmatically without user prompt

2012-05-27 Thread Pratik Prajapati
It was my hack. Which worked in my device, as is not for any smart phone, tablet. I run System command from java and user pm utility of android to install apk. On Sun, May 27, 2012 at 9:10 AM, Antonin Chazalet < antonin.chaza...@gmail.com> wrote: > Hello, > > > Pratik, can you tell us how you s

[android-developers] Re: How to manage CheckBox or EditText item in a ListView ?

2012-05-27 Thread chronogps
In fact there is a way to get the status of the checkbox using myLayout=listview.getChildAt(position); instead of myLayout=listAdapter.getView((int) i, null, list); (it creates a new View, that the reason why the checkbox doesn't have the right status). to get the Layout corresponding to the po

Re: [android-developers] Hardware accelerated Canvas.drawPicture support (or recommended alternatives)

2012-05-27 Thread Josh Guilfoyle
Thanks for the quick reply. Given your last comment about rasterization of Path, I think an appropriate option is to just disregard hardware acceleration for most of what I'm doing and render the full graphic into a set of tiles. The hardware renderer can optimize the "last mile" step for me

Re: [android-developers] You have joined the group android-developers@googlegroups.com

2012-05-27 Thread Kristopher Micinski
there's a link... you have to click that one... kris On Sun, May 27, 2012 at 12:43 AM, Jason Chang wrote: > unsubscribe. > > > > On Tue, Apr 24, 2012 at 10:44 AM, Jason Chang wrote: > >> unsubscribe. >> >> >> On Wed, Feb 29, 2012 at 12:42 AM, Android Developers < >> android-developers+subconf...

Re: [android-developers] Hardware accelerated Canvas.drawPicture support (or recommended alternatives)

2012-05-27 Thread Romain Guy
> 1. What performance gotchas may exist with simply constructing my own > macro notion of a Picture and replaying the raw Canvas operations on > draw? Not much really. The UI toolkit has its own equivalent of Picture called DisplayList. If you render a View with on draw() the toolkit builds such a

Re: [android-developers] Application temporarily free

2012-05-27 Thread Hilario Perez Corona
Thanks Michael, that was our solution, its working well... :D On Sunday, May 27, 2012 7:31:06 AM UTC-7, Michael Leung wrote: > > Create a free full version and publish to android market, after two days > you remove it from market- > 2012-5-26 下午1:49 於 "Hilario Perez Corona" 寫道: > >> I'm gonna ex

[android-developers] Re: How to properly implement dismissing HTML5 video from WebView

2012-05-27 Thread Brian
Hello Mariusz, Sorry about the slowness of my reply. In any case, getFocusedChild() will return a VideoView object in froyo, and gingerbread. But in Honeycomb and above it returns some inner class of HTML5VideoFullScreen. As a result much of the example code out there for playing video's em

[android-developers] Re: Voice Actions: can commands be overridden?

2012-05-27 Thread bsquared
I must have been tired. I would swear that it said deprecated. Thanks for the clarification. You have given me food for thought. Regards, Brian On May 25, 6:59 pm, TreKing wrote: > On Fri, May 25, 2012 at 8:45 PM, bsquared wrote: > > What source do you have that indicates it's deprecated? >

Re: [android-developers] Application temporarily free

2012-05-27 Thread Michael Leung
Create a free full version and publish to android market, after two days you remove it from market- 2012-5-26 下午1:49 於 "Hilario Perez Corona" 寫道: > I'm gonna explain what i have: > > 1. A free Lite version of my application > 2. A full paid version of my application (.99 USD) > > Both application

[android-developers] Re: Menu from GLSurfaceView

2012-05-27 Thread RichardC
Look at the SurfaceView Overlay example in the API demo samples >From surface_view_overlay.xml http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">

Re: [android-developers] Menu from GLSurfaceView

2012-05-27 Thread Harri Smått
On May 25, 2012, at 3:05 PM, Marcin Orlowski wrote: > if you need own menu (drawn on surface) then your event listener have to tell > the rendered to draw one when all criterias are met (and you have to make own > menu of course) Or alternatively you could use, say RelativeLayout, and have your

Re: [android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-05-27 Thread b0b
On Sunday, 27 May 2012 04:57:06 UTC+2, Dianne Hackborn wrote: > > On Sat, May 26, 2012 at 11:36 AM, b0b wrote: > >> In short, f... Samsung and the Galaxy Note for this huge mess. >> And thanks Google for not thinking about the new Android 3.2 qualifiers, >> *before*. >> > > You're very welcome

Re: [android-developers] Re: reduce size of a screen

2012-05-27 Thread David Olsson
How about try reading http://developer.android.com/guide/practices/screens_support.html ? On Sun, May 27, 2012 at 9:55 AM, jadranko bodiroga < jadrankobodiroga1...@gmail.com> wrote: > Any code ,as an example? > > On May 27, 2012 9:42 AM, "RichardC" > wrote: > >> http://developer.android.com/guid

Re: [android-developers] Re: reduce size of a screen

2012-05-27 Thread jadranko bodiroga
Any code ,as an example? On May 27, 2012 9:42 AM, "RichardC" wrote: > http://developer.android.com/guide/practices/screens_support.html > > > On Sunday, May 27, 2012 8:31:01 AM UTC+1, baturanija1 wrote: >> >> Hej people,i am making an application wich screen has a good dimension >> for my phone-

[android-developers] Re: reduce size of a screen

2012-05-27 Thread RichardC
http://developer.android.com/guide/practices/screens_support.html On Sunday, May 27, 2012 8:31:01 AM UTC+1, baturanija1 wrote: > > Hej people,i am making an application wich screen has a good dimension > for my phone-HTC DESIRE .there are othes phones who has smaller or > bigger screen...so i

[android-developers] reduce size of a screen

2012-05-27 Thread baturanija1
Hej people,i am making an application wich screen has a good dimension for my phone-HTC DESIRE .there are othes phones who has smaller or bigger screen...so i am asking is there an option to makk app to automaticly reduce a size of a screen for all size of telefon screen? Thanks for reading :) --