Android apps on Windows

The Pros and Cons of Running Android Apps on Windows

Android has become one of the most popular mobile operating systems in the world, and with the increasing availability of Android apps, it’s no wonder that people want to run them on other devices. One of the most popular devices people want to run Android apps on is Windows computers. In this article, we’ll explore the pros and cons of running Android apps on Windows. Pros of Running Android Apps on Windows Access to a Larger Screen One of the most significant advantages of running Android apps on a Windows computer is the larger screen size....

April 22, 2023 · 448 words · Winuxdroid
Google Cloud Shell

What is Google Cloud Shell?

If you always hesitate to install different software packages on your local system — this blog is for you. Yes, the best solution to this problem is a cloud based environment. The cloud computing market is pretty huge but we are going to talk about Google Cloud Platform(GCP), more specifically about Google Cloud Shell. GCP is a very big deal that’s why we are just focusing on cloud shell for now....

April 22, 2023 · 512 words · Sumit, Nick
Book to Learn Python

The Best Book to Learn Python — Free Download

Python Crash Course, 2nd Edition According to No Starch Press : Python Crash Course is the world’s best-selling guide to the Python programming language. This fast-paced, thorough introduction to programming with Python will have you writing programs, solving problems, and making things that work in no time. Book : Python Crash Course, 2nd Edition Author : Eric Matthes Pages : 544 Year : May 2019 File format : PDF File size : 6....

April 22, 2023 · 247 words · Sumit, Nick
MySQL Server and Client on Android

How to Install MySQL Server and Client on Android

If you are still stucked in installation of MySQL (MariaDB) on your android — don’t worry we have a quick and best solution for that. We have already done a tutorial on this topic : How to Install MySQL (MariaDB) on Android With Termux But this tutorial on how to install mysql is going to be far more easy and straightforward than our old tutorial. We made a simple tool (bash scripting) to solve this problem, which automates all the processes and you only need to use some easy instructions commands....

April 22, 2023 · 431 words · Sumit, Nick
MySQL

How to Install MySQL (MariaDB) on Android With Termux

Introduction Generally, smartphones are not for programming but with the rapid evolution of technology the capability of smartphone is also increasing. We can do many programming stuffs on smartphone using some applications. In this blog, we are going to use a database management system in our smartphone using termux. We cannot run Mysql effeciently on smartphone but alternatively we can use MariaDB as our database management system. Mysql and mariadb have some similarities and differences....

April 22, 2023 · 512 words · Sumit, Nick