I am trying to make an app that can read, update, delete each line of a .txt file
How to access(read, update, delete) .txt file directly from the server with android device without having to download the .txt file.
This is the link I tried How to read from .txt file but I got error when I tried it