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
--~--~---------~--~----~------------~-------~--~----~
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