0

I am pretty new to android layout, I want my CardView layout look like:

Instagram Style

With view count, user name and icon on top and image in the middle, and description in the bottom.

I searched and couldn't find one place to start, can anyone give me a hint or place of samples?

I am thinking maybe I need a linearly layout of part a, part b and part c

part a: a Relativelayout for top icon, view counts and username

part b: a image view

part c: description.

Is it a right track to implement it?

pableiros
  • 14,932
  • 12
  • 99
  • 105
Weijia
  • 272
  • 1
  • 5
  • 12

1 Answers1

0

You should try a Custom Listview, these are some nice tutorials: this

Community
  • 1
  • 1
Ribisl
  • 80
  • 1
  • 6
  • Thanks for replying. I have already implemented recycleview, now I only need to decorate my cardView. – Weijia Aug 18 '16 at 19:39
  • Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline. – pableiros Aug 18 '16 at 19:57