I am trying to read a .txt file from dropbox with a shared public link. What I want to do is read this .txt and display all the data inside this file in a list in android.
http://txt.do/5zflt (I do not have delete access on my current computer, so I want to use this link as an example)
The file is called PersonStatus, which will contain text that will contain lines:
Online Offline Active Holidays …. …. … … … …
basically what i want to do is use a generic delete link to read this text and display it on my list on Android, but I'm not sure how I can do this. I searched online for tutorials and tutorials, but as a newbie to android, I couldn't find something very useful;
For example, I found this link: I read the file from Dropbox , where the OP asked a similar question, but did not provide me with enough code to understand how I can approach this. In addition, in my research, I found that Dropbox has an Android Sync API: https://www.dropbox.com/developers-v1/sync/start/android , but as a newbie in programming, I'm not quite sure how to do it by implementing and making it work.
I would really appreciate if anyone could help. Thank you in advance. If my question is not clear, let me know and I will try to explain it better.
Henry source share