Install and setup .NET 5 on Raspberry Pi

Here is how to install and set up Microsoft’s .Net Core 5 on Raspberry Pi, this tutorial covers installation for both 64 and 32-bit ARM architecture. I am using Ubuntu 20.04, but Raspbian should work as well. To check what OS architecture the Raspberry Pi is, run the following command. The output should be something … Read more

Android SDK : installation on Ubuntu via PPA

**Android SDK** is a development kit targeted at developing apps for mobile devices running Android. With the Android SDK, one can develop, debug, and test apps via an inbuilt emulator. The emulator can emulate the expected behavior of the Android OS on many platforms including Linux, Windows, and Mac. Here, we will instruct you on … Read more