Android Combine Custom And General Gestures Example

In some cases, you may want to capture custom-defined gestures in your android application. And at the same time, you may also want to detect general gestures ( such as double-tap, long press, scroll, etc) on the special view component. This article will tell you how to combine custom-defined gestures and general gestures together in

Android Combine Custom And General Gestures Example Read More »

Fix Conflict With Dependency Error When Creating Android Project

When you create a new android project in android studio, you may encounter an error message like below. Error:Execution failed for task ‘:app:preDebugAndroidTestBuild’. > Conflict with dependency ‘com.android.support:support-annotations’ in project ‘:app’. Resolved versions for app (26.1.0) and test app (27.1.1) differ. See https://d.android.com/r/tools/test-apk-dependency-conflicts.html for details.

Fix Conflict With Dependency Error When Creating Android Project Read More »

How To Share Wi-Fi And Directory Between MacOS And Win7 Virtual Machine

If you want to use Windows 7 in macOS, you always need to install VMware Fusion and create a Windows 7 virtual machine in it. You can read the article How To Install VMware Fusion Virtual Machine On Mac Correctly to learn how to do it. But after that, you may also need to share

How To Share Wi-Fi And Directory Between MacOS And Win7 Virtual Machine Read More »

How To Fix The Vmware Error could not open /dev/vmmon: no such file or directory. please make sure that the kernel module `vmmon’ is loaded.

Recently when I install VMware Fusion on macOS, I meet the error “Could not open /dev/vmmon: No such file or directory” during the installation process. When I investigate this error, I found this error happened not only on macOS, but also when you start VMWare on Linux, this article will tell you how to fix

How To Fix The Vmware Error could not open /dev/vmmon: no such file or directory. please make sure that the kernel module `vmmon’ is loaded. Read More »