Android App Contest Winner

Android App Contest WinnerIn this video I announce the Android App Contest Winner! I received over 34 apps for this contest and they were awesome. Thank you 🙂

I decided to focus on the top 5 apps in this video which are available for download here : Fort King Math, Balance, Button Tap Challenge, Peg Board Game, and someone put all of my tutorials in one app! These were great! The winner gets a Samsung Galaxy Note 3 and a Samsung Galaxy Gear Smart watch thanks to the wonderful people at Samsung. Continue reading Android App Contest Winner

PHP Programming

PHP ProgrammingIn this video tutorial I’ll teach pretty much the whole PHP programming language in one video. I have received this tutorial request many times lately so I hope you enjoy it. The cheat sheet can be found below the video.

I cover quotes, comments, date(), variables, data types, getting data from HTML, heredoc, constants, arithmetic, shortcuts, reference operators, comparison operators, if, elseif, else, echo, printf, ternary operator, switch, while, for, foreach, arrays, strings, and much more. Continue reading PHP Programming

How to Make Android Apps 13

Android Fragment ExampleIn this tutorial I’ll finish up the Android Fragment example I started in part 12. Watch part 12 first. Here is the entire package available for download.

This time will cover how to switch to either an Activity if we are in portrait mode, or how to change the hero data dynamically on the screen if we are in horizontal mode. This is a very useful technique to learn. All of the code follows the tutorial below. Continue reading How to Make Android Apps 13

How to Make Android Apps 12

Android Fragment ExampleIn this tutorial I will provide another Android Fragment example. I have received a bunch of questions about a Android development Fragment example. So, here I’ll cover every line of code in it and I will also show how to change it so that it fits the requirements that many people want.

We’ll cover how to create horizontal and portrait layouts, ListViews, Array Adapters, onSaveInstanceState, ListView events, opening different layouts based on orientation. Continue reading How to Make Android Apps 12

How to Make Android Apps 11

Android Multipane Fragment ExampleIn this video I present the Android multipane Fragment example code many of you have requested. I did my best to create a template you can use in numerous apps. I also did my best to keep the code very short.

We’ll cover creating layouts that contain multiple fragments. We’ll switch between layouts based on screen orientation. We’ll also cover how to use the support libraries and Gradle so that we can use Fragments in older versions of Android. Continue reading How to Make Android Apps 11

How to Make Android Apps 10

Android Fragment TutorialIn this few parts of my Android tutorial I’ll focus on a Android Fragment Tutorial. I’ll start off slow here by showing you how to switch fragments based on screen orientation, which is very commonly used.

I’ll specifically cover the basics of fragments, layout fragments, FragmentManager, FragmentTransaction, committing fragment replacements, LayoutInflator, Configuration and more. Continue reading How to Make Android Apps 10

How to Make Android Apps 9

Android Styles and ThemesIn this part of my Android tutorial I will focus on Android Styles and Themes. A style specifies a collection of properties that specify how a widget looks. A theme is a series of styles that are applied to an Activity.

We’ll make different styles for different versions of Android. We’ll create styles to apply to single and multiple widgets. We’ll cover inheriting styles, default themes, applying themes and much more. Continue reading How to Make Android Apps 9

No Videos for a Bit

SadHi Everyone. I just wanted to let you know that I won’t be making videos and I won’t answer questions for about a week. A very special person past away and I want to spend more time with my family.

Please if you know anyone that has high blood pressure, high cholesterol, diabetes, etc. Force them to stop eating meat, dairy, eggs and fat.

I tried to help and I failed, but that doesn’t mean you have to. Don’t give up on your loved ones. Keep trying so they can live a long and healthy life.

How to Make Android Apps 8

Android App UML DiagramsIn this tutorial we take it to the next level. In the last video we designed the interface for our Android conversion app. This time we will create the whole backend and finish the app.

The goal of this tutorial is to show you how to make an entire app in one video. We’ll cover use case descriptions, activity diagrams, class diagrams, flexible ways to solve our conversion problem, dynamically changing classes and much more. If you don’t understand everything don’t worry about it. This tutorial is all about seeing it all so you’ll grasp what is coming next. Continue reading How to Make Android Apps 8

How to Make Android Apps 7

Android Spinner TutorialIn this tutorial we’ll start making a useful Android unit conversion app. I’ll show you everything this time because I on purpose didn’t pre-plan anything.

I’ll cover relative layouts, grid layouts, array resources, Array Adapters, Spinners, and more. In the next video I’ll finish the entire app. Like always all the code follows the video below. If it is still the month of July 2014, don’t forget to sign up to win a Samsung Galaxy Note 3 in my current contest. Continue reading How to Make Android Apps 7

How to Make Android Apps 6

Fix Android Studio ErrorsIn this tutorial I’ll show you how to fix Android Studio errors that you guys are having trouble with. I’ll also show how to pass objects between screens in Android.

