[Solved] List item when its clicked downloads a file from the internet? [closed]
You should check the ListView-tutorial on how to react on a ListItem-click (and tell which one was clicked). On how to download files from the Internet have a look at those classes: URL URLConnection InputStream And depending on what your response is, the right Reader-Class. 1 solved List item when its clicked downloads a file … Read more