onListItemClick on Activity extends ListActivity
I try a listview but when I click on an element I have not my toastpublic class MarkersListActivity extends ListActivity { @Override public void onCreate(Bundle savedInstanceState) {...
View ArticleListview in alphabetical order
I have a listview that gets facebook friends, and i would like to sort the names in alphabetical order, but im not very sure how to go on and do this.Here is the code:@Override public void...
View ArticleHow to update item in UWP ListView with AdvancedCollectionView source
I am using AdvanceCollectionView from Windows Community Toolkit as a source for a XAML ListView, to allow sorting and filtering. I am having problems with updating the ListView.To replicate the issue,...
View ArticleMy ListView is overlapping on my edittext
Why is that my listview is overlapping on my edittext box I think the problem is my XML coding by the way I am using frameLayout I want my listView to be underneath my edittext how can I do it? Here is...
View ArticleCustom ListView Not Displaying in Emulator - Black Activity
FI am trying to display a custom ListView using a custom adapter for a Car class. However, when I run the app in the emulator, the activity screen is black. I added some static text to the XML layout...
View ArticlePassing a List from one Activity to another
How to pass Collections like ArrayList, etc from one Activity to another as we used to pass Strings, int with help of putExtra method of Intent?Can anyone please help me as i want to pass a...
View Articleflutter ListView KeepAlive after some scroll
I want to keepAlive my widgets which are already rendered in ListView. I was tried with addAutomaticKeepAlives:true properties which provide by ListView class.Here is my sample code which I was used....
View ArticleHide/show search layout on listview scroll
I have made a search layout above listview and I want to hide/show this search layout on listview scroll like on scrolling the facebook newsfeed show/hide the search bar on the top of news feed I have...
View ArticleGetting duplicate rows in listview in Android
I am working on a listView which populates data from a web service, I am getting complete as per required results from webservice in json, but when I am setting it in adapter in listview, I got...
View ArticleWinUI 3.0 AOT - ListView ArgumentException for any Input List
I am using WinUI 3.0 with Net 9.0 and am trying to use Native AOT, but i always get an ArgumentException while using ListView or ItemsRepeater.The code is working fine without AOT.<?xml...
View Articlein my list view I need that when a condition is met a field is hidden: odoo
I managed to hide the content, but I need the label in the list view to be invisible in the list view as well the date the record was createdin the xml add...
View ArticleIn VB.Net, navigate to Treeview node based on filepath
In my Windows Explorer type app with the obligatory Treeview and Listview, and having the users chosen file path continually updating in a Textbox, is there a way to navigate to different nodes in the...
View ArticleUpdating listview text binding causes flickering on iOS using Xamarin.Forms
I am working on a Xamarin.Forms chat app which sends/receives text character by character, this means the text binding on a list view row is updated every 1-2 seconds or half second (depending on...
View ArticleListView overlapping in the button
I am getting this issue and tried to fix this but cannot able to find what is the problem and how to do this can anyone help me in thisMy locations sugggestions list is overlapping the use current...
View Article.NET MAUI ListView - ObservableCollection - Not updating during async method
I've tried a few different ways of doing this, but haven't quite figured out the combination to get this to work as intended. This is in .NET MAUI using .NET 6. Basically, the UI is not updating /...
View ArticleProblem with usage ListModel in ListView in QML
Got problem with ListView using ListModel. Code seems to be straightforward and quite simple, but I missed something and cannot figure it out:import QtQuickimport QtQuick.Controlsimport...
View ArticleFlutter ListView height and Staffold extendBody: true
I have came across one "issue" with using ListView builder (multiple of them) on single page. In combination with CustomScrollView and SliverToBoxAdapter I was able to build 3 different ListVIew-s with...
View ArticleReturn value from all list elements
Because I have no mock-data currently available, I created my own and I'm currently struggling to get specific values out of it.The idea is to have a list of playlists, which I already instantiated,...
View ArticleSwiftUI - Create a filesystem tree view from a list of paths
I have a list of paths, for example a list parsed from the 'ls -R' stdout into an array, how can I create a very simple tree view list with that?I am still learning swift, I can't figure out how to...
View ArticleIn Flutter, how to add a scrollable ListView in a flexible container so that...
I am trying to make the ListView container adapt to the content by keeping a footer right below the container and not on the bottom of the page :many tiles : ListView will be scrollable and the footer...
View Article