I will explain it to you here.
Say I wrote some data about a file and the data looks
21.02.2012, 11:43<#>-<#>88<#>- 21.02.2012, 13:12<#>-<#>80<#>- 21.02.2012, 19:36<#>-<#>61<#>- 22.02.2012, 07:15<#>-<#>50<#>- 23.02.2012, 12:14<#>-<#>44<#>-
now in my application I read the text and break it into <#>
String split = readen.split("<#>");
I want to display text using WebView and display data in a table that looks like this.
---------------------- | 23.02.2012 | ---------------------- | 12:14 | - | 44 | - | ---------------------- ---------------------- | 22.02.2012 | ---------------------- | 07:15 | - | 50 | - | ---------------------- ---------------------- | 21.02.2012 | ---------------------- | 19:36 | - | 61 | - | | 13:12 | - | 80 | - | | 11:43 | - | 88 | - | ----------------------
I read the row, and when the date is equal to the date before in the same table, close the table and open a new one and put in new data and read again and see if the date is equal to the date of the data before putting it in the same table, the others close again and open a new table ... it's not so difficult to build, but to create and return it is difficult to eliminate: D, so I want to change the data in the file, so I donβt have to worry with the opposite sign, simpy reads the data and creates the table
source share