ultimatelistview

  1. W

    Android Question 9-patch images still deleted after Run (F5)

    Dear All, I am developing a project using Ultimate List View (ULV) which using 9-patch images as section header / footer. The images are in the path ../Objects/res/drawable. When the images files are read-only, the program works fine. When the images files are NOT read-only, the 9 patch...
  2. JGiunta

    Android Question UltimateListView and SQLite

    Hello, I am trying to create an UltimateListView using data from a SQLite database. How do i achieve this? I thought about executing the query in the Activity_Create, like this: Dim ConnessioneDB As SQL ConnessioneDB.Initialize(File.DirInternal, "DatabaseListino.sqlite",False)...
  3. K

    Android Question UltimateListView Drag n Drop Sections

    Hi All I am playing with UltimateListView at the moment, I am trying to get a drag and drop concept working. I can drag in lists and have looked at that example, I am now looking at the Sections_demo, it has drag inside each section if there are multiple rows But what I want to do is drag a...
  4. K

    Android Question UltimateListView ExpandChildren Error

    I'm using Informatix UltimateListView https://www.b4x.com/android/forum/threads/lib-chargeable-ultimatelistview.22736/ Code : ulv.SetChildren(ItemID, Children, "show") ulv.ExpandChildren(ItemID) If Children => ' (ArrayList) [100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]' It work...
  5. K

    Android Question ULV with designer support example

    I want example of ultimatelistview with designer. My listview is getting complicated by code script. I want to create new designer layout and then load that layout, like we done in custom listview. Thanks
  6. Cebuvi

    Spanish Galeria imagenes con UltimateListView

    Hola, estoy intentando crear una galeria de imagenes utilizando la libreria UltimateListView. He visto que en el ejemplo Gallery_demo se crea un listado de todas las imagenes del dispositivo. Yo solo quiero las imagenes de un directorio concreto. Es posible hacer esto? Gracias.
  7. cesarcm

    Android Question UltimateListView: timeline view (like Facebook)?

    Is there any way to format ULV with a vertical line as like some attached timelines? Thanks Cesar
Top