All Hard Articles
In this article, we are going to demonstrate how to create a circular progress bar in Android Studio that displays the current progress value and… Read More
Java.nio.file is a package in java that consists of the FileStore class. FileStore class is a class that provides methods for the purpose of performing… Read More
This program is used to Sort the 2D array Across rows. We will use the concept of vector to sort each row. Vector  Vector(): Creates… Read More
Given a binary string S of size N, the task is to check if the binary string S can be sorted in decreasing order by… Read More
Given a circular array arr[] consisting of N integers, the task is to find the starting index of the circular array such that the prefix… Read More
Given a positive integer N, the task is to calculate the sum of all decimals which can be expressed as binary representations of first N… Read More
Given a 2D array of strings arr[][4], representing the scores of M football matches played in a tournament involving N teams, the task is to… Read More
Creating PDF documents in Node.js is a versatile and powerful task, allowing developers to generate dynamic and professional-looking documents. This article provides a comprehensive guide… Read More
HTML frames are used to divide the browser window into multiple sections where each section loads a separate HTML document. In this project we are… Read More
This is the Part 3 of “Build a Social Media App on Android Studio” tutorial, and we are going to cover the following functionalities in… Read More
In this article, we are going to create a simple Share Button in the Toolbar in Android. The Share Button is used to share information… Read More
Before discussing what is Monitor mode and how do we change our WiFi mode into monitor mode from managed let’s discuss that how to establish… Read More
In this article, we are going to implement StackView in Android Studio. StackView is a widget that helps in arranging items in the form of… Read More
The function loadShader() loads the shader from files and returns them as a p5 shader object in a variable. The file extension can be .glsl… Read More
The find_by_order() is a built-in function of Ordered Set which is a Policy Based Data Structure in C++. Policy-based data structures are not part of… Read More
Tableau is a powerful tool used for data analysis and visualization. It allows the creation of amazing and interactive visualization and that too without coding.… Read More
Given a matrix arr[][], consisting of only 0, 1, and 2, that represents an empty ward, an uninfected patient, and an infected patient respectively. In… Read More
In the previous article ReactJS Typechecking With PropTypes – Set 2, we discussed instance validation, single and multiple data types validation, types and shapes validation,… Read More
In this article, we are going are build a very simple and interesting app “SlidingToggleButton” in Android Studio. Android Studio is really a great platform… Read More
Prerequisite – Genetic Algorithm Introduction : Simple Genetic Algorithm (SGA) is one of the three types of strategies followed in Genetic algorithm. SGA starts with… Read More