[android-developers] Re: Https client in Android

2009-11-30 Thread JITU
to know whether Android support Https. Thanks On Nov 30, 9:20 am, JITU meet2...@gmail.com wrote: Hi All, Is android supports https ? Objective: Sending a xml file over https to a web server. The GET and POST is working fine with HTTP, but i don't have any idea regarding https

[android-developers] Https client in Android

2009-11-29 Thread JITU
Hi All, Is android supports https ? Objective: Sending a xml file over https to a web server. The GET and POST is working fine with HTTP, but i don't have any idea regarding https. It will be great if some sample code can provide me. Regards, jit -- You received this message because you are

[android-developers] can we give margin in percentage instead of pixel??

2009-09-30 Thread Jitu
Hi All, I am facing a problem on UI creation for example (android:layout_marginLeft=100px) when i switch to portrait to landscape then left margin is fix but i want same left margin like we mentioned in percentage.. Here in android dev how i mention left margin in percentage?? - Jitu

[android-developers] Specifying relative positions in Layout?

2009-09-30 Thread Jitu
Hi All, I need to implement a screen containing a list of blocks one below the other. Each block will contain mutiple superimpose elements (Images, text) for which the relative position needs to be specified with respect to the top left corner of the block. For creating the list of blocks i

[android-developers] Can we put inner layout in center of the screen.

2009-09-30 Thread Jitu
Hi All, I want to put inner layout in center of the screen. Please help me here. --~--~-~--~~~---~--~~ 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] How to put TextView in same position in landscape and portrait mode in Android

2009-09-30 Thread Jitu
Hi All, I am facing a problem when i put a textview on screen in landscape mode it position is fine but when i switch to portrait mode it position is remain fix it not change according to screen resolution. please help me here --~--~-~--~~~---~--~~ You received

[android-developers] How to display list of images in ListView in android?

2009-09-29 Thread Jitu
help me here? - Jitu --~--~-~--~~~---~--~~ 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

[android-developers] onclick event works even on top of the another view

2009-06-04 Thread JITU
Hi All, I am facing some problem Like: Scenario:Three buttons enabled by on click event. -I am using sliding drawer... on which no of buttons are there. -When sliding drawer is opened...its overlapping the preveously defined three buttons. My problem is... when i am clicking on sliding

[android-developers] Re: Can the Content of SlidingDrawer be a ViewGroup ???

2009-05-12 Thread JITU
Hi, Can anybody tell, how can we place the sliding drawer at top of the window Thanks. On May 5, 6:11 pm, allstars allstars@gmail.com wrote: also i would like to ask is it possible to make HandleView lies on top of ContentView so far i think Handle cannot reside 'inside'

[android-developers] Re: SlidingDrawer

2009-05-12 Thread JITU
Hi All, I am able to do that.. But i can not place the SlidingDrawer at the top. It is coming bottom/right. Please help me in this regards... Thanks On May 12, 9:51 am, JITU meet2...@gmail.com wrote: Hi All, I am new to android.I need some help regarding Slidingdrawer which

[android-developers] SlidingDrawer

2009-05-11 Thread JITU
Hi All, I am new to android.I need some help regarding Slidingdrawer which is included with SDK 1.5. I want to implement this feature in my application, i did not get it anywhere. Please provide me the sample-code (Java and XML). Objective: i want to put two icons (Clickable i.e buttons) with

[android-developers] Move to one activity to another

2009-05-05 Thread JITU
Hi All, I am new to Android.I am facing some problem. Scenario: 1) I have two XML files in res/layout i.e. main.xml and play.xml. 2)main.xml contains no of buttons. 3)play.xml contains some contents (Like image,button.text etc.) objective: 1)When i will click on the buttons present in

[android-developers] How to chage the image of an image button when it is onfocus/onclick/onrelease

2009-05-04 Thread JITU
Hi, I am jyotiranjan and very much new to Android. I know how to create an image button, but only in static state. I want the image button should behaves like.. Example Play Button: State 1:Blue color State 2:Green (OnFocus) State 3:Red (On Pressed) State 4:Black (On Release) All four States