Month: March 2022

How to Set Up an Android Studio Emulator using Command Line

An Android device emulator is a virtual device that runs on your computer — is included in the Android SDK. You can use the Android Emulator to develop and test Android apps without having to use a real device. Step-by-step procedure To set up an Android emulator AKA Android Virtual Device (AVD): Download and install …

How to Set Up an Android Studio Emulator using Command Line Read More »

How do I reset my Smartwatch to factory settings?

All data recorded on your wristwatch will be erased if you reset it to factory settings. This information cannot be recovered. Active notifications and cards, fitness data, any installed third-party applications and any data they save, system settings, and preferences are all examples of data. Your Google Account data, on the other hand, is unaffected. …

How do I reset my Smartwatch to factory settings? Read More »

How to reset MySQL root password using terminal in ubuntu 20.04

If for some reason you forget the MySQL root password, there is still a chance to recover the root password of your database. This post will help you change your MySQL password just follow these easy steps. Step 1 Check your MySQL version. Thi solution might be different if you use a different version. For this …

How to reset MySQL root password using terminal in ubuntu 20.04 Read More »

How to fix Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE) | VERR_SVM_DISABLED | E_FAIL error in Oracle Virtual box

If you are trying to create a new virtual machine using VirtualBox on Windows 10 or any other Windows versions, you may get an error as below: Step 1: Go to BIOS Setup In order to access BIOS on a Windows PC, you must press your BIOS key set by your manufacturer which could be …

How to fix Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE) | VERR_SVM_DISABLED | E_FAIL error in Oracle Virtual box Read More »

The easiest way to wrap Widgets with scrollView in Flutter

There are different ways to create a scrolling widget in a Flutter application: CustomScrollView A ScrollView that creates custom scroll effects using slivers. DraggableScrollableSheet A container for a Scrollable that responds to drag gestures by resizing the scrollable until a limit is reached, and then scrolling. GridView A grid list consists of a repeated pattern …

The easiest way to wrap Widgets with scrollView in Flutter Read More »