• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how background thread call another thread.

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

From UI thread I am calling background thread (painless thread). I need to call another thread from the existing thread NOT from UI thread.

Please find the scenario.

I have called Webservice from getting channels information. In the channel information contains channel name and channelLogoURL is provided.

So i have called webservice as a painless thread from the UI thread. i am displaying the channel name. Now I want to call another thread for retriving channellogo based on the given URL for every channel.

If we retrieve the channel name and logo, it is giving performance problem. so what i did is, for the channel name i am calling painless thread. i want to call another thread for channel logo.


Please help me.

Uday


 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic