1

I am creating application client-server on android,that server is webservice .net,Client is android app.On webservice containt database that table has field images.How to get image from websevice?plz,help me?

androNew
  • 65
  • 6
hieubk
  • 201
  • 1
  • 2
  • 6

1 Answers1

0

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

Community
  • 1
  • 1
VenkaReddy
  • 2,871
  • 2
  • 27
  • 29