B4A Library [Lib] UltimateListView

Jerez

Active Member
Licensed User
Longtime User
Hello. I would buy the library. What is the minimum version of Android which can be implemented?
 

Jerez

Active Member
Licensed User
Longtime User
The UltimateListView does not work with Android versions < 2.
Thanks. You know if its possible to replicate an UI like this with ULV?

 

Jerez

Active Member
Licensed User
Longtime User
Parts of it are possible but this UI is so involved it requires some custom implementations.
You would need to break it down into components.

Looks like a ScrollView in cross... using the KEYCODE_DPAD_LEFT, KEYCODE_DPAD_RIGHT to navigate through List and highlight the current selection also move the list to right or left to center the selection...

Can the ULV highlight an item or navigate with keys? (i need to develop an app for smart tv)
 

Informatix

Expert
Licensed User
Longtime User
ULV is mainly a vertical list view. It is not the best solution for horizontal lists. You should look at the Coverflow library or the MultiType SlidingPanels class.
 

Jerez

Active Member
Licensed User
Longtime User
You can replicate easily the floating action button with ULV and NineOldAndroids. See the attached example.
I will try it, thanks man!
 

Jerez

Active Member
Licensed User
Longtime User
Hi, i sent you 25 today! thanks!
 

asales

Expert
Licensed User
Longtime User
How I can capture a click in a item of the "ULV_Variable_Demo" example (ULV with variable size)?

I tried this code, but don't worked:
B4X:
Sub ULV_ItemClick(ItemID As Long, Position As Int, ClickedPanel As Panel)
    dbCursor.Position = Position
    ToastMessageShow(dbCursor.GetString("Text"),False)
End Sub
 

Informatix

Expert
Licensed User
Longtime User
Please ask your questions by email.
Set IsSelectable to true in AddLayout.
 

Informatix

Expert
Licensed User
Longtime User
I'm used to run various versions of B4A in a sandbox so I can try your projects with the same version (or a close one) as yours. As B4A v5 uses .NET v4 and, because of this, does not run properly in a sandbox, I have to make B4A v5 my main development version. Unfortunately, a few changes in this version make it unsuitable for my needs and I prefer to stay with v4.30. This means that I may be unable to run your projects created with the last version (however I already saw that some projects run with just a warning). I hope that you will understand.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…