HI Sujay Krishna Suresh

Thanks for ur response.....

I need to zooming by using the touch not by using keys
if it touch the image it need zoom in & out the image is there any tutorials
or examples regarding this...

plz help i need it urgently

i done this by using key events

image.setBounds((getWidth()/2)-zoomControler, (getHeight()/2)-zoomControler,
(getWidth()/2)+zoomControler, (getHeight()/2)+zoomControler);
          image.draw(canvas);



On Wed, Jul 15, 2009 at 11:15 AM, Sujay Krishna Suresh <
sujay.coold...@gmail.com> wrote:

> desu, u shd get d zoom controls on tap... if u want ur own zoom in & zoom
> out jus make use of the bitmap functions for scaling.
>
> On Wed, Jul 15, 2009 at 11:12 AM, Desu Vinod Kumar 
> <vinny.s...@gmail.com>wrote:
>
>>
>> HI
>>
>> I am not getting this ......
>>
>> how the image vl zoom in and zoom out here......
>> On 7/15/09, hanged_man <majd...@gmail.com> wrote:
>> >
>> >       Intent intent = new Intent();
>> >       intent.setAction(android.content.Intent.ACTION_VIEW);
>> >         //imageFilePath is a path to a file located on the sd card
>> > such "/sdcard/temp.jpg"
>> >       intent.setDataAndType(Uri.fromFile(new File(imageFilePath)),
>> > "image/*");
>> >         startActivity(intent);
>> >
>> >
>> > On Jul 14, 1:58 pm, Desu Vinod Kumar <vinny.s...@gmail.com> wrote:
>> >> Hi
>> >>
>> >> Thanks for giving response ......
>> >>
>> >> if u send the code it will be very helpful for me
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> On Tue, Jul 14, 2009 at 5:09 PM, hanged_man <majd...@gmail.com> wrote:
>> >>
>> >> > you can use the default image viewer using intents (you dont have to
>> >> > implement your own), i don't remember exactly how it is done but ill
>> >> > send you the code in a few hours.
>> >>
>> >> > On Jul 14, 8:37 am, Desu Vinod Kumar <vinny.s...@gmail.com> wrote:
>> >> > > Hi
>> >>
>> >> > > One More thing I need to Specify ....
>> >>
>> >> > > I need to zoom in and Zoom out with Touch ... not with key events
>> ....
>> >>
>> >> > > On Tue, Jul 14, 2009 at 10:50 AM, android.vinny <
>> vinny.s...@gmail.com
>> >> > >wrote:
>> >>
>> >> > > > Hi
>> >>
>> >> > > > Is Zooming is possible to do in android for Image view .
>> >> > > > I have a images in full screen view, i need to zoom in and zoom
>> out
>> >> > > > for that images present in image view .....
>> >> > > > Can any body give me suggestions regarding this........
>> >>
>> >> > > > Thanks in advance.........
>> >>
>> >> > > --
>> >> > > Regards
>> >> > > -------------------
>> >> > > Desu Vinod Kumar
>> >> > > vinny.s...@gmail.com
>> >> > > 09916009493
>> >>
>> >> --
>> >> Regards
>> >> -------------------
>> >> Desu Vinod Kumar
>> >> vinny.s...@gmail.com
>> >> 09176147148
>> > >
>> >
>>
>>
>> --
>> Regards
>> -------------------
>> Desu Vinod Kumar
>> vinny.s...@gmail.com
>> 09176147148
>>
>>
>>
>
>
> --
> Regards,
> Sujay
> Timothy Leary<http://www.brainyquote.com/quotes/authors/t/timothy_leary.html> 
> - "Women who seek to be equal with men lack ambition."
> >
>


-- 
Regards
-------------------
Desu Vinod Kumar
vinny.s...@gmail.com
09176147148

--~--~---------~--~----~------------~-------~--~----~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to