Open a SwiftUI app from URL link using URL Scheme

By Saruque Ahamed Mollick

I was wondering if I could do the same as other big companies generally do with their app and websites. You must have noticed that if you click on an Amazon link from your browser .... Read More

URL Scheme is not working in SwiftUI – Solution

By Saruque Ahamed Mollick

I just tried using URL Scheme in my Xcode project to open my iOS application from the browser through URL and found an error like this: “safari cannot open the page because t.... Read More

Add label to a TextField in SwiftUI

By Samim

In this tutorial, we will see how to add a label to a TextField in SwiftUI. We can organize the label and TextField in different orientations, either vertically or horizontally usi.... Read More

Create header and footer except the first page in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to add header and footer in your document except the first page. In order to get this you can use the fancyhdr package. With this package, you .... Read More

Change the background color of a TextField in SwiftUI

By Samim

In this tutorial, we will see how to change the background color of a TextField in SwiftUI. We can change the background color of a TextField in SwiftUI in several ways. Now, follo.... Read More

Create TextField in SwiftUI

By Samim

In this tutorial, we will see how to create a TextField and add border and padding to the text field in SwiftUI. A TextField is a view in SwiftUI that is used to generate a text in.... Read More

Let user search items from a List in SwiftUI

By Samim

In this tutorial, we will see how to let users search items from a List in SwiftUI. We can create a simple search functionality for a list in SwiftUI using the List and TextField c.... Read More

Google Assistant Like Chat Bot Building using Python

Google Assistant Like Chat Bot Building using Python

By Isha Bansal | November 29, 2023

Hey there, fellow Python coder! One is always fascinated with how AI assistants like Google Assistant, Alexa, Siri, and other apps work. And I am sure you always wonder about building a similar application by yourself. Well, Buckle Up! In this tutorial, we will learn how to build our own Voice-assisted AI assistant just like […] Read More