how to get below functionality in android with Table Layout. As it is seen in the image, I need to merge the two cells in row #5 - column #1 and row#6 - column#1 dynamically and I have to replace one image over there. How can I achieve this? Your answers are appreciated.
Asked
Active
Viewed 4,261 times
7

Chirag Ghori
- 4,231
- 2
- 20
- 35

Hitesh Dhamshaniya
- 2,886
- 3
- 24
- 31
-
see this link may be it will help you. http://stackoverflow.com/questions/13681024/how-to-manage-gridview – Dipak Keshariya Jan 10 '13 at 11:43
-
1Dipak, thanks, then also you can send more and more link for that type of example. – Hitesh Dhamshaniya Jan 10 '13 at 11:46
-
You don't really need to "merge" two cell, replace both image individually should be fine. – Gina Jul 15 '13 at 03:17
1 Answers
1
Use GridLayout instead of TableLayout. You can easily merge cells using GridLayout. http://developer.android.com/reference/android/widget/GridLayout.html

Suhas K
- 74
- 8