Skip to main content

Posts

Recent posts

Bluestacks 4 Review: Is it the fastest Android Emulator?

Introduction: Bluestacks is one of the most popular Android Emulators. Let's check out, is it also the fastest of all Android Emulators?  Bluestacks 4 is the latest version of the Bluestacks series. In this blog post, we shall be reviewing the Bluestacks version 4 and find out is it worth downloading. Bluestacks 4 Window System requirements: Minimum system requirements (As per Bluestacks Website): OS:   Microsoft Windows 7 and above. Processor:  Intel or AMD Processor. RAM: Your PC must have at least 2GB of RAM. (Note that having 2GB or more disk space is not a substitute for RAM). HDD: 4GB Free Disk Space. You must be an Administrator on your PC. Up to date graphics drivers from Microsoft or the chipset vendor. My System Specifications: My computer is just an average PC like all others. OS: Microsoft Windows 10. Processor: Intel Pentium 4405U @ 2.10 GHz. RAM: 4 GB. HDD: > 4 GB. Graphics: Intel HD Graphics 510. Bluestacks 4 Review (My Ho

What are Bluestacks points? How to gain Bluestacks points in Bluestacks 4?

Introduction: Bluestacks is an  Android Emulator that runs on Microsoft Windows and Apple Macintosh. An Android Emulator is a software application that provides a medium to enjoy Android applications or games on your computer.  My Customized Bluestacks What are Bluestacks points? Bluestacks points are points which can be collected by playing games on Bluestacks and can be redeemed to get gaming goodies for free. This feature was introduced in the Bluestacks version 3 and is also present in the latest version Bluestacks i.e. Bluestacks 4. How to gain Bluestacks points? Bluestacks points can be gained by playing games and earning cards to unlock new levels. Levels in Bluestacks range from Level 1 to Level 10. Once you reach Level 10, you have to play quests. I have reached Level 10 within 3 hours. There is a secret technique to do this. If you want to reach levels faster, comment down below, I shall make a new post regarding that.  But, now, I shall be showing y

Basics of Programming: Are all Programming Languages the same?

Introduction: What do we mean by the term 'Programming'? Well, the top result by searching on Google gives us a definition by edX like this: Computer  programming  is the process of writing instructions that get executed by computers. Hope the above definition makes sense to you! If not, it will be more clear to you at the end of this post. Programming in Visual Basic What is a Hello World computer program? If you tried to learn programming for the first time, the very first program you will create is a Hello World program. A Hello World program is a just a single line of instruction that tells the computer to print or display some text on the screen.  A Hello World program written in Java. Now, you will think how can a single instruction can create a full-fledged computer program. Okay, let me tell you that to make a particular program there is a specific sequence which must be followed. This sequence is known as an algorithm .  For example

Creating a Web Browser With Integrated Chromium using C#

Final Output Introduction: In this post, we shall start a project to build a C# application integrated with Chromium in Visual Studio. I shall be using Visual Studio Express For Windows Desktop 2013. But the minimum requirements are mentioned below. We shall create a Windows Forms C# project from scratch and integrate Chromium Embedded Framework (CEF) in our application, basic navigation options and much more. Minimum Requirements and Prerequisites: Visual Studio 2012 or Higher that supports NuGet Package Manager. A decent internet connection. Basic Knowledge of C#. Knowlege in using Windows efficiently. Creating A Visual Studio Project: First, create a Visual Studio C# Project through File > New Project > Installed > Visual C# > Windows > Windows Forms . Name the file whatever you want, for example ' Web Browser '. New Project Customising the Form: Now customize the main form by changing its  Properties  like Text to 'Web