0

I want to read a text file in android application but I don't know! Please help me to can read and write in a text file. And I want to use pointer in my code, but I don't know that how are syntax and steps for this. Please help me. Thank you.

NorthCat
  • 9,643
  • 16
  • 47
  • 50
Programmer
  • 23
  • 1
  • 6

1 Answers1

0

There is a way to access object reference and no way to access memory reference and if your class does not extends Activity, then use

context.openFileInput()

and

context.openFileOutput()
Programmer
  • 23
  • 1
  • 6