show products list in android with multicolumn custom layout
问题 I wanna show some products in my android application and I need it to be dynamic, I need below requirements : show products in grid view (2, 3 or 4 columns depending on phone, tablet, portrait, landscape mode) each product has onclick event (to show detail of the product in another activity/fragment) each product on the grid should be from an xml layout (containing thumbnail image, title, price and so on) load more products on scrolling (load on scroll) load products from sqlserver database