Asynctask Listview - Json Android Studio Error
I'm developing an app on Eclipse. It's a simple app, basically it is just to show data from a Java EE Server. On Eclipse it was running fine, then I needed to migrate to Android St
Solution 1:
The problem was that I forgot to call my class on the onCreateView
on the Fragment. Thank's!
Post a Comment for "Asynctask Listview - Json Android Studio Error"