[android-developers] Re: Draw on a WebView control.

2012-01-13 Thread Hydro Misco
Hi, Yes, I think this would be the best solution for me - I take it the onDraw will not cause any lag. Can you give me a quick demo snippet of this, i.e. by drawing a line from (10,10) - (100, 150). Am I able to alter the draw mode as well ? e.g. XOR... Thanks so much. On Jan 12, 6:44 pm,

Re: [android-developers] Re: Draw on a WebView control.

2012-01-13 Thread TreKing
On Fri, Jan 13, 2012 at 10:58 AM, Hydro Misco niranpaud...@gmail.comwrote: Yes, I think this would be the best solution for me - I take it the onDraw will not cause any lag. Try it? Can you give me a quick demo snippet of this, i.e. by drawing a line from (10,10) - (100, 150). Can you