tags:

views:

22

answers:

1

In Android, is there a way to get a list of the zip files on a web server which allows file browsing?

+1  A: 

If I understand you right you just have to load the URL into a WebView instance. See the Basic usage chapter: http://developer.android.com/intl/fr/reference/android/webkit/WebView.html

Bevor