[android-developers] Pressing Menu button with ActionBar shows an dark overlay

2014-08-10 Thread 'RLScott' via Android Developers
I am migrating from an old-style Menu button menu to the ActionBar in an app that targets Android 3.0 and above. My ActionBar buttons are working fine. But on devices that still have a hardware Menu button, the Menu button causes the whole screen to be overlaid with a semi-transparent dark sc

Re: [android-developers] saving GeoCoder location address legality

2014-08-10 Thread Goutom
But they own the address giving me based on my lat,lon.I don't find any clear clarification on this issue. On Saturday, August 9, 2014 12:49:05 AM UTC+6, Mukesh Srivastav wrote: > > What is illegal in this ? Geocoder returns the Address based on the lat > long you have. you need to check the leg

[android-developers] Re: create photo gallary

2014-08-10 Thread MathieuB
dear sir, google Le dimanche 10 août 2014 02:48:41 UTC-4, Bhavin a écrit : > > dear sir, > > for my application, I wanted to create photo gallary. > > in which i can add photo (from content provider) well as delete photo. > > how to do this? > -- You received this message because you are subscr

Re: [android-developers] DefaultHttpClient / AndroidHttpClient - Multiple Cookie Headers

2014-08-10 Thread Gaurav Vaish
Ah... I see. How did I miss that... Thnx for the pointer. - Gaurav On Sunday, 10 August 2014 04:03:10 UTC-7, mbanzon wrote: > > It have been ages since I've messed with HTTP on Android - but as far as I > recall the DefaultHttpClient has a CookieStore - as far as I remember > cookies can be se

Re: [android-developers] DefaultHttpClient / AndroidHttpClient - Multiple Cookie Headers

2014-08-10 Thread Michael Banzon
It have been ages since I've messed with HTTP on Android - but as far as I recall the DefaultHttpClient has a CookieStore - as far as I remember cookies can be set through that. On Sun, Aug 10, 2014 at 7:19 AM, Gaurav Vaish wrote: > There is no other way to add cookie, isn't it? > > Or do you m