Tagged Questions
0
votes
2answers
115 views
Need a better method of reading and storing values from text file
Goal: to get values from a text file and store it into values to load into my sqlite database.
Problem: My method is not efficient, and I need help comming up with an easier way.
As of right now I ...
1
vote
1answer
340 views
Why are foreign characters not read using inputStream?
I have a text file which contains data I need to preload into a SQLite database. I saved in in res/raw.
I read the whole file using readTxtFromRaw(), then I use the StringTokenizer class to process ...