I create a ListView in my widget and getting the result from a web service. I don\'t have any problem in getting the result from the web service but the result
I solve this by following the answer here I found out that my getCount always returns 0 and therefore instead of using AsyncTask I put my web service call in onDataSetChanged().