Android: notifyDataSetChanged(); not working
问题 I have a database in a server and from a Tablet I take some values from one table in the database. I load this information correctly into a list but I would like to know why when there is a change, nothing happens even if I use notifyDataSetChanged(); . I must say that for loading the loading data y use the AsyncTaskClass So, my problem is that I don\'t know if use the notifyDataSetChanged(); method correctly ,because if there\'s is a change I would like to refresh the image. Here is some