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

2010-07-22 Thread ABTHUL RAZEETH
-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 http://stackoverflow.com/questions/tagged/android To unsubscribe from this group

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

2010-07-22 Thread ABTHUL RAZEETH
://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 http://stackoverflow.com/questions/tagged/android

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

2010-04-29 Thread ABTHUL RAZEETH
/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 http://stackoverflow.com/questions/tagged/android To unsubscribe from

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,

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

2008-11-19 Thread ABTHUL RAZEETH
You can try like this. ImageView * android:layout_height=30px android:layout_width=30px * android:adjustViewBounds=true android:src=@drawable/image android:weight=1 / On Wed, Nov 19, 2008 at 6:42 PM,

[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 written