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 […]

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

Welcome to a key concept in Android Studio: comparing integers. No matter what coding language you’re using, integers are one of the most common ways to represent a number. If you want to learn the basics of coding for FREE, check out our 30-minute introductory course here: training.mammothinteractive.com/p/learn-to-code-in-30-minutes We are going to compare integers in order to determine […]

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

Have you ever needed to represent a number when coding your application? Well, you’re in the right place! Integers are one of the most common ways to represent numbers, no matter the coding language. Today we’re discussing initializing and declaring integers in Android Studio. If you need an introduction to coding and want to learn for […]

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

Ever heard of George Boole? He was a pioneer in the study of logic, and Boolean Variables are named after him. In this article, we will learn all about Boolean Variables, which are used to evaluate the logical condition. You can use the Boolean Function to determine if an expression or variable is true or false. […]

Introduction to Functions: C++ Crash Course (Free Tutorial)

Ready to learn some C++? Welcome to our introductory article on functions, the parts of code that carry out tasks. If you are a beginner and 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 Functions consist of three main parts: return type: any type of variable that the function is returning, […]