[android-developers] Re: How to get webview's content into a bitmap?

2012-05-04 Thread Mihail Mihailichenko
Cool. But it now worked on Android 4.0.3 on my Samsung Galaxy SII. picture.getWidth() and picture.getHeight() = 0...It's crashed on this string. четверг, 10 сентября 2009 г., 19:12:57 UTC+4 пользователь gjs написал: Hi again, I thought you pasted the correct code already ? Anyway for

[android-developers] Re: How to get webview's content into a bitmap?

2009-10-26 Thread Jett
Great! Thanks a lot! On 9月10日, 下午11時12分, gjs garyjamessi...@gmail.com wrote: Hi again, I thought you pasted the correct code already ? Anyway for risk of being accused of writing the code for you, the following will write a jpg file, to the sdcard, which contains the entire content of the

[android-developers] Re: How to get webview's content into a bitmap?

2009-09-11 Thread AJ
Thanks gjs, that works :) Anyway sorry for being redundant and impatient. thanks, AJ On Sep 10, 8:12 pm, gjs garyjamessi...@gmail.com wrote: Hi again, I thought you pasted the correct code already ? Anyway for risk of being accused of writing the code for you, the following will write a

[android-developers] Re: How to get webview's content into a bitmap?

2009-09-10 Thread gjs
Hi again, I thought you pasted the correct code already ? Anyway for risk of being accused of writing the code for you, the following will write a jpg file, to the sdcard, which contains the entire content of the web page, when I test it on a G1 phone in portrait mode I get an image of the

[android-developers] Re: How to get webview's content into a bitmap?

2009-09-09 Thread Ajeet Singh
Hi gjs, Thanks for pointing that error. But that was a type error. Now I am pasting the correct code here. WebView w = new WebView(this); w.loadUrl(http://www.yahoo.com;);

[android-developers] Re: How to get webview's content into a bitmap?

2009-09-09 Thread AJ
If somebody knows this, plz help me - AJ On Sep 9, 1:26 pm, Ajeet Singh ajeet.invinci...@gmail.com wrote: Hi gjs, Thanks for pointing that error. But that was a type error. Now I am pasting the correct code here.