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.
Asked
Active
Viewed 86 times
0
-
Are you want to store different paragraph on different String ? – Abhishek kumar Feb 04 '18 at 16:05
-
1why you don't just add these paragraphs inside a `
` – Bishoy Kamel Feb 04 '18 at 16:05 -
Yes each paragraph as a string object, how to do that?? – user9308577 Feb 04 '18 at 16:07
1 Answers
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