0

Dynamically generating table layout inside dynamically generated grid view I have to dynamically generate a table layout inside a dynamically generated grid view in Android. Is this possible?

Cœur
  • 34,719
  • 24
  • 185
  • 251

1 Answers1

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
  • 19,490
  • 9
  • 75
  • 99