I\'ve been working on a simple application which allows the user to take a photo and store it in the camera roll for later use. To do this, I am using a UIImagePickerController, and the method UI开发者
I have the necessity to upload some photos开发者_如何学运维 to my server (giving users the capability to), but before doing it, I need the user to be able to resize the photo, like they do in picasa w
My mission is to let users upload their own photos then the site crops the face+hair and pastes them on an ecard. The tough part is that I\'m not allowed to use flash =/
In my app I want the user to either be able开发者_运维百科 to click a button browse for a file or drag and drop it into the application and have it open the image. How can I do this? Which method woul
I\'m new with javascript, so i\'m trying to use two jQuery plugins, together they don\'t work properly. Just if i remove one of two.
I want to display contact\'s photo in a ListView. I am facing performance problem(Scrolling is not smooth)when there is a large number of contacts. I am using ArrayAdapter\'s getView method to assign
Facebook photo zoom is one of the best utilities I have ever encountered when browsing a massive amount of photos. My question is how it was built, and if there is a free javascript application alread
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I am not asking for someone to write the code, but basically point me in the right direction. What tools are available? Can I use cocos2d or box2d or should I just use openGL?
I want to be able to take a snapshot of a preview camera screen being displayed on a SurfaceView. I know it has something to do with the onPreviewFrame() method and this returns a byte array in YUV fo