Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Android
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Android
displaying image?
seraj ela
Greenhorn
Posts: 22
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i had stored image in blob format in mysql database.
i like to retrieve the image and to display in android client.
am using
tomcat
as server.
please help me out with tutorial or sample code.
thank you
Przemek Boryka
Ranch Hand
Posts: 51
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi !
Try with BitmapFactory object, he has many methods that help create bitmap.
InputStream is; //You need to create inputStream from your stored data in mySql database BitmapFactory bitmap = BitmapFactory.decodeStream(is); //decode raw data to bitmap ?!?
This should help resolve your problem.
Bye
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
looking for a creative way to get a string from file.xml
How To Write Some Text in a Horizontal Rule?
thumbnail in jsp
problem with load image file
automatic display of the java list on mouseover an image
More...