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.
Show less
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...
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...