Re: [android-developers] Loading Images Using HttpURLConnection Concurrently

2013-04-06 Thread Harri Smått
Hi, Is it possible for you to share an example of an image URL you're using? -- H On Apr 6, 2013, at 5:59 AM, Alex Fu alex.fu...@gmail.com wrote: I tested HTTPS and I'm getting a 400 Bad Request error when using mobile data. On WiFi, everything goes through smoothly... wth. -- -- You

[android-developers] Re: Advanced Touch Control: passing touch event from one view to another

2013-04-06 Thread Dancing Fingers
Why can't you just declare an Application variable and pass it back and forth that way? -- -- 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

[android-developers] Access web service over SSL with client certificate (KSOAP)

2013-04-06 Thread mbarbiero
Dear developers... I need to access a very secure web service that requires authentication with server *AND client certificates*. The big problem (to me) is *how to define client certificate in the SSL packet*. I use o Ksoap but don't found documentation about SSL and certificates. Any idea?

Re: [android-developers] Access web service over SSL with client certificate (KSOAP)

2013-04-06 Thread Renuka Deshpande
try these http://blog.callistaenterprise.se/2011/11/24/creating-self-signed- certificates-for-uhttp://blog.callistaenterprise.se/2011/11/24/creating-self-signed-certificates-for-use-on-android/

Re: [android-developers] Loading Images Using HttpURLConnection Concurrently

2013-04-06 Thread Alex Fu
If possible, I would rather not. I'm using my own server to serve up data so for the HTTPS bit, I used a self signed certificate. Not sure if that's something that would cause the 400 error. On Sat, Apr 6, 2013 at 2:55 AM, Harri Smått har...@gmail.com wrote: Hi, Is it possible for you to

[android-developers]regarding bluetooth auto-pairing urgernt

2013-04-06 Thread akash roy
can anyone tell me is auto pairing possible using bluetooth android i mean to say no user interrupt is required. * * -- -- 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] Strange memory consumption switching between activities

2013-04-06 Thread user123
I'm running an app in a 4.2 Nexus 7 device. It has 64 mb app memory. I have 2 activities - and a button to toggle between them. When I start activity A, then B, then A, B, A, B, etc. After a while I get an out of memory error. I investigated this problem with a heap dump and the memory

[android-developers] Re: Android 4.2 introduced SELinux enabled by default on kernel. am I right?

2013-04-06 Thread Martin Krischik
4 Questions and 4 LMGTFY as answers. Classic. 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 unsubscribe from this group, send email to

[android-developers] Re: Zooming with Google Maps Android API v2

2013-04-06 Thread VenomVendor™
Change mMap.getUiSettings().setZoomControlsEnabled(false); to mMap.getUiSettings().setZoomControlsEnabled(true); -- -- 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

[android-developers] String.replaceAll with regular expression

2013-04-06 Thread Ralph Bergmann | the4thFloor.eu
Hello, I want to replace parts of a string but get an error :-( The code: String reSiezedURL = foo; reSiezedURL = reSiezedURL.replaceAll((?w=[0-9]+), String.format(?w=%d, this.reqWidth)); reSiezedURL = reSiezedURL.replaceAll((w=[0-9]+), String.format(w=%d, this.reqWidth)); reSiezedURL =

[android-developers] Re: Strange memory consumption switching between activities

2013-04-06 Thread RichardC
You need to do is : A - start B - AB - finish B - A - start B - AB - finish B - A What you are doing (if you have explained correctly is): A - start B - B - start A - ABA - start B - ABA - start B - ABAB etc On Saturday, April 6, 2013 5:56:39 PM UTC+1, user123 wrote: I'm running an app in

[android-developers] Re: Strange memory consumption switching between activities

2013-04-06 Thread user123
Ah. Right. I'm an idiot :) I have a side navigation menu and there user can keep tapping item A, item B, item A, item B, etc. And everything is kept in the navigation stack. Now I'm calling finish on the current activity after starting a new one. The problem seems to be fixed. Thanks! Am

[android-developers] Reduce line spacing

2013-04-06 Thread dylanh724
Hi, in designer, or by any means, is it possible in AppInventor to decrease line spacing? I have 5 textbox' in a vertical arrangement. I want them to have less spacing in between these textbox'. Any suggestions? Thanks :) -- -- You received this message because you are subscribed to the