[android-developers]

2011-01-02 Thread BASU PETLUR
-- 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

[android-developers] Unable to connect to one server using HttpsURLConnection

2010-09-09 Thread BASU PETLUR
I wrote this HttpsURLConnection con = (HttpsURLConnection) new URL("Here my server URL is provided").openConnection(); con.setDoOutput(true); con.setDoInput(true); con.connect();// at this point im geting error saying Java.net.SocketException:permissi

[android-developers] transparency issue..

2009-01-15 Thread basu
hi, i am new to android & facing some issues in transparency. My intention is to 1)in my test activity i have a text "hello world" 2)my test activity intern call Preview of camera code. when this is happened, i am not able to see the below "hello world" how can i make that visible? i also want to