63,519
Subscription preferences
Loading...
Loading...
Working...
mybringback
-
Home
- Videos
- Playlists
- Discussion
- About
Learn Python Programming Tutorial 1 | Installing Python
21,249 views
4 months ago
In this tutorial series we will be learning all about the python programming language. We will start from the very basics and work towards some pretty sweet stuff.
For More Tutorials:
http://www.mybringback.com
Read more
For More Tutorials:
http://www.mybringback.com
In this tutorial series we will be learning all about the python programming language. We will start from the very basics and work towards some pretty sweet stuff.
For More Tutorials:
http://www.mybringback.com Show less
For More Tutorials:
http://www.mybringback.com Show less
Learn Java Programming- The Basics
Play
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 Java Tutorial 1.1- Setting up Eclipse, Hello World
- by mybringback
- 235,685 views
-
Learn Java Tutorial 1.2- Introduction to Variables
- by mybringback
- 79,147 views
-
Learn Java Tutorial 1.3- Object Oriented Jerome
- by mybringback
- 63,444 views
-
Learn Java Tutorial 1.5- Using Scanner to get User Input
- by mybringback
- 56,330 views
-
Learn Java Tutorial 1.6- Error Checking with If and Else
- by mybringback
- 38,599 views
-
Learn Java Tutorial 1.7- Creating Constructors in Java
- by mybringback
- 52,135 views
-
Learn Java Tutorial 1.11- Methods that Return a Value
- by mybringback
- 32,273 views
-
Learn Java Tutorial 1.12- Primitive data Types for Math
- by mybringback
- 24,668 views
-
30+ more
Android Development For Absolute Beginners
Play
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!
-
Learn Android Tutorial 1.1 - Installing Eclipse ADT and android SDK
- by mybringback
- 2 years ago
- 167,637 views
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
Download links:
Eclipse... -
Learn Android Tutorial 1.2- Setting up a Project and Explaining how to import an Image
- by mybringback
- 2 years ago
- 99,483 views
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... -
Learn Android Tutorial 1.3- Intro to XML and Custom Layouts
- by mybringback
- 2 years ago
- 77,704 views
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... -
Learn Android Tutorial 1.4- XML programming & background image
- by mybringback
- 2 years ago
- 84,097 views
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... -
Learn Android Tutorial 1.5- XML made Simple & Java Intro
- by mybringback
- 2 years ago
- 58,663 views
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... -
Learn Android Tutorial 1.6- Introduction to Java & Raw folder
- by mybringback
- 2 years ago
- 49,533 views
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...
Java Game Applets- Beginning Game Programming
Play
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.
-
Learn Java 2.1- Game Programming -Creating a Web Applet
- by mybringback
- 34,566 views
-
Learn Java 2.3 - Game Applet- Intro to Animation
- by mybringback
- 16,135 views
-
Learn Java 2.4- Game Applet- Double Buffering
- by mybringback
- 13,901 views
-
Learn Java 2.5- Game Applet- Wall collisions
- by mybringback
- 12,299 views
-
Learn Java 2.6 - Game Applet - Real Life Physics
- by mybringback
- 4,738 views
-
Learn Java 2.7- Game Applet- Adding Friction
- by mybringback
- 8,251 views
-
Learn Java 2.8- Game Applet: Multiple Balls
- by mybringback
- 9,980 views
-
Learn Java 2.9- Game Applet- Getting Keyboard events
- by mybringback
- 10,162 views
-
Learn Java 2.11- Game Applet- Get and Set vars easily
- by mybringback
- 6,129 views
-
27 more
Learn Xcode 4.2 Tutorial iOS iPad iPhone Apps
Play
iPhone application development. Starting with the basics all the way to game development.
Learn Android 2 Data, web services, parsing
Play
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.
Have fun!
-Trav
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.
Have fun!
-Trav
-
Android Tutorial 2.1- Setting Up Our Project
- by mybringback
- 1 year ago
- 18,814 views
Learn Android Tutorial 2.1- Setting up our Project
Starting up the 2.0 series with setting up a project where we will learn about sharing data between two activities. We will use bundles in order... -
Android Tutorial 2.2- Getting Intent information (messages)
- by mybringback
- 1 year ago
- 11,375 views
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.
Check out the code and more info... -
Android Tutorial 2.3 - onActivityResult Example
- by mybringback
- 1 year ago
- 9,133 views
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... -
Android Tutorial 2.4- Extras, Baskets, Passing data
- by mybringback
- 1 year ago
- 6,225 views
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... -
Android Tutorial 2.5 - SharedPreferences & Settings
- by mybringback
- 1 year ago
- 9,575 views
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... -
Android Tutorial 2.6 - Shared Preferences Example 2
- by mybringback
- 1 year ago
- 8,493 views
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...
C Programming
Play
-
Learn C Programming Tutorial 1.1 Introduction
- by mybringback
- 9,313 views
-
Learn C Programming 1.2 IDE and Tools
- by mybringback
- 7,809 views
-
Learn C Programming Tutorial 1.4 Printf Function
- by mybringback
- 6,567 views
-
Learn C Programming Tutorial 1.5 Commenting
- by mybringback
- 2,682 views
-
Learn C Programming Tutorial 1.6 Displaying Values
- by mybringback
- 2,752 views
-
Learn C Programming Tutorial 1.8 Intro to Variables
- by mybringback
- 2,137 views
-
Learn C Programming Tutorial 1.9 Data Types
- by mybringback
- 2,098 views
-
Learn C Programming Tutorial 1.11 Math Operators
- by mybringback
- 2,356 views
-
Learn C Programming Tutorial 1.12 Modulus
- by mybringback
- 2,996 views
-
13 more
Learn Objective C Programming Tutorials
Play
-
Learn Objective C Tutorial 1.1 Installing Xcode
- by mybringback
- 14,521 views
-
Learn Objective C Tutorial 1.4 Basic Variables pt1
- by mybringback
- 7,139 views
-
Learn Objective C Tutorial 1.5 Basic Variables pt2
- by mybringback
- 4,723 views
-
Learn Objective C Tutorial 1.6 Commenting
- by mybringback
- 3,598 views
-
Learn Objective C Tutorial 1.7 Basic Math Operators
- by mybringback
- 4,401 views
-
Learn Objective C Tutorial 1.9 Compound Operators
- by mybringback
- 3,422 views
-
Learn Objective C Tutorial 1.10 Comparison Operators
- by mybringback
- 3,428 views
-
Learn Objective C Tutorial 1.11 Basics of If and Else
- by mybringback
- 3,236 views
-
Learn Objective C Tutorial 1.12 Nested If Else
- by mybringback
- 3,337 views
-
14 more
AndEngine GLES 2.0 Android Game Development
Play
Learn to create Android games with the AndEngine framework
-
AndEngine 1.1 Android Game Development | GLES2.0 Setup
- by mybringback
- 33,258 views
-
Playlists by mybringback
-
Python Programming
- 37 videos
- 4 months ago
-
Learn R
- 23 videos
- 5 months ago
-
AJAX and jQuery Beginner Tutorials
- 50 videos
- 6 months ago
-
Unity - 2D Side Scroller Course
- 25 videos
- 7 months ago
-
Learn to use Git and GitHub
- 1 video
- 8 months ago
-
Javascript for Beginners
- 4 videos
- 9 months ago
-
AndEngine GLES 2.0 Android Game Development
- 8 videos
- 1 year ago
-
Cocos2d - 2D Game Development Course
- 1 video
- 1 year ago
-
SEO Training
- 4 videos
- 1 year ago
-
Unity 3d - Android, iOS, and web game development tutorials
- 15 videos
- 1 year ago
-
C Programming
- 25 videos
- 1 year ago
-
Android - Facebook SDK
- 12 videos
- 1 year ago
-
16 more
Popular uploads
Play
-
Learn Java Tutorial 1.1- Setting up Eclipse, Hello World
- 235,685 views
- 2 years ago
-
Learn Android Tutorial 1.1 - Installing Eclipse ADT and android SDK
- 167,637 views
- 2 years ago
-
Learn Android Tutorial 1.2- Setting up a Project and Explaining how to import an Image
- 99,483 views
- 2 years ago
-
Learn Android Tutorial 1.4- XML programming & background image
- 84,097 views
- 2 years ago
-
Learn Java Tutorial 1.2- Introduction to Variables
- 79,147 views
- 2 years ago
-
Learn Android Tutorial 1.3- Intro to XML and Custom Layouts
- 77,704 views
- 2 years ago
-
Learn Java Tutorial 1.3- Object Oriented Jerome
- 63,444 views
- 2 years ago
-
Learn Android Tutorial 1.5- XML made Simple & Java Intro
- 58,663 views
- 2 years ago
-
Unity 2D Game Development 1 : Camera, Environment, and Project Setup
- 57,308 views
- 7 months ago
-
Learn Java Tutorial 1.5- Using Scanner to get User Input
- 56,330 views
- 2 years ago
-
Learn Java Tutorial 1.10- Implements an Interface (implementing in java)
- 54,290 views
- 2 years ago
-
Learn Android Tutorial 1.7- Setting up our Splash Activity
- 52,989 views
- 2 years ago
-
100+ more