0

I have a text file with multiple paragraphs in the assets folder. I want to read it and want to store each paragraph in a String array? How i can do that.

Brandon Minnick
  • 13,342
  • 15
  • 65
  • 123
user9308577
  • 13
  • 1
  • 5

1 Answers1

0

How to read from asset file: read file from assets

How to parse a string into paragraphs: What character can be used to parse for paragraphs with Java?

dominicoder
  • 9,338
  • 1
  • 26
  • 32