I\'m trying to find a way to swipe images in my android application.I find a example of how to do that with textview,but I can\'t do the same thing with ImageView.Here is the original code with TextVi
This the code I am using to take picture, display it, then send it in an email: private void takePicture() {
in my android app i need to take screen capture and share the captured screen in mail(captured screen to be shown mail).
Is it possible to use an image as the background of the main Activity? (load screen).I then want to put buttons over the image. If this is possible could anyone tell me how I would loa开发者_StackOver
Can anyone help me how to put images in a hashmap? I tried something like this : HashMap<String, Object> map = new HashMap<String, Object>();
I\'m creating an app that downloads a lot of pictures from a website and stores them all in the cache folder so that it won\'t take up too much space on the phone.
I store a photo taken by the camera like so: FileOutputStream out = new FileOutputStream(\"img_example\");
I used the following code in Gallery View and I got the following exception. Can anyone show me where I am wrong?
I am trying to open a jpg image file in gallery. This gives a error. I am using the code below Intent intent = new Intent();
I\'m struggling with OOM errors when decoding images. This message is right on money what I\'m dealing with: BitmapFactory OOM driving me nuts