I am trying to read a .txt file from dropbox that has a public shared link. What I want to do is read this .txt and display all the data inside this file on a listview in android.
http://txt.do/5zflt (I don't have access to drop on my current computer so I want to use this link as an example)
The file is called PersonStatus that will contains text something along the lines of;
Online
Offline
Active
Holidays
….
….
…
…
…
…
basically what I want to do is used the shared dropbox link to read this text and display it in my listview on android but I am not sure how I can approach this. I have searched online for tutorials and guides but being new to android I haven't been able to find something of much use;
For example, I found this link: Read a file from dropbox where the OP has asked a similar question but has not provided enough code for me to understand how I can approach this. Also through my research I found that dropbox has Android Sync API: https://www.dropbox.com/developers-v1/sync/start/android but being new to programming I am not quite sure how to go about implementing and making it work.
I would really appreciate if anyone can help. Thanks in advance. If my question was not clear please let me know and I will try explaining it better.