Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

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: 43075
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
 
Why am I so drawn to cherry pie? I can't seem to stop. Save me tiny ad!
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic