Right now I’m trying to figure out how to create a custom UI component, say custom view. I have a ListView and I want to be able to add elements that contain three TextViews but are atomic, so to speak and have a defined layout. I’m really not sure how to do this and the only idea I have are custom views. Am I on the right track?
Share
I think you don’t need to follow the
CustomViewroad. You can customize how you want your ListView’s row look like. You can add images, multiple textView and whatever you want.Here is a good tutorial that make the list row look like this: