sorting

  1. Alexander Stolte

    Android Example [B4X] Supabase - Database OrderBy

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ You can order by just one column, or with multiple columns. Available sorting commands: desc To sort the records in descending order asc To sort the records in ascending order nullsfirst...
  2. R

    Android Code Snippet [B4X] Fast and stable 1D array index sorts

    These are for 1D arrays, type specific and stable sorts. There are 4 sets for Int, Double, Long and String arrays. They are converted from C code I found here: https://www.javatpoint.com/tim-sort I had some trouble getting this to work, but thanks to Jordi CP, this has all been sorted. Using...
  3. advansis

    Android Code Snippet Flexible Table Sort Icons

    Hi to everybody, when I use Flexible Table (https://www.b4x.com/android/forum/threads/class-flexible-table.30649/), most times I forget to include the sorting icons in fileassets. Furthermore, I wanted a dynamical way of creating such icons, so I modified the library code. If you find useful...
  4. C

    Android Question sort xnGrid

    Hello, Is it possible to sort xnGrid based on specific column? Many thanks?
Top