Android Question Superior List Options

air cover

Member
Licensed User
Longtime User
I'm using a List control and a Scroll List control, one to display contacts and one to display color choice options...and they could use some spice.

They are too plain.

What options do I have in Basic4? Has anyone done anything cool with the existing controls, or written a code/class new control?

What's free and what can I pay for?

I'm willing to pony up, no problem. I need jazzy, snazzy controls!

Please let me know my options. Many thanks in advance to all of you. Y'all have been GREAT so far to me.
 

ggpanta

Member
Licensed User
Longtime User
Depends on the exact views you use. If you are using a standard listview then the best you can do is add a background (bitmap, drawable, color), you would need something like this (http://www.b4x.com/android/forum/th...-a-flexible-list-based-on-scrollview.19567)to be able to add more stuff on it, since each view is on a panel you can do quite a few stuff on it and even customize each item.

If the scroll list you refer to is a scroll view then you can do again the same since it uses a panel for each object. You can also use animation if that fits your app, check here http://www.b4x.com/android/forum/threads/android-views-animation-tutorial.6967
 
Upvote 0
Top