In this tutorial we will download, install, and setup all the software you will need for this Web development course. The course will teach you have to become a Web Application Engineer, knowing languages like php, ruby, html5, css3, javascript, jquery, ajax, and working with mysql databases. This is the beginning of the course where we will learn the basics of HTML and CSS. .
Visit Our Friends @ Stone River E-Learning for Additional Tutorials - http://bit.ly/1fjsXTn
This is an introduction to developing Java applications. If you want to learn Java, or eventually get into java game development, this is the perfect starting point for you
Learn to create games & apps! Learn Java programming along the way. If you are an Absolute Beginner or even a master at Java programming already, this is the perfect starting place for you!
This lesson will get you up and running, and even if you are an absolute beginner, you can do it. Please subscribe and thumbs up the video and you will be a pro in no time
In this lesson you will learn: -How to set an Android Project in Eclipse -Understand the basic layout of the project, such as the folders -How to add a picture to the project that we will later use...
In this lesson you will learn: -Fix the error within the project -clean project -start the Android emulator -Start learning XML to create layouts (learn the TextView coding) -Learn about referenci...
In this lesson you will learn: -A better understanding of XML -Adding a Button -Find coding that even when we don't remember the exact coding -Basics of the Linear Layout -New XML functions -Adding...
In this Android tutorial you will learn: -XML, the Easy way, using the Graphical Layout -Accessing Properties Tab (and other tabs) in Eclipse -Making a Button -Introduction to the id reference in J...
I listed what we will be going over in this lesson below, if you know java you may want to just setup the stuff listed below. Because after we set those items up, I will just be quickly going over...
In this Android tutorial you will: -Learn about Activities, and how add the proper layout for an Activity -Start typing some Java. -Create a new class -Learn a little about Threads, and how start ...
In this lesson you will: -Finish our thread -Get our splash screen up and running -Learn about Threads the methods they can include -Correct some mistakes -Set up a new activity in the Android Mani...
In this Android tutorial you will: -Add some sound to our Splash Screen in our myMain class -Learn about the start, pause, & release methods from the MediaPlayer class -Get a better understanding o...
In this Android tutorial you will: -Create a new layout called tutorial1.xml -Create a new class called tutorialOne.java -Introduction to the defining and using the button to start a new activity -...
In this Android tutorial you will: -Add a sound to the button -Learn about the final prefix and the difference from defining it for the whole class. -Thumbs up this video ;) Here are the acceptable...
In this Android tutorial you will: -Learn about the weight set up in XML -set up the gravity as well -some other stuff that is cool that i don't really feel like typing right now -subscribe -Thumbs...
This is mybringback's Java game development series. We will be walking through the structure of game development, as well as pick up new and needed concepts. Please watch the Learn Java Beginner series at mybringback before attempting this series. Of attempt this series and don't worry about the Beginner Series, the choice is yours my friend.
This is our intermediate android series, so if you are brand new to programming check out the android 1.0 series, or the java 1.0 series first.
In this series we will be covering the information that you most likely we need as a freelancer. Passing data, interacting with a database or a web service, and a bunch of other really neat stuff.
In this Android tutorial, we will get into the meat of transferring information from one activity to the next. We will send out messages when we open an activity.
In this Android tutorial we will learn about the onActivityResult method. This method will allow us to catch information from the activity that we are looking to get information from... make sense...
In this Android tutorial we will talk about extras, and basically what an extra is. We pass data by adding extras to an intent and then opening that intent for a result. We will also give an over...
In this Android tutorial we will talk about saving settings so that all of our activities can preform to satisfy the user. We will save settings with the help of sharedPreferences. Shared Prefere...
In this Android tutorial, we'll talk about saving settings so that all of our activities can preform to satisfy the user. We will save settings with the help of sharedPreferences. Shared Preferen...
In this android tutorial we will talk about saving settings so that all of our activities can preform to satisfy the user. We will save settings with the help of sharedPreferences. Shared Prefere...
In this android tutorial we will talk about loading the data from our sharedPreferences, or retrieve the information the user saved within the settings window. Shared preferences is awesome for a ...
In this android tutorial we will learn how to develop apps that use internal storage, which is data stored in the devices memory. We will also learn finish up our sharedPreferences activity by exp...
In this android tutorial we will use this fileoutputstream example to develop apps that use internal storage, which is data stored in the devices memory.
In this Android tutorial we will learn about reading data files and populating an android spinner with the file names of data that we stored in the last tutorial. We will cycle through all of the ...