Monday 18 May 2020

Vysor alternative App : Scrcpy

Hi Guys !!! Hope all is well
Today I am going to discus best alternative app Scrcpy for Vysor. 
As you guys know :-  Vysor lets you view and control your Android on your computer.  But It is not free or open source App. You can only use few feature in free edition App. For more detail :- https://www.vysor.io/

But As we love open source project and software for our day to day use. We need a best alternative app for Vysor. So Scrcpy is best alternative app. It is full loaded with feature and free. Not only free it is open source app. So we can download modify source code as per our requirement.



scrcpy (v1.13)
This application provides display and control of Android devices connected on USB (or over TCP/IP). It does not require any root access. It works on GNU/Linux, Windows and macOS. 
screenshot-debian-600.jpg

It focuses on:
  • lightness (native, displays only the device screen)
  • performance (30~60fps)
  • quality (1920×1080 or above)
  • low latency (35~70ms)
  • low startup time (~1 second to display the first image)
  • non-intrusiveness (nothing is left installed on the device) 
Requirements
  • The Android device requires at least API 21 (Android 5.0).
  • Make sure you enabled adb debugging on your device(s).
On some devices, you also need to enable an additional option to control it using keyboard and mouse.

Get the app
Linux 
Ubuntu (20.04/18.04/16.04/14.04):
apt install scrcpy

Windows

For Windows, for simplicity, a prebuilt archive with all the dependencies (including adb) is available: scrcpy-win64-v1.13.zip

Just download the zip and unzip it. After unzipping Open that folder in command prompt(cmd) and run only scrcpy in command prompt. It will screen cast your connected device in your window machine . Enjoy it using without any tension. 

Note :- If it not detected your connected device in Window 10 then please check Environment path variable . It should be like this 
C:\android_sdk\platform-tools\adb

Thanks
Saurabh 
Happy Coding !!!

Monday 11 May 2020

Best Code Editor : VS Code

Hi Guys !!! Hope all is well
Today I am going to discus best code editor "VS code".  if you search on google top 5 best code editors for 2020 or 2019 or 2018, you can see VS code  editor rankings in top 3. 
VS Code 
  • VS code is a product of Microsoft and a cross-platform editor. 
  • Developers can use this powerful tool either on Windows, Linux, and mac. 
  • VS Code has powerful features that will fully support developers’ work. 
  • With the VS code, you are assured of fast system debugging and auto-completion
Key Features 
  • Cross-platform
  • Built-in Git and git commands
  • Reliable autocomplete and syntax highlighting using IntelliSense
  • Debugging code right from the editor
  • Easy to integrate with terminal
  • Extensions for customizing and extending functionalities
  • Ease of deploying projects to such platform as Microsoft Azure
  • Compatible with almost every programming language
  • Easy to use
  • Lightweight and robust as compared to other editors
  • Best part a lot of best plugin available and you can install and uninstall after use

The community support for the VS Code is incredibly passionate, and that works to everyone’s benefit. The VS Code being an open source, that community works exceptionally hard to keep VS Code competitive with the rest of the field. Written in Node.js and Electron, you can be sure the code isn’t going to become an outdated or lag behind any time soon. Their support is tremendous, and every month, they are releasing new features to keep up with the latest workflow.
Some Famous plugin 
Try this code editor and find the real power of light weight, fast code editing, compiling and  pack of powerful feature and plugin. I am sure it will suit your need. 
Some screenshot of plugin I use in my machine 



Thanks
Saurabh 
Happy Coding !!!

Build a Custom Kernel Module for Android

Hi Guys!!!Hope you are doing well !!!. Today I will describe how you can write a custom kernel module(Hello world) for Android and load it a...