in my android, I have list and Each list items will display three GridViews. One GridView displays all items with their details, And second will display some operation regarding to that list and then third will show the logout operation.
Is it possible to implement? If yes please provide me the best way to implement ….
If you want to add a grid in a ListView , You can prefer GridLayout instead of grid view.
Customize your listview item by following xml code.