Quack-Ware.com Free Software & Tutorials

24Dec/111

Interview Questions #3 – Reversing a String – C Sharp C# Visual Studio 2010

In this tutorial I show you how to solve common interview questions. In this specific video I go over the simple interview question of reversing a string and talk about what might happen if the interviewer asks a more difficult problem afterwards. WEBSITE: www.Quack-Ware.com

20Dec/110

Interview Questions #2 – Check if a Number is Prime – C Sharp C# Visual Studio 2010

In this tutorial I show you how to solve common interview questions. In this specific video I go over the problem of checking whether a number is prime or not. I also talk about the importance of efficiency in interview questions. WEBSITE: www.Quack-Ware.com

19Dec/110

Interview Questions #1 – Clock Angle Problem – C Sharp C# Visual Studio 2010

In this tutorial I show you how to solve common interview questions. In this specific video we go over the "Clock Angle Problem" where you are given a time and you have the find the angle in between the two hands. WEBSITE: www.Quack-Ware.com

16Aug/113

Inheritance, Abstract Classes, and Interfaces – C# C Sharp Visual Studio 2010

In this tutorial I show you how to use inheritance, abstract classes, and interfaces and talk about how they help your programming style. WEBSITE: www.Quack-Ware.com FREE CODE SNIPPETS http

14Aug/113

VideoToGif – Android App From Scratch – #8 – Working with MediaMetaDataRetriever

Hello, In this tutorial we look into the MediaMetaDataRetriever class in android 10 sdk. We also work on figuring out what we need to create a GIF and run into a few problems with the video format.

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.

30Jul/110

Using Enums – C# C Sharp Visual Studio 2010

In this tutorial I show you how to use enums and also a few tricks in using them. WEBSITE: www.Quack-Ware.com FREE CODE SNIPPETS http

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