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 <[email protected]>wrote: > > HI > > I am not getting this ...... > > how the image vl zoom in and zoom out here...... > On 7/15/09, hanged_man <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 < > [email protected] > >> > >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 > >> > > [email protected] > >> > > 09916009493 > >> > >> -- > >> Regards > >> ------------------- > >> Desu Vinod Kumar > >> [email protected] > >> 09176147148 > > > > > > > > -- > Regards > ------------------- > Desu Vinod Kumar > [email protected] > 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." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

