Android Background Processing - Part 7: | Ray Wenderlich Videos

Learn about a thread abstraction in the Android SDK named AsyncTask that simplifies using background threads and sending results to the main thread.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5306-android-background-processing/lessons/7

Hello @macsimus, I am trying to fetch the JSON response from the api, I could not even log data. I am following tutorial as it is. May I know what could be the possibilities? Thanks.

Hi @pavanvulisetti thanks for the question! Please see the comments to this episode for help on this:

https://www.raywenderlich.com/5306-android-background-processing/lessons/4

Thank you @macsimus :slight_smile: