Skip to content

Tag: android

ListView is not updating once I add elements to the array

I want my ListView to update as I add things to the array. It doesn’t work. I added a notifyDataSetChanged() to the updater code, but it does nothing. I’ve used Log.d tags to make sure the Arrays actually have their values, at pretty much every point of the code and they do. The issue seems to be …

Download file in Webview

I’m using webview in an Android application. I am trying to download a .pdf file, however when the link is clicked through the application the .pdf file name is changed to “1rcPnhg9_rSes92BiQPotVjXuEAfFnyrf.pdf”, and is not saved with the original file name. How to make webview save the file…