Android Question custom card view

Hi Guys, below is a screenshot of a default notes app.. am trying to get a similar cards view. is that doable in b4a? i implemented the .cards list with customview example and it works, but still can't get the resizable and side by side view like in this example.. any other method to get this?
 

mangojack

Expert
Licensed User
Longtime User
but still can't get the resizable and side by side view like in this example.. any other method to get this?

As far as resizing Items , There is an example Here ... by @Douglas Farias , which demonstrates the use of StringUtils.MeasureMultilineString to calculate the height of Items.

I think the easiest method to mirror your example above , would be 2 CLV's side by side .
(you could load the same layout to both ... but I see above one item above appears to displays Image ? , so unsure of approach here.)

It should be reasonably simple to control which items are loaded to which CLV .. at the same time using the .Tag property to store which CLV Items are loaded to
for future reference.

Anyway something to work on , and as already stated, if you have issues then post your project.
 
Upvote 0

asales

Expert
Licensed User
Longtime User
I use this lib from @alimanam3386 :
You can create a grid with cards like this:
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
very nice:

I advise using these classes as they are very flexible.

You can do whatever you want with card lists



 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…