1

I would like this type of interface in my android application:

enter image description here

This interface can be displayed several times in the same activity.

I'm confused on how I should proceed. Do I have a listview with different custom item?

Is it even possible to do this with xml layout ?

I know how to use custom items in Listview, but i don't know how to do this item. Or have to use a gridview?

Drise
  • 4,310
  • 5
  • 41
  • 66
Mytraas
  • 11
  • 1
  • You can use recyclerview and cardview : https://github.com/ahmadaghazadeh/recyclerviewcardview – Ahmad Aghazadeh Mar 03 '16 at 11:45
  • thanks for your repsonse, so i will use recyclerview and cardview. Now I have to create the file that allows me to get this representation of item, and it is mainly my question. I do not know how to do it. Do you have a track on which I can throw myself? Thank you – Mytraas Mar 03 '16 at 13:24
  • what number of row, column? and are the color blue, yellow and gray is EditText? – R Besar Mar 03 '16 at 17:29
  • 9 column and 4 row, exactly as shown in the picture. yes yellow and blue is edittext. Thanks man to help me !:) – Mytraas Mar 03 '16 at 21:54

0 Answers0