i am working on image ,upload original image in this original image resize the small image this image saved in to database
original image –> resize it (small image )–> small image saved in to database
please forward solution
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To do this you’ll want to play around with the Bitmap class.
It has several functions to create new bitmaps form previous ones
a full list can be found in the documentation :
http://developer.android.com/reference/android/graphics/Bitmap.html
Regarding the save to a database I’ve never done but it would depend on your server.