I\'m dealing with resizing of images on Android - fun! Here is questions I have hopefully small :) I\'m using camera intent to take p开发者_如何学Cicture and save it on SD card.
I have set a prescaled Bitmap as ImageView\'s source. Then I\'ve read Matrix of an ImageView and shift Bitmap of an ImageView via matrix.postTranslate(shiftX, shiftY).
I had done the program the display all the images from the sdcard dynamically. But now ,I want to display single image dynamically from the sdcard instead of display all images .
Currently I am working one project which requires to post the data on the server database. Here I post the data like name, id, image, etc.
How do I create a 9Patch image that only scales horizontally? 开发者_运维百科I don\'t want it to scale vertically. I am not able to create such a 9 PNG.
I need to get images along with other data (very similar to email with attachements) to the server. I also need to do it in reliable manner so I can retry, etc on failure.
I am trying to set an image as background. I edit the xml layout file. But when i put the im开发者_StackOverflow社区age on the drawable folder, it gives an error on the project name. What is the probl
I want to use videos in my android application. There are 800 videos (total size 250MB), so how will I use them in android application?
I\'m trying to create an app that will allow me to adjust the hue, saturation, brightness, contrast, and sharpness of an image by adjusting the seekbars for each of the above fields.
in my app i use list view with image button called buy video. i populate video list from urban air ship. if i press buy button the video is downloaded.