Quack-Ware.com Free Software & Tutorials

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/

29Jul/112

Android Activity Lifecycle – Android Tutorial

In this tutorial I give a detailed discussion of the android activity lifecycle and a description of each part and its uses. More information can be found here: developer.android.com Download the source code here: www.quack-ware.com

28Jul/111

Properties & Indexers – C# C Sharp Visual Studio 2010

In this tutorial I show you how to create properties for your C# class along with having indexers into the class. WEBSITE: www.Quack-Ware.com FREE CODE SNIPPETS http

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/

25Jul/110

VideotoGIF – Android App From Scratch – #2 – Setup SDCard & Get Video From Gallery

Hello, In this tutorial I teach you how to setup an AVD that supports an SDCard and import a video

25Jul/110

VideotoGIF – Android App From Scratch – #3 – Reading From SDCard; Open Camera Intent

Hello, In this tutorial I show you how to read the video file from the previous tutorial from the SDCard

25Jul/110

VideoToGif – Android App from Scratch – #1 – Layouts, Buttons, and other Stuff

Hello everyone, This is my first in a series of videos that creates an android application from scratch. This is

18Dec/100

Start, Stop, & List Processes – C# C Sharp Visual Studio 2010

In this tutorial I show you how to start, stop, and list processes from your machine. You can create a

14Nov/100

BubbleSort in C# – C# C Sharp Visual Studio 2010

In this tutorial I show you how to implement the O(n^2) sorting algorithm bubblesort in c sharp. WEBSITE: www.Quack-Ware.com FORUMS

14Nov/100

BubbleSort in C# – C# C Sharp Visual Studio 2010

In this tutorial I show you how to implement the O(n^2) sorting algorithm bubblesort in c sharp. WEBSITE: www.Quack-Ware.com FORUMS http FREE CODE SNIPPETS www.freecodesnippets.com