Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Android Game Programming & Development for Beginners
Rating: 4.2 out of 5(100 ratings)
436 students

Android Game Programming & Development for Beginners

Build playable Android games using Java and Android Studio with no previous experience
Created byJohn Horton
Last updated 9/2017
English

What you'll learn

  • Code in Java from scratch or refresh existing knowledge
  • Build playable Android games including Breakout and Space Invaders
  • Create an efficient game loop
  • Create smoothly animated arcade style graphics
  • Learn the basic framework for games
  • Add cool sound FX
  • All you need to know to move on to design & implement your own games

Course content

3 sections49 lectures6h 8m total length
  • Introduction5:27
  • Set up Android development environment6:01
  • Create an Android project and learn about comments3:26
  • Write some code to learn about variables14:55
  • Write some code to learn how to manipulate variables6:32
  • Learn about conditions to make decisions11:47
  • Learn about branching to control code11:36
  • Learn about loops to repeat code11:44
  • Learn about methods to structure code15:21
  • Learn about Object Oriented Programming16:51

Requirements

  • You just need to be proficient with your chosen operating system
  • You do not need to be able to code at all because a Java introduction/refresher is part of the course
  • The course is shown on a Windows PC but apart from Android Studio setup the course is relevant for Mac as well. You can see basic Mac setup instructions on the Android developer web site if needed.

Description

This video course is all about offering you a fun introduction to the world of game programming, Android, and  the Java language using two fun, fully-playable games. These games are a retro Breakout/Arkanoid type game and the all-time classic, Space Invaders.

  • We will start with the very basics of Java programming, including setting up the development environment, variables, loops, conditions, methods and Object Oriented Programming.
  • Next up we will tackle the Breakout game as well as introducing more advanced Java concepts like arrays, threads and interfaces. Finally (for now ;-)) we will take on the more complicated Space Invaders game
  • If you know Java but have never used Android Studio then the course introduces you the basics of Android development as well. If you already know Java and Android but just want to learn to make games then start at section 2 of the course

Who this course is for:

  • Beginners to Java coding
  • Beginners to Android development
  • Beginners to game coding/development