1

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!

Ankit
  • 191
  • 1
  • 2
  • 8

1 Answers1

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