All Medium Articles
The ClipRect widget is used to clips its child using a rectangle. It associates with the Clippers family. The main use of clippers is to… Read More
The RotatedBox widget is used to rotate its child by an integral number of quarter turns. It is used to orient its child widgets into… Read More
To add images from the camera in flutter, we’ll use the image_picker package. For this, you’ll need to use your real device. Follow the below… Read More
Given a Binary Tree with N nodes valued 0 to N – 1 and N-1 edges and an array arr[] consisting of values of edges,… Read More
In this article, let’s look at how you can set up a development environment for Flutter, if you’re using Ubuntu 20.04. It was difficult earlier… Read More
Walmart visited our campus in August 2020. The complete interview process was virtual. It was a 5 round process. Round 1 (duration 90 minutes): The… Read More
Academic Year: Third Year Undergraduate Branch: Electronics Engineering College: IIT BHU, Varanasi Current CGPA: 9.16 I was rejected by a few companies like Microsoft(Coding round… Read More
Round 1: CODING ROUND – 200 MARKS Basic String Manipulation (100 marks)-easy  Knapsack variation (DP) (100 marks)-difficult. Around 80 students were selected for the Technical… Read More
In this article, we will learn about how to add Custom Alert Dialog in an app using the SweetAlert Dialog Library. It is a pop-up… Read More
In this article,  RangeSeekbar is implemented in an application in android. Android Seekbar is a type of progress bar. We can drag the seekbar from… Read More
In this article, PhotoView is added to android. PhotoView aims to help produce an easily usable implementation of a zooming Android ImageView using multi-touch and… Read More
In this article, we will learn about how to add Croller in android. Croller is used to implement circular Seekbar in android. Seekbar is a… Read More
Heroku is a simple and one-stop solution to host any website or server. This article revolves around how you can host your own Static HTML… Read More
WebViewScaffold is the flutter WebView plugin. If you want to open any web page without using your device’s browser then you can do it easily… Read More
Amplitude modulation (AM) is a modulation technique utilized in electronic communication, most ordinarily for transmitting data by means of a carrier wave. In amplitude modulation,… Read More
Multithreading in Python can be achieved by using the threading library. For invoking a thread, the caller thread creates a thread object and calls the… Read More
ListTile widget is used to populate a ListView in Flutter. It contains title as well as leading or trailing icons. Let’s understand this with the… Read More
Given an array A[], the task is to find the minimum number of operations required in which two adjacent elements are removed from the array… Read More
Given a numeric string S, the task is to find the maximum length of a subsequence having its left rotation equal to its right rotation.… Read More
Given an array A[] of length N, the task is to find the number of subarrays made up of only prime numbers. Examples: Input: arr[]… Read More