How to Make a Risograph Texture Effect

What You’ll Be Creating * { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Today we will be learning how to make risograph effects in Photoshop using just two gradient maps and one layer mode, along with a couple of layer styles. Add a riso print texture to finish everything off, and you have the perfect 90s… Continue reading How to Make a Risograph Texture Effect

How to Generate APK and Signed APK Files in Android Studio

Android Studio allows you to create two kinds of APK files. First are the debug APK files that are generated solely for testing purposes. They will run on your Android mobile. However, they cannot be uploaded to the Play Store or made available to the public. Secondly, you can generate signed APK files. Signed APK… Continue reading How to Generate APK and Signed APK Files in Android Studio

How to Make a Horror Movie Poster

What You’ll Be Creating Today, we will be looking at how to make a horror movie poster using just two images in Photoshop! We’ll look at effective movie poster composition as well as your new go-to for horror movie poster typography. Did you know that horror movie posters are most effective when they are simple… Continue reading How to Make a Horror Movie Poster

How to Paint Watercolor Flowers in Clip Studio Paint

What You’ll Be Creating If you want to learn how to paint watercolor flowers digitally, in this tutorial I’ll show you how to make a watercolor effect in Clip Studio Paint. I’ll show you what brushes to use, how to shade the flowers, how to create a watercolor edge, and how to finish it all… Continue reading How to Paint Watercolor Flowers in Clip Studio Paint

How to Create Your First Android App Step-by-Step

To create a native Android app, one that can directly use all the features and functionality available on an Android phone or tablet, you need to use the Android platform’s Java API framework. This is the API that allows you to perform common tasks such as drawing text, shapes, and colors on the screen, playing… Continue reading How to Create Your First Android App Step-by-Step

How to Create a Mental Health Themed Photo Manipulation in Adobe Photoshop

What You’ll Be Creating Although mental health is just as important as physical health, it’s often misunderstood and treated too lightly. After all, a person suffering from depression or anxiety looks completely fine on the outside, and nobody can tell what they’re really feeling. That’s where art can help—it allows the artist to show their… Continue reading How to Create a Mental Health Themed Photo Manipulation in Adobe Photoshop

How to Draw a Ball

What You’ll Be Creating Drawing a ball may sound like something very simple, yet if you try it, you may discover that there are certain rules that must be followed. You need to know them if you want to draw a perfect ball!  In this tutorial, I will show you how to draw a soccer… Continue reading How to Draw a Ball

An engineering manager’s guide to rebranding —

Anytime a company launches a rebrand there’s the obligatory “how we did it” blog post. Uber did it, AirBnB did it and we did it. Usually these posts jump right from “good looking people putting post-it notes on a glass wall” to “unveil on an unsuspecting public” stage, and completely skip the really tricky part — going… Continue reading An engineering manager’s guide to rebranding

How to Create Flat Weather Icons in Adobe Photoshop

What You’ll Be Creating April showers bring May flowers! It is traditionally known that April is quite a rainy period, when the weather changes unexpectedly from the sun shining in a clear sky to raining cats and dogs. However, any weather has its own beauty, so let’s get inspired and prepare for springtime with this… Continue reading How to Create Flat Weather Icons in Adobe Photoshop

How to Design a Tattoo With a Game of Thrones Theme

What You’ll Be Creating Game of Thrones season 6 is just around the corner! If you want to pass the time and learn something along the way, with this tutorial you’ll be able to create your own GoT tattoo design. I will show you how to plan the composition and how to paint it using… Continue reading How to Design a Tattoo With a Game of Thrones Theme

Animation for Beginners: How to Animate a Character Running

What You’ll Be Creating In this tutorial we will be animating a cycle of a character running. In this case, the character will appear to be running in place. If this run cycle were to be incorporated into a movie, perhaps a background scrolling from right to left would be behind the character. Walks and… Continue reading Animation for Beginners: How to Animate a Character Running

How to Create a Retro Funfair Vector in Adobe Illustrator

What You’ll Be Creating Wanna have some fun in the amusement park? Then join me in this tutorial and create a retro-style flat funfair scene, inspired by the Grease movie! No special drawing skills are required here—we’ll be working with simple geometrical shapes and the Pathfinder operations of Adobe Illustrator. What is more, we’ll learn… Continue reading How to Create a Retro Funfair Vector in Adobe Illustrator

Getting Started With Android Studio

Android Studio has come a long way since its first stable build was released in 2014. It is completely free to use and has long been the official and recommended tool to develop apps for Android devices. Android Studio is a huge and complicated application which can be intimidating for beginners. I have already written… Continue reading Getting Started With Android Studio

Create a Music Player on Android: Project Setup

Android smartphones usually come with their own built-in apps to listen to music. However, you might not like all of their features. What if instead of downloading a third-party app, you could create your own music player in Android? In this tutorial series, we will create a basic music player application for Android. The app… Continue reading Create a Music Player on Android: Project Setup

Android SDK: Virtual & Physical Devices

Android OS is used on a large number of devices with different screen sizes, processing power, memory, sensors, etc. There is also a high possibility that your intended user base will have different versions of Android installed on their devices. This means that you will have to be very careful when developing Android apps and… Continue reading Android SDK: Virtual & Physical Devices