Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best way to store images in android? [duplicate]

Tags:

android

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

like image 224
Smitha Avatar asked Apr 20 '11 11:04

Smitha


People also ask

Where do I put images in Android Studio?

To import image resources into your project, do the following: Drag and drop your images directly onto the Resource Manager window in Android Studio. Alternatively, you can click the plus icon (+), choose Import Drawables, as shown in figure 3, and then select the files and folders that you want to import.

How do I store photos in internal storage?

Tap on the Move to option that will appear when you tap on the dots at the top right. The option to move the Camera folder to the SD card should appear at the bottom. The process shouldn't take too long, and when it's over, you'll see how you now have more space in your device's internal storage.


1 Answers

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
like image 199
Harry Joy Avatar answered Sep 19 '22 13:09

Harry Joy