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
You would have to make the changes serverside if you don’t want to download the .txt file.
However, since a .txt file usually isn’t that big, it should not be a problem to download it, edit it and upload it again using FTP.