Android Studio Tutorial

Android Studio TutorialI have been getting Android Studio requests for a while now so I decided to make one. In my opinion Android Studio is finally better then Eclipse for developing Android apps. It is also very easy to install.

We’ll look at how to install it on Windows and Mac OSX. Then well configure everything properly to make sure we handle the potential errors. We set up gitHub and go over how to push to remote repositories. We then look at Gradle, the interface and much more. Continue reading Android Studio Tutorial

Convert App Inventor to Java 2

Convert App Inventor to Java 2In this video I will finish up converting my App Inventor app into regular Java. If you missed the first video you must watch it first.

Not only will we finish the app, but I’ll also show how to install Ai2LiveComplete, which is a version of App Inventor that adds a ton of additional functionality and also doesn’t require an internet connection. The full list of what we will learn and the code follows the video below. Continue reading Convert App Inventor to Java 2

Convert App Inventor to Java

Convert App Inventor to JavaIf you have been following my App Inventor video tutorial I have been keeping a secret from you!!! You actually know how to make Java Android tutorials, but you didn’t know it until now.

In the next 2 tutorials I will convert one of my most complicated App Inventor apps, being the Zombie app into a Java Android app. And, guess what? You’ll understand it. All of the assets used can be found below along with all the code. Have Fun 🙂 Continue reading Convert App Inventor to Java

App Inventor Canvas Game

App Inventor Canvas GameIn this part of my App Inventor video tutorial I make a App Inventor canvas game. The game is a simple paddle ball game.

You’ll learn about image sprites, how App Inventor animation works and all the cool built in features included with AI. With Image Sprite, Ball and Canvas you can make some pretty nice games. I keep everything simple so that it is easy to understand. All of the blocks follow the video below. Continue reading App Inventor Canvas Game

Low Calorie Recipes 3

Low Calorie RecipesToday I show you how to make some amazing low calorie dishes that are also low in fat and cholesterol! We will make Vegan Fried Eggs that taste exactly like a fried egg. We’ll make Veggie Bacon and Veggie BBQ Tofu that is unlike the nasty stuff you get in stores. Then will make the lowest calorie Vegan Cheese I have ever seen. ( 1/4 Cup is less then 50 Calories ) Then I’ll take a look at 40 calorie noodles called Tofu Shirataki that we’ll use for our Mac n’ Cheese.

All of the recipes can be found below the video. If you’d like me to make a low calorie version of your favorite food just ask. Continue reading Low Calorie Recipes 3

Connect App Inventor to MySQL Database

Connect App Inventor to MySQLIn this tutorial I want to show you how to connect App Inventor to a MySQL database using PHP. I tried to keep everything as simple as possible while at the same time teaching enough so that you can do anything.

You’ll be able to submit to, update and then receive a CSV file from the database using the PHP files below. You’ll also be able to limit access to data simply by creating a different PHP file for each person that would need to access the database. Everything you need can be found below. Continue reading Connect App Inventor to MySQL Database

And the winner is

YouTube LogoAfter thinking about this for weeks I have finally decided on the winner. It was very hard for me because there were so many beautifully made videos. I was going to go against my word and vote for the best made video which in my opinion was this one. I however originally said that the winner would be the video that made me laugh the hardest.

The video that made me laugh the hardest was the one below. I apologize for not being able to give you all $900 in prizes because you all deserve the prize. You are all amazing people and I feel very honored that you’d take the time to enter my contests. Continue reading And the winner is

Low Calorie Recipes 2

Low Calorie RecipesI thought it would be fun to show a few low calorie recipes that I really enjoy. I received requests to find some low calorie alternatives for ice cream, so I’ll show how to make a Strawberry Sorbet, Tofu Ice Cream and an awesome low calorie Banana Ice Cream. I also received a request to make a sweet Mayonnaise so I do that as well. Then I’ll finish with a super low calorie Coleslaw that I eat all of the time.

Here is a previous video I did on low calorie cooking. After the video you can find all the recipes. Continue reading Low Calorie Recipes 2

Android Development for Beginners 21

App Inventor Paint App ExampleIn this video tutorial I will provide you with an App Inventor Paint App example tutorial. I make the entire app in this one video.

Specifically we’ll look at what we can do with the canvas component. It allows you to draw curves, straight lines, circles, text and text on an angle. We’ll make a palette of colors, provide for the ability to load and save files to a database. All of the blocks used follow the video below. Here is the finished app for download. Continue reading Android Development for Beginners 21

Pick the Best Video

How I Make YouTube VideosI have been really struggling with who should win the Samsung Galaxy Note 3 for my video contest. I would greatly appreciate it if everyone out there would give me input on who should win.

Please leave your vote in the comments below. Please only vote one time. Please don’t use social media to try and get outsiders to vote for you. I want this to be an honest contest. Thank you so very much to everyone that participated. You all did an AMAZING job 🙂 Continue reading Pick the Best Video

Git Video Tutorial 4

Git Video Tutorial 4In this part of my git video tutorial I will answer a bunch of questions I have received. We’ll cover how to generate and use SSH keys locally as well as on GitHub. We’ll then look at how to set up multiple GitHub accounts on one computer. Through this you’ll easily be able to change accounts with one simple command. Then we’ll look at some examples on how the Fork & Pull workflow works on GitHub.

A transcript / cheat sheet follows the video below. Continue reading Git Video Tutorial 4