Vysh

How to get the SHA1 fingerprint certificate for release and debug in Android Studio?

There are two types of fingerprint certificates in Android, one is Debug and the other is Release. You need to sign your app in Debug mode just for testing purposes. Do not publish apps that are singed in debug mode. You need to sign your app with Release certificate before publishing. Here’s how to get …

How to get the SHA1 fingerprint certificate for release and debug in Android Studio? Read More »

How to change/rename company domain and package name in Android Studio

Usually package name in Android Studio resembles something like this – com.vishal.someapp.There are different ways to rename package name for your app in Android Studio. It depends on which part of the package name you want to rename. If you just want to rename the last part, (i.e someapp in the example above), it is …

How to change/rename company domain and package name in Android Studio Read More »

OpenCV for Android Camera Orientation | Show fullscreen camera preview

OpenCV for Android is an awesome library that allows you to do a lot of cool stuff with your images. OpenCV for Android A common problem that many users of OpenCV4Android face is that JavaCameraView or the CameraBridgeViewBase doesn’t show full screen camera preview. It is a frustating issue for many newbie developers that are …

OpenCV for Android Camera Orientation | Show fullscreen camera preview Read More »

Solution to Invalid file type and directory not found error while installing opencart 2.X extensions

This post is a step by step guide for installing Opencart extensions in localhost or web server. This also gives solutions to common problems like “directory containing files to be uploaded couldn’t be found” or “invalid file type” when you try to upload .zip extensions. So let’s begin – Installing Opencart extensions in localhost or …

Solution to Invalid file type and directory not found error while installing opencart 2.X extensions Read More »

How to setup FTP on Localhost using XAMPP | Windows localhost FTP server

Creating an FTP server on localhost is quite easy. Just install XAMPP and follow these steps: Setting up FTP on Localhost Using XAMPP Open XAMPP control panel and click the start button next to Filezilla. Go to C:xamppFileZillaFTP or to the proper directory if you have installed xampp in another directory. Open Filezilla server interface.exe …

How to setup FTP on Localhost using XAMPP | Windows localhost FTP server Read More »

Android ADB commands cheat-sheet for Developers and Users

Welcome fellow Android enthusiast, in this post we’ll be discussing ADB (Android Debug Bridge). According to Google: “Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device.” There are a lot of reasons why you might need to communicate with your Android device via your computer. You might have …

Android ADB commands cheat-sheet for Developers and Users Read More »