• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem in getting response from rest webservice using jaxrs

 
Ranch Hand
Posts: 214
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi...
iam trying to upload image as base64 string to rest server and then to the database..im successfully able to do that...while retrieving i am facing problem at the rest side im retrieving base64 strings and add to list and return the list...but at the android end i have no idea how to handle the list as response as i need to accept those base strings and decode them and show in grid view...
please correct me if iam wrong..as i am new to android-REST communication

any help would b greatly appreciated
thankyou
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic