Hello friends. In this article, we will talk about how to add data as the user descends without loading all of the data when using List View with Xamarin. This is a process that is used especially in all large applications. For example, you will…
Hello friends. In this article, we will talk about how we can make a horizontal list with SwiftUI. First, we need to put a Scroll View to slide on the screen. Of course, we make a horizontal for it to slide sideways. Then we need…
Hello friends. In this article, we will talk about how we can do listings with SwiftUI. Those who used UIKit were using UITableView for simple listing operations. SwiftUI has a control called List for simple list operations. We are doing listing operations with this controller.…
ListView is one of the controls we use the most in Xamarin. We must use the ListView to display the data we have received from any place on a regular basis. While using the ListView, we can also send data in any control we have…
As we work with our mobile applications, we need to be updated and renewed whenever we want. The best control we can show regularly on our data is the ListView control. In this article, we will talk about how to update our objects that are…
Popular Posts
C# N-Tier Architecture
- 21 June 2018
Taking Json Data
- 26 June 2018
Strong – Unowned – Weak Types
- 29 May 2022