5

What is the best way to store images in android?
Also is it possible to access jsp pages from a web service call in android and how to do it?

Thanks,
Sneha

Smitha
  • 6,110
  • 24
  • 90
  • 161

1 Answers1

7

There are many similar question in SO. You should first search.

What is the best way to store images in android?

  1. Efficient Way to store images in android
  2. what is the best practice store images in android in SD card or in SQL lite DB?

is it possible to access jsp pages from a web service call in android and how to do it?

Can't get what you want exactly but if you wanna call web service in android then...

  1. How to call a SOAP web service on Android
  2. calling a webservice in android
  3. Threaded web service call
Community
  • 1
  • 1
Harry Joy
  • 58,650
  • 30
  • 162
  • 207