[android-developers] Focusing on the list view menu when selected

2011-08-25 Thread rajesh nair
Hi I have a list view, when I click on a item it gets highlighted and then return backs to the non highlighted state I would like to keep the highlighting on until I have selected another menu item or until I have exited the list view I tried setting android:choiceMode=singleChoice

[android-developers] Using custom buttons

2011-08-15 Thread rajesh nair
Hi, My application has a ADD button and a DELETE button. I'm using the default icons (1) android:icon=@android:drawable/ic_menu_add (2) android:icon=@android:drawable/ic_menu_delete These buttons pop up when I press the Menu button on the emulator. However I would like to use my own buttons

[android-developers] Regarding User Authentication

2011-07-27 Thread rajesh nair
Members, I have developed an application using which I can view mjpeg stream being streamed from my camera, on my android phone. It works fine if a user authentication is not required. But fails when the server requires a user authentication. Following code is used to read the Mjpeg stream.

[android-developers] Reg accessing a server which requires user authentication

2011-07-27 Thread rajesh nair
Members, I have developed an application using which I can view mjpeg stream being streamed from my camera, on my android phone. It works fine if a user authentication is not required. But fails when the server requires a user authentication. Following code is used to read the Mjpeg stream.

[android-developers] Decoding and displaying a jpg file

2011-06-15 Thread rajesh nair
Developers, I wanted to develop an application to decode and display a jpg file(either from a location on the disk or from a url). I browsed for a few codes and tried running them but unfortunately nothing worked. I'm new to Android and to make things worse very new to java. Could any of you help