I show how to set up Android Studio 0.8, show the files you need to install in the SDK Manager, and how to set up a working Android Virtual Device. I’ll also show how to fix the UIDs are inconsistent error. You can download Android Studio here. All the code used follows the tutorial below. Continue reading How to Make Android Apps 6

How to Make Android Apps 5

Passing Data between ActivitiesIn this tutorial I’ll show you how to create multiple Android Activities and then how you’d go about passing data between Android Activities. I also cover Intents.

I’ll specifically cover creating multiple Activity layouts, setting up the manifest file, sending data to an Activity when you open it, retrieving data when an Activity closes and what Intents are. All of the code can be found below and it is heavily commented to help you learn. Continue reading How to Make Android Apps 5

How to Make Android Apps 4

How to Make Android AppsIn this video tutorial I will cover how to make menus and dialog popups. I’ll specifically cover laying out menus in main.xml, DialogFragment, AlertDialog, Action Bars, Option Menus and more.

If you missed the first videos they are here How to Make Android apps 1, 2, and 3. Definitely watch them first. All of the code follows the video below. It is heavily commented to help you learn. Continue reading How to Make Android Apps 4

Make an App and Win a Phone

Samsung Galaxy Note 3 GiveawayIt is time to give away another Samsung Galaxy Note 3 and a Galaxy Gear smart watch!!!

To get an opportunity to win, you have between now and July the 31st, 2014 to enter. The rules are very simple and I’ll list them below. I was able to perform these contests because of the wonderful people at the Samsung Developers Program. I decided to hold off for a bit because my site was starting to look like a contest site, but I’m ready to go again. I wish everyone the best of luck. Continue reading Make an App and Win a Phone

How to Make Android Apps 3

How to Make Android Apps Android ListViewsIn this part of the tutorial I’ll cover Android ListViews, ArrayAdapters, Custom Array Adapters, ListAdapter, LayoutInflator, ImageView, and a great deal about terminology that confuses people.

To learn how Android Studio works look here at my Android Studio tutorial. If you missed the first part of this tutorial it is here How to Make Android Apps. All of the code used follows the video below. Continue reading How to Make Android Apps 3

How to Make Android Apps 2

How to Make Android Apps 2In this part of my how to make Android apps tutorial I will cover the following topics : strings.xml, Linear Layouts, Toasts, Event Handling, Excepting User Input, Translation, EditText, Button and a whole bunch of other topics.

If you missed part 1 of this series, or if you need to install Android Studio I have you covered with these links. For translation you’ll need the ISO 639-1 Codes as well. All of the code from the video can be found below. Continue reading How to Make Android Apps 2

How to Make Android Apps

How to Make Android AppsIn this video I start my new Android tutorial. The last Android tutorial I made is still very popular, but I’m going to try and improve on it here.

If you are a beginner to Android and don’t know Java you may prefer my Android tutorial for beginners. I’ll be using Android Studio in this tutorial and I show how to install Android Studio here. All of the code follows the tutorial below. Continue reading How to Make Android Apps

Low Calorie Recipes 4

Low Calorie Recipes 4Well I’ve lost 45 lbs since I started this vegan diet and I thought I’d cover some of my new favorite low calorie recipes. In this video I’ll cover how to make vegan Egg Salad, Crab Salad, Crab Cakes, Tuna Salad and Tuna Melts in low calorie alternatives.

I use my vegan mayo in a few of these recipes and I cover how to make it in this previous video. The 3 odd ingredients I use can be found here Kala Namak, Nutritional Yeast and Vegg. Continue reading Low Calorie Recipes 4

Android for Beginners

Android Development for BeginnersRecently I made a tutorial on how to make Android apps if you don’t have any programming experience. I hope I’m not ruining the secret, but all along I’m actually teaching how to make Java Android apps and by the end you’ll be surprised by how easy making Android apps is.

In these videos we make apps that quickly teach you many of the capabilities of a tool called App Inventor. We make professional weather and  paint apps. We cover how to parse JSON, work with databases and PHP code on your server. I hope you enjoy it. Continue reading Android for Beginners

Java Programming

Java ProgrammingIn this Java programming Tutorial I’ll teach you all of the core knowledge needed to write Java code in 30 minutes. This is the most popular request from everyone.

I specifically cover the following topics: primitive data types, comments, class, import, Scanner, final, Strings, static, private, protected, public, constructors, math, hasNextLine, nextLine, getters, setters, method overloading, Random, casting, toString, conversion from Strings to primitives, converting from primitives to Strings, if, else, else if, print, println, printf, logical operators, comparison operators, ternary operator, switch, for, while, break, continue, do while, polymorphism, arrays, for each, multidimensional arrays and more. Continue reading Java Programming