[android-beginners] set clip in canvas

2010-05-05 Thread pti4ik
Hello everybody! Can anyone tell me if there is a way to set a clip in my Canvas to the specific rectangle, equivalent to setClip(x, y, width, height) from class Graphics in J2ME? I found only the ways to intersect my clip with a rectangle or region, but not to move it to the specific position and

[android-beginners] Re: images from images.google.com

2009-11-17 Thread pti4ik
er(); while ( (line = reader.readLine()) != null ) { output.append(line); } reader.close(); Now output contains the xml returned from google image search. Good luck! Andrew On 12 ноя, 01:50, pti4ik wrote: > Actually this api is for web sites. Any ideas about how to implement > it in my an

[android-beginners] Re: images from images.google.com

2009-11-11 Thread pti4ik
Actually this api is for web sites. Any ideas about how to implement it in my android application? On 23 окт, 22:36, pti4ik wrote: > Thanks a lot! > > On 21 окт, 08:13, jphaberman wrote: > > > > > On Oct 18, 3:33 pm, pti4ik wrote: > > > > Hi everybody! >

[android-beginners] Re: images from images.google.com

2009-10-23 Thread pti4ik
Thanks a lot! On 21 окт, 08:13, jphaberman wrote: > On Oct 18, 3:33 pm, pti4ik wrote: > > > Hi everybody! > > I need to search web for images by keyword or phrase with > >images.google.com and then to show some of the found images in my app. > > So does that web

[android-beginners] images from images.google.com

2009-10-20 Thread pti4ik
Hi everybody! I need to search web for images by keyword or phrase with images.google.com and then to show some of the found images in my app. So does that web site have any API for this? Or what are the ways for solving this problem? Thanks! Andrew --~--~-~--~~~---~-