Android Question Custom check list

magarcan

Active Member
Licensed User
Longtime User
Hi there!!
I'm triying to make a custom check list. Been looking at some examples, but found lots of different libraries which make almost the same.

Screenshot_20181001-202440.png

What I need is a check box aligned to the left, a label close to it, and another label (maybe in more than one line) aligned to the left. Also be able to add some text between checkboxes...

What do you think isthe best way to do it?

Cheers!
 

MarkusR

Well-Known Member
Licensed User
Longtime User
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
@MarkusR is 100% correct, you should indeed be using xCustomListView using the link right HERE.

Something like this can be created in no time whatsoever using xCLV, labels, text boxes and check boxes.
Untitled-1.png


BTW do not post such large images shrink them down, in your case to less than half the size.
This is a better size and we can still see what you want.
Screenshot_20181001-202440.png


Enjoy...
 
Last edited:
Upvote 0
Top