Skip to content

Instantly share code, notes, and snippets.

@gb103
Created March 12, 2021 06:21
Show Gist options
  • Save gb103/9ecea9661dc26a36225a48db64832ba5 to your computer and use it in GitHub Desktop.
Save gb103/9ecea9661dc26a36225a48db64832ba5 to your computer and use it in GitHub Desktop.
ArrayList<LrcRow> rowsList = new ArrayList<>();
LrcRow lrcRow1 = new LrcRow(timestamp(00:21:73), Ni lakk tera patla jea, 00:21:73)
LrcRow lrcRow2 = new LrcRow(timestamp(00:23.69), Patla jea, 00:23.69)
LrcRow lrcRow3 = new LrcRow(timestamp(00:25.19), Ni lakk tera patla jea, 00:25.19)
………..
……….
…….
rowsList.add(row1)
rowsList.add(row2)
rowsList.add(row3)
…….
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment