java-io tag

1 questions


1 answers
78 views
0
Read a simple text file

You want to simply read a text file from a sample Android application. I'm currently using the code written below.1. InputStream inputStream = openFileInput(test.txt);2. InputStreamReader inputStreamR...

2 years ago

© 2024 OneMinuteCode. All rights reserved.