Re: [android-beginners]Is it possible to change the skin of the annunciator bar in the phone.

2010-07-22 Thread ABTHUL RAZEETH
visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- With Regards Abthul Razeeth -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at h

Re: [android-beginners] Bringing an Activity to the from when notification is tapped

2010-07-22 Thread ABTHUL RAZEETH
s group, send email to > android-beginners+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- With Regards Abthul Razeeth -- You received this message because you are subscribed to the Google Groups "A

Re: [android-beginners] How to add a taskbar in xml UI.

2010-04-29 Thread ABTHUL RAZEETH
Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > android-beginners+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/an

Re: [android-beginners] connect 2 emulators over lan

2010-02-09 Thread ABTHUL RAZEETH
I have tried with two emulators running in same machine with tcp redirecting. I have also tried with two emulators running in two different machines, but it didn't work out since each emulator runs behind its own proxy. I am also looking for some solution. With regards abthul On Fri, Feb 5, 20

[android-beginners] Re: How to let image scaled to appropriate size.

2008-11-19 Thread ABTHUL RAZEETH
You can try like this. On Wed, Nov 19, 2008 at 6:42 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > I have not actually used the imageview so far myself, so I'm not sure > if this will scale the image, but have you tried making the image and > the button both to have a width "fill parent

[android-beginners] Re: data communication between emulator and localhost

2008-11-12 Thread ABTHUL RAZEETH
probably this may help you. http://www.anddev.org/unknown_socket_error_-1__http_socket_url_internet-t3016.html On Wed, Nov 12, 2008 at 9:49 AM, Isuru <[EMAIL PROTECTED]> wrote: > > i want to communicate data between localhost( as server) and emulator > (as client). > > server program is writte