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