Introduction to Strings Java: Android Studio Crash Course (Free Tutorial)

Are you stuck trying to display a message in your program? This is the article for you. Today we’ll be showing you how to use string variables in Java in Android Studio. If you need an introduction to coding and want to learn for FREE, check out our 30-minute beginners course here: training.mammothinteractive.com/p/learn-to-code-in-30-minutes To follow along with this example in […]

Introduction to Making a Simple Banner Ad: Photoshop Crash Course (Free Tutorial)

Looking to make an attractive ad? In this tutorial, you’ll learn how to make a simple ad in Photoshop that can be used as banner or something of the like for your marketing needs. On a side note, if you’d like to learn to code for FREE, we have a 30-minute beginners course here: training.mammothinteractive.com/p/learn-to-code-in-30-minutes To follow along in […]

Introduction to Nested If Statements: Android Studio Crash Course (Free Tutorial)

Is your code cluttered? You know what they say: tidy code, tidy mind! With this article, you’ll learn how to simplify your code. Specifically, we’re going to compare two ways of checking the value of an integer: using several if statements vs using one if statement. If you need an introduction to coding and want to learn for FREE, check […]

Introduction to Making a Photo Black and White: Photoshop Crash Course (Free Tutorial)

You may think there’s only one way a photo can look in black and white. But no! You can customize your images to look the way you want them to in grayscale using Photoshop. On a side note, if you want to learn to code for FREE, check out our 30-minute beginners course here: training.mammothinteractive.com/p/learn-to-code-in-30-minutes To begin, […]

Introduction to Making a Simple Bold Logo: Photoshop Crash Course (Free Tutorial)

The first step to launching a business is designing a stylish, recognizable logo. In this tutorial, you’ll make a bold text logo that captures your company’s personality. Looking to improve your technical skills further? Learn to code for FREE with our 30-minute beginners course here: training.mammothinteractive.com/p/learn-to-code-in-30-minutes To follow along with this article in Photoshop, open a new file, and pick […]

Introduction to Dimension Variables: Android Studio Crash Course (Free Tutorial)

Welcome! Ready to get a leg up on the competition? This article will teach you how to change the size of the text in your application FASTER than ever. If you are a beginner and are looking for an introduction to coding, check out our FREE 30-minute course here: training.mammothinteractive.com/p/learn-to-code-in-30-minutes To follow along with this example […]

Introduction to Decimal Number Variables: Android Studio Crash Course (Free Tutorial)

Have you ever needed to display numbers with decimal places whilst coding a program? If so, this is the article for you. If you are a beginner and want to learn more, check out our FREE 30-minute introductory course here: training.mammothinteractive.com/p/learn-to-code-in-30-minutes In this example, we’ll be looking at an online store that is converting the prices […]

Introduction to Converting Strings to Decimals: Android Studio Crash Course (Free Tutorial)

Ready to get an edge on the competition? This article is about converting strings to decimals with numeric values stored in strings. As such, you’ll be able to simplify your code and reduce your chance of error. Want to learn coding from scratch but don’t know where to start? Check out our FREE 30-minute introductory course here: training.mammothinteractive.com/p/learn-to-code-in-30-minutes […]

Introduction to Constants: Android Studio Crash Course (Free Tutorial)

Ready to get ahead of the game? Today you’ll be learning something that will give you an edge in computer science. Although constants aren’t often used by programmers, they increase the readability of programs. In this tutorial, we will use a simple math example to see constants’ usefulness in action. If you are a beginner and want to […]

Introduction to Comparing Strings: Android Studio Crash Course (Free Tutorial)

If there’s one thing you should learn about coding, it’s how to compare strings. Strings are pretty important because they’re the messages that get displayed on computer screens. With this article, you’ll learn how to use Android Studio to determine whether or not certain strings are equal. If you want to learn the basics of […]