Android Development 16

Android Fragments TutorialWelcome to part 16 of my Android Development Tutorial, or maybe I should call this one an Android Fragments Tutorial!

There has been a ton of demand for an Android fragments tutorial, so I wanted to try and do it right. It is very easy to get confused by fragments if they aren’t presented in the right way. I did my best to cover a lot in this video and most importantly to keep it simple. If you understand fragments you’ll be able to make great interfaces. Don’t worry I’ll cover everything in future tutorials. Continue reading Android Development 16

C Video Tutorial 4

C Video Tutorial 4Welcome to part 4 of my C Video Tutorial! Today I’m going to try something a little different to try and make the videos feel more like a classroom atmosphere.

We’ll be looking at pointers in c. I’ll cover what pointers are. What is the difference between * and &. How to use pointers and arrays. How to create an array of strings. We’ll also look at how to change the value of variables inside of functions and how to manipulate char arrays in functions. Continue reading C Video Tutorial 4

C Video Tutorial 3

C Video Tutorial 3Welcome to part 3 of my C Video Tutorial!

In this tutorial I cover : exit(), switch, Arrays, Array Indexes, Problems with scanf(), Memory Overflow, strcpy(), fgets(), Array Interation, strcmp(), strcat(), strlen(), strlcpy(), Global Variables, Local Variables, Functions, and more…

The code below is heavily commented and will help you learn. Feel free to leave any questions you have. Continue reading C Video Tutorial 3

C Video Tutorial 2

C Video Tutorial 2Welcome to part 2 of my C Video Tutorial. If you missed part 1 check it out first.

In this part of my C Tutorial I will cover: Compiling Options, Relational Operators, Logical operators, If, Else, Else If, Conditional Operator, Sizeof(), Bytes, Bits, While, Do While, For, Break, Continue and more…

All of the code follows the video below. It is heavily commented to help you learn. Feel free to leave questions below. Continue reading C Video Tutorial 2

C Video Tutorial

C Video TutorialWelcome to part 1 of my C Video Tutorial! I have been getting this request constantly lately so I decided to cover the C programming language in a fast and complete tutorial series. It will probably be complete by the end of the weekend!

I cover: Comments, #include, #define, Global Variables, main(), char, int, long int, float, double, printf(), Escape Sequences, %d, %ld, %f, %c, %s, Character Arrays (Strings), strcpy, scanf(), Math Functions, Order of Operations, Math Shortcuts, Casting and more… Continue reading C Video Tutorial

Android Video Tutorial So Far

Android Video TutorialHere I will organize all of the Android Video Tutorials I have made so far. I include the playlist for all the videos at the top. You will also be able to search for the exact video you are looking for, because I’ll include a link to all videos along with a short description on what is covered.

My Android Video Tutorial is not finished and I plan to make many more videos. I just wanted to make this to help people find exactly what they need more easily. Feel free to leave requests for what you’d like to see in future Android tutorials below. Continue reading Android Video Tutorial So Far

Android Development 15

Android JSON ParserIn this tutorial, I will show you how to create an Android JSON Parser. I have received this request numerous times and I will show the easiest way to parse JSON with Android without all of the extra code that confuses people.

I will be grabbing the JSON data from the URL provided by the Yahoo YQL Console. I previously used this when I covered how to parse XML with Android. All of the code used in the tutorial is provided in a package to help you learn this stuff better. Continue reading Android Development 15

How I Make YouTube Videos

How I Make YouTube VideosThe most common question that I get is How I Make YouTube Videos. I have held off on making this video because I’m definitely not an expert at making videos. I didn’t want anyone to think I thought I was either.

However, the past few videos have been about answering common questions so I decided to answer it. I use very cheap tools to make YouTube videos. So, in this video I will do my best to show you everything I use. Hopefully it will motivate you to make your own 🙂 Continue reading How I Make YouTube Videos

Eclipse Shortcut Keys

Eclipse Shortcut KeysI have been asked many times to cover the Eclipse shortcut keys that I use all of the time, so in this tutorial I will do just that. I did my best to limit the tutorial to the most commonly used shortcuts I use so that they are easier to memorize. I also provide them in a table below.

Both the Auto Complete and the Keystroke shortcuts are covered. I hope this helps you write code quicker. Feel free to leave your own favorites in the comment section below if you think I missed something important. Continue reading Eclipse Shortcut Keys

Easy Way to Quit Smoking

Easy Way to Quit SmokingToday I’m going to cover the easy way to quit smoking. It actually requires almost no willpower. It is the way that I quit. I used electronic cigarettes or to be more exact a vaporizer.

Can you think of an easier way to quit smoking cigarettes then switching to a healthy way to smoke? Everything you love about cigarettes is improved on by electronic cigarettes. I share what happened to me each step of the way below.

I would have quit years ago if I would have known how easy it really is. Continue reading Easy Way to Quit Smoking