How to implement paging on user swipe? (Previously used UICollectionView ->...
Background: I'm converting a project from UIKit to SwiftUI. Currently with UIKit, I have a UICollectionView within a UICollectionView, both with Paging enabled. This allows users to swipe up/down and...
View ArticleHow to load Android.database.sqlite table data into custom listview? (Table...
I am using the following code to load sqlite database table information into a custom layout. I am saving the data in the same table in another activity and loading the same saved data in this activity...
View ArticleMAUI: UI alignment issue in Listview with Grid having 3 columns
I have a UI alignment issue in Listview with Grid having 3 columns like the below screenshot:My ListView Code:<ListView x:Name="MyCustomers" ItemsSource="{Binding AllItems,Mode=TwoWay}"...
View ArticleGet data from MySQL and show it in a ListView using JSON
I'm trying to get data from my MySQL external database and display it in a ListView. To do .. I use JSONObject and JSONArray .. can not get it to show me anything .. can you tell me what I do wrong?The...
View ArticleSwiftUI TabView set default page on each tap
I'm new to SwiftUI and I'm trying to work out how to set the default page of a TabView that stays constantMy TabView is nested in a ListView and I have set @State private var selection = 1, which works...
View ArticleListview issue in javafx
I have a javafx project. In the main view i have a listview with some tags item and a delete button. The whole project is connected to a postgresql db. The tags are stored as ( user_id, name, color)....
View ArticleWhy is there a line at the bottom of this combo box?
I've tried everything to try and remove it, it doesn't look like it's a split pane or a separator either.Added some padding to show it better:All I have for code is a ComboBox<String> with...
View ArticleAdd simple items to Maui ListView
I'm trying to feed a simple list of items to a ListView (other Android platforms require much less effort).So, I have this markup:<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"...
View ArticleCan someone help me find whats wrong with the code below?
I am making a Kotlin project using a few functionalitiesWhat the code does is as follows -Take a username from spinnerTakes the title of the budget from the radio buttonsIt navigates to another page...
View ArticleListView and images
I have two problems with ListView+images.I get the values for the list from an xml file which contains all necessary infos.I need to set up a Listview. Every row should contain an icon and a title. The...
View ArticleHow to setOnItemClickListener for List View with custom adapter by Kotlin
I use custom adapter for List View on my android app . I do not know how can set the listener for the item click. I use Kotlin for my app.This is my adapter layout.<?xml version="1.0"...
View ArticleSharePoint Online JSON Formatting Working on Edit Form but not in List view
I have a SharePoint Online list that was working fine the other day with some conditional JSON associated. It changes the background color based on another field. I can see that background color is...
View Articleflutter expansion panel listView Builder
a beginner in a field, I have this code that works, but there is an error in the case of clickingWhen I click on any card, all cards also open. I want to open a card that I just click onimport...
View ArticleGet the length of List that exists in Map in Flutter
so i'm working on a Map that has this structure :Map<String, List<Video>> mapName;Where Video is just an object that has 3 attributes : String title,String videoURL, bool isDone.I'm planing...
View ArticleHow do I retrieve data latitude and longitude from sqlite database for use to...
I have a sqlite database for saving name, address, category, latitudeandlongitude. In activity(1) i construct a listview. I have been able to retrieve data name for show in the listview, If the list is...
View ArticleAndroid Material 3 Light theme LIstView items text hidden
I am learning Android here. My aim is to display the Cursor I get from calling SQLiteDatabase.query() in a ListView. Using a ContentProvider. I cannot see the text of the list items although I am...
View ArticleFlutter/Dart: How to force PrefPage using a ListView to refresh screen?
I am using the pref library (v 2.7.1) to create a settings page within my flutter app. In particular, in the minimum code sample below, I am using the PrefPage widget which returns a ListView with the...
View ArticleCustomScrollView with center key and mulitple silvers: Expand widgets in...
I am building an app where you can browse various products. Each product also has a product detail page. On that product detail page, I want to display the product image, the price, a product...
View ArticleHow to load Android.database.sqlite table data into spinner? (Table has data...
I am using the following code to load sqlite database table information into a spinner. I am saving the data in the table through saving data activity and trying to getting the saved data in a spinner...
View ArticleKotlin code reports "None of the following functions can be called with the...
I am making a Kotlin project using a few functionalitiesWhat the code does is as follows -Take a username from spinnerTakes the title of the budget from the radio buttonsIt navigates to another page...
View Article