Debugging my dummy android app
Sorry for late informing, i recently tries to put a list display in card display that take lot time to figuring why my item just showing one item instead five from data already set. The solution is adjusting the size of list item layout to respect it content size, so no static sizing given. Static size will lead to bad display when lot data try to shown inside list item.