background preloader

Tutorial - 1 - Download and Install the Java JDK

Android Studio Tips & Tricks: Moving Around There are two things that you should know about me: I am an IDE enthusiastI am a productivity geek So two years ago, when I switched to Intellij IDEA, on which Android Studio is based, I spent a lot of time looking for shortcuts and techniques to become more productive. In this series, we will go from very basic productivity tricks that everyone should know to more advanced topics in Android Studio. About Keymaps Android Studio provides different keymaps (the mapping between shortcut keys and an action). It wouldn’t be practical to list the shortcuts for every keymap so the following will be used: Windows: DefaultLinux: DefaultOSX: Mac OSX 10.5+ (not the default one! Moving Around We spend a lot of time navigating in our code base, let’s try to do it more efficiently. Opening Class/File/Symbol Open class cmd + o ctrl + n Imagine that you must go to a class named “MainActivity”, just use this shortcut and start typing “MainA”. Open File cmd + shift + o ctrl + shift + n Open Symbol Tips Line Number

theRadBrad The Last of Us Remastered Gameplay Walkthrough Part 1 includes a Review and Chapter 1: Hometown the of the The Last of Us Remastered Story in 1080p HD for PS4. This The Last of Us Remastered Gameplay Walkthrough will include a Review, Graphic Comparison, PS4 Gameplay and the Ending of the Single Player. Subscribe: The Last of Us Remastered is the remastered version of the PlayStation 3's The Last of Us. The Last of Us takes place in the year 2033, twenty years after a fungal-based, brain-altering pandemic has spread and infected nearly 60% of the world's population (possibly even more). Joel (Troy Baker) - The main character and protagonist of the game. Ellie (Ashley Johnson) - The secondary main character and deuteragonist of the game.

slidenerd Meet the BOSS mighty, his name is Vivz, he is the founder of slidenerd and the guy behind the Java and the Android videos you have been watching so far. Which subjects can we talk about? Java Inheritance - How to Program with Java In Object Oriented programming (i.e. the Java programming language) Inheritance is one of the key principles that is beneficial to use in the design of any software application. Java inheritance allows for a neat way to define relationships between your Objects (and in turn re-use your code so you don’t have to type the same stuff over and over again). What is Java Inheritance So what do I mean when I say that Inheritance allows you to define relationships between Objects? Well, let’s think of some examples of Objects that DO have one or more relationships. Think the object Vehicle, this is a fairly generic term for: CarBusMotorcycle Do you see how a Car is a Vehicle, how a Bus is a Vehicle, how a Motorcycle is a Vehicle etc. How does Inheritance help us? Coding Inheritance in Java When we’re coding this thing called Inheritance in Java, what does it look like? Without further delay, let’s look at some examples of an Interface and an abstract class. Interface Pretty self explanatory right?

Related: