Re: [android-developers] Saving JPEG images as a Video in Android

2012-04-17 Thread Mark Murphy
See the java.util.zip classes for creating a ZIP archive. On Tue, Apr 17, 2012 at 12:20 AM, perumal316 perumal...@gmail.com wrote: Hi All, Supposedly, using my application I take a few images which will be saved at a particular directory and saved as JPEGs. IS it possible to pack these

[android-developers] Saving JPEG images as a Video in Android

2012-04-16 Thread perumal316
Hi All, Supposedly, using my application I take a few images which will be saved at a particular directory and saved as JPEGs. IS it possible to pack these images together? Like into a video or tar or zip? So that I can send send these images to a backend (E.g. web server). Is this possible?