Quack-Ware.com Free Software & Tutorials

1Aug/110

VideoToGif – Android App From Scratch – #7 – Preferences & Preference Activity

In this part of the series I create a preference activity and a couple of different preferences that we are going to need later. I also talk about the changes I made to JMF. Source code available here: code.google.com

30Jul/110

VideoToGif – Android App From Scratch – #6 – Creating Options Menu

In this part of the series I begin creating an options menu, grab a few good looking icons and create the .xml file so that I can have a settings activity to set many needed settings for my application.

29Jul/110

VideoToGIF – Android App From Scratch – #5 – Import Jars & Working with JMF

In this part of the series I import outside .jar files into my project, more specifically the Java Media Framework. I then begin to work with the jmf in order to convert my videos to GIF format. Source code: http://code.google.com/p/videotogif/

25Jul/110

VideoToGIF – Android App From Scratch – #4 – Record Video & AlertDialog

Hello, In this video I show you how to open up the camera app using an intent and record a video which will then be saved to your phone. I also show you how to make a nice greeting for your user using an alertdialog. Source code: http://code.google.com/p/videotogif/