Taking a screenshot on an Android device is a fundamental skill that can be incredibly useful for capturing and sharing information displayed on your phone’s screen. Whether you’re showing a friend a funny meme, saving an important piece of information, or troubleshooting an issue, knowing how to take a screenshot is essential. Here’s a friendly guide on how to do it on Google Pixel, Samsung, and Xiaomi phones.
How to Rotate Screen on Android Devices
Rotating the screen on your Android device can significantly enhance your user experience, especially when watching videos, reading documents, or using apps that work better in landscape mode. Android devices come with an auto-rotate feature that allows the screen to switch between portrait and landscape modes based on the device’s orientation. The steps to enable or disable this feature may vary slightly depending on the brand and model of your phone.
Android OnActivityResult is Deprecated. Now What?
Hi and welcome to another tutorial from Codingdemos. I did a tutorial a while back that showed you how to take a photo using the camera and display it in Android Imageview. Few months after that, one of the methods that I used in the tutorial called Android OnActivityResult was deprecated. In this tutorial, we will look into the alternative method that replaced this called Android ActivityResultLauncher. Let’s start coding 🙂
By the end of this tutorial, you will have an app that looks like this. (Large preview)
Android Email Intent – How to Send Email From Your App
Hi and welcome to another tutorial from Codingdemos. Today you will learn how to send email from within your app using Android email intent. Let’s start coding 🙂
By the end of this tutorial, you will have an app that looks like this. (Large preview)
Android Call Intent – Make Phone Call With Button Click
Hi and welcome to another tutorial from Codingdemos. In this tutorial, you will learn how to use Android call intent to make a phone call with a button click without using permission. Open Android Studio and start coding 🙂
By the end of this tutorial, you will have an app that looks like this. (Large preview)