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
  • 37,241
  • 25
  • 195
  • 267

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
  • 20,983
  • 15
  • 78
  • 104