Quote:
Originally Posted by brendanmc25 but how to do i do that? Prob can suss out http connection to download via inputstream but how do i then put it on screen? That's what i'm struggling with. |
What is the response you are getting from the HTTPConenction? byte array or what? Create a Bitmap from the response that you are getting like create bitmap from byte array. THen proceed to use this bitmap to make your bitmapfield.
P.S. Its imp to mention how far you've reached and where exactly u r stuck so that we can provide more specific reply.