I am developing an app in android which has connectivity with stackmob. I want to fetch data from stackmob ,my fetch() method is working but it is not show any data in emulator. Please someone tell me this. Thanks!
Asked
Active
Viewed 217 times
1 Answers
0
The UI has to be updated in a separate thread. Try something like this:
http://crodrigues.com/updating-the-ui-from-a-background-thread-on-android/

Douglas Rapp
- 360
- 2
- 5