1

I want to make my list view have styles like cards on most of apps Google uses like Google play music, or notes or even in Google now cards, I will show you what i mean in pics:

https://i.stack.imgur.com/iv9S0.png

https://i.stack.imgur.com/AzaLf.png

Also I want every item have same options like adding to cart and so on, and is it possible to get list of items from an online server in xml format?

I will appreciate if you could help me.

Ali Ahrabi
  • 67
  • 1
  • 11

1 Answers1

1

You can achieve this in multiple ways:

  • Via xml background.
  • Via 9-patch image background for your list cell.

Some of the third party libs are:

Here is a psd design for cards UI:

Community
  • 1
  • 1
amalBit
  • 12,041
  • 6
  • 77
  • 94
  • Thank you your links will help, what about getting items from a server? I need to update my list items from a xml file from an online server. Could you please help in this one too? – Ali Ahrabi Jun 24 '14 at 11:43
  • Here is a detailed tutorial of xml parsing http://www.androidhive.info/2011/11/android-xml-parsing-tutorial/ – amalBit Jun 24 '14 at 19:43