Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a screen with camera button on it, and the resultant picture is stored in the imageview ,I want to enlarge the image by clicking on it. and I want to send that same image to another activity using database.

Thanks in advance
Posted

1 solution

Hi,
Hope this link helps you.
http://android-journey.blogspot.in/2010/01/android-gestures.html[^]

and also see this
http://stackoverflow.com/questions/6650398/android-imageview-zoom-in-and-zoom-out[^]

this also http://stackoverflow.com/questions/5191456/how-can-i-place-double-click-event-on-imageview-in-android[^]

and if you want to send an image from one activity to another activity, you just use sqlite database and save your image in some images folder and save the path in database and in next activity get the image which u have saved lastly or use some sort of index to identify the image you have just inserted in the database and get that image in your next activity.

If you want how to perform database operations go through this https://www.google.co.in/search?q=deal+with+sqlite+databases+android&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&channel=fflb&gws_rd=cr&ei=uLQmUsKdONHNrQfsjYH4CQ[^]

If you need any more help, please post your query here.

Thanks and Regards
Ganesh Kumar Poosarla
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900