File Picker in SwiftUI – fileImporter

By shagrafnasheet

In Order to access local files in SwiftUI We have to use fileImporter. FileImporter helps us to access our local storage and import local files into our project. What this blog wil.... Read More

Replace an object in an array with another object in JavaScript

By Samim

In this tutorial, I will show how you can replace an object in an array with another object in JavaScript. Here are some methods below to replace an object in an array with another.... Read More

Play audio file in SwiftUI

By shagrafnasheet

You can play audio files in SwiftUI in the same manner you do it in Swift and that is with the help of AVFoundation framework. AVFoundation framework works with audio-visual assets.... Read More

Remove first n characters from a string in Python

By Saruque Ahamed Mollick

In this tutorial, we will learn how to remove the first n characters from a string in Python. We will cover these: The simplest way to remove the first n characters. (Slice notatio.... Read More

How to set gradient background in SwiftUI

By shagrafnasheet

This tutorial will help you set gradient background color in SwiftUI. Fortunately, SwiftUI has made it very easy to set gradient colors in your views. SwiftUI provides us with buil.... Read More

Scatter plot using ggplot2 in Python with customization

By yaswanth vakkala

Scatter plots are great for visually seeing the relationship between numerical variables. In this tutorial, we will learn how to plot scatter plots in ggplot2 in Python. ggplot2 is.... Read More

Custom Datepicker style in SwiftUI

By shagrafnasheet

A DatePicker view is a controller that allows users to select a calendar date and time. It’s similar to the UIDatePicker view and In order to work it needs to bind to a Date .... Read More

Access Quran in Python – 23 languages with dataset

By Saruque Ahamed Mollick

As-Salaam-Alaikum, in this tutorial, I will show you how to get Quran data and print ayah using Python. First of all, let me tell you one thing. In this post, I will show you just .... Read More

Related Posts