[android-developers] CONNECT Request sent when using HttpUrlConnection and keep-alive

2013-03-13 Thread Guillaume Lachaud
Hi ! I am using Charles Proxy to monitor HTTP requests during the development of my application. I have recently switched from using HttpClient to HttpUrlConnection and I have noticed something weird with Charles. After issuing a few requests in a row (say something like 30), I will see a requ

[android-developers] Android ICS SpellChecker

2011-12-01 Thread Guillaume Lachaud
Hi ! I have tried my application on ICS. It works great but I notice that some TextView have a red underline. I don't want these labels to be underlined. How is it possible to disable this spell checking in my application ? Thanks -- You received this message because you are subscribed to the G

[android-developers] Custom long-press duration

2011-10-07 Thread Guillaume LACHAUD
I am trying to change the default long-press duration. I know that it is set in ViewConfiguration. Is there any way to change this value ? What would be the best way to achieve this ? Overriding onTouchEvent ? Thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] Custom LongPress duration

2011-10-07 Thread Guillaume LACHAUD
Hi ! I want to change the timeout before a touch becomes a longclick. What is the best way to start ? Is it possible ? Can we change ViewConfiguration values ? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

Re: [android-developers] Fill a LinearLayout with an ArrayAdapter

2011-09-12 Thread Guillaume LACHAUD
My linear layout is in a scrollview Le 13 sept. 2011 00:01, "TreKing" a écrit : > On Mon, Sep 12, 2011 at 3:54 PM, Isambert wrote: > >> As I my LinearLayout will contain an undefined number of childs, I need to >> fill it dynamically. So as to ease this, I would like to use an >> ArrayAdapter. Wh