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

Add padding to columns and rows in a table in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to add padding to rows and columns in a table in LaTeX with multiple methods. Add padding to rows in a table In order to add extra vertical sp.... Read More

Clear a TextField on button tap in SwiftUI

By Samim

In this tutorial, how to clear a TextField on a button tap in SwiftUI. We can programmatically clear or empty a TextField on a button tap by modifying the value bound to the TextFi.... Read More

Change the TextField values programmatically in SwiftUI

By Samim

In this tutorial, we will see how to change the TextField values programmatically in SwiftUI. In this article, we will cover the topics mentioned below. Programmatically Changing T.... Read More

Auto adjustable brackets “[], {}, (), ||, 〈〉” in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to convert different types of brackets into auto-adjustable brackets. This means a bracket that will automatically increase or decrease its si.... Read More

Related Posts