Android Question Http Download a CSV or Json File for Android OS Versions

Mahares

Expert
Licensed User
Longtime User
Where can I download via http a CSV or json file for the Android OS versions to populate the xCLV of my app with the data. I like to make it automatically download the file and populate the customlistview. I like a site where it keeps the list constantly updated. It does not matter if it has more fields than what I need. See attached screenshot. The way I do it now is to keep the text file I have updated manually whenever a new version pops up. It really does not take long at all to do it that way, especially when a new version comes up every few months., but I prefer to automate it somehow.
Thank you
 

Attachments

  • AndroidOSversions.png
    AndroidOSversions.png
    21.4 KB · Views: 155

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Take a look at this:

It will contain everything that you need.

Depending on the filesize you may want to have a separate call which does a version or date check before downloading the data file.
 
Upvote 0
Top