I am creating application client-server on android,that server is webservice .net,Client is android app.On webservice containt database that table has f开发者_开发知识库ield images.How to get image from websevice?plz,help me?
Hi u can get and post images in adroid in the form of base64 encoding method.
see the following post in SO. u will get an idea. converting base64 String to image in android
精彩评论