[android-developers] Re: Unable to play youtube videos on SDK 1.5 emulator, but playing well on SDK 1.0 emulator

2009-05-19 Thread N N V
Hi manoj.. You are playing the video through sdcard or streaming.. Thank You Rock --~--~-~--~~~---~--~~ 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] Re: Alert Text box value read error

2009-05-11 Thread N N V
Hi N V.. Its very simple... You are using findViewById(R.id.username_edit); field, Actually this field visible to actvity but not Alert Dialog... So simple modification has to made... EditText userNameEt= (EditText) textEntryView.findViewById(R.id.username_edit); String userName=