[android-developers] Webview capture picture picture returns a blank(white) page

2012-06-25 Thread Asi Mugrabi
r of pages(downside) and google tabs names(above) correctly but where the thumbnail pictures shall be it is blank. Does anybody have idea for reasons? Thanks, Asi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Using: Picture.createFromStream gets stuck - does not return new picture

2012-05-20 Thread Asi Mugrabi
cture p is retrieved by capturePicture() in webview (I did not use startRecording) Any ideas anybody? Thanks, Asi -- 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@googlegroup

[android-developers] User defined voice in TTS

2011-05-23 Thread Asi
Is there any way to change TTS voice in local accent, Indian English? -- 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 to and

[android-developers] Scrollview force to be on Top

2011-05-23 Thread Asi
Hello, I am creating few controls run time e.g textview and buttons. all the controls are child of Scrollview. Textview is filling up from db, sometime string is big and sometime small. when i click on Next button, new record appears successfully but the focus is not going the top of scrollview. pl