Being completely new to Android programming (I cut my teeth on Fortran IV way back in the 70s!) I've been trying to find out how to filter CSV data before it's displayed - in other words to have program control of what rows appear in a listview.
It's presumably easy, but none of the things I've tried have actually worked; can someone please help this poor lost soul?
It would be much more efficient to switch to a SQLite database.
There are no direct filtering functions for csv files in B4A.
You could have a look at the Beginner's Guide there is an SQLite example in there.