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
  • 12,264
  • 13
  • 61
  • 111
user9308577
  • 13
  • 1
  • 4

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
  • 7,166
  • 1
  • 18
  • 31