I have to create a list of posts like facebook, so there is a white box centered with margins and inside the picture with the name and after the post content.
Now, my question is: What's the best way to do this? ListView, RecyclerView with custom layout or what?
Thank you.