I have to dynamically generate a table layout inside a dynamically generated grid view in Android. Is this possible?
Asked
Active
Viewed 452 times
0

Cœur
- 37,241
- 25
- 195
- 267

Sunil George Jacob
- 100
- 11
1 Answers
1
Yes it is possible. You can create layouts programattically also but it is recommenced to use XML layouts instead of doing it programattically. Read this thread for more information.

Community
- 1
- 1

Vikasdeep Singh
- 20,983
- 15
- 78
- 104
-
Actually i have to implement this layout in a Tab Widget. Can you be more specific how to do that by showing me any example. – Sunil George Jacob Dec 11 '14 at 05:42