android - Is there any possible way to make this custom list? -


is there possible way android custom listview in image below? custom adapter should have listview below.enter image description here

thanks in advance.

as can see, rows of above illustration not equally sized. possible create if plan dinamically build list item, maybe relatively big task ("re-inventing wheel", if know mean). here can find topic should consider when have choose between listview or tablelayout, can solution:

listview or tablelayout?

in humble opinion: because can see on image table , not list, should made tablelayout.

if opinion too, here official tutorial guide tablelayout... ;)

https://developer.android.com/guide/topics/ui/layout/grid.html


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -