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
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/