• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to fill irregulaar tablelayout

 
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have data which needs to show rows and colums.the problem is number of rows are changing.rows need to catogerize 3 types.below is the example view.As below number of columns changing.Data is in ArrayList.which way is the good way to built this tablelayout ?

column1 coumn2 column3 column3 column3
row1 row1 row1 row1 row1
row2 row2 row2 row2 row2
row3 row4 row3 row3
row4 row4 row4

row1 row1 row1 row1 row1
row1 row1 row1 row1 row1
row1 row1 row1 row1

row1 row1 row1 row1 row1
row1 row1 row1 row1

I already have the tablelayout as below.i am think to change the value of textviews dinamically.Is it good way?

 
shawn peter
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please help me anyone?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To tell you the truth, I for one have lost interest in helping you. It's no fun trying to make sense of hundreds of lines of code, or hundreds of lines of layout data, in order to craft a response, and later to find that you have either abandoned a thread without a further word, or that you never see fit to say thanks.
 
shawn peter
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ohh.I have replied for your replies many times ULF.anyway sometime i might missed to reply some threads due to workload.sorry ULF
reply
    Bookmark Topic Watch Topic
  • New Topic