BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 03-18-2009, 08:38 PM   #1
zechariahs
Thumbs Must Hurt
 
Join Date: Nov 2008
Location: Sioux Falls, SD
Model: 9530
PIN: N/A
Carrier: Verizon Wireless
Posts: 65
Default Threading Example

Please Login to Remove!

Can anyone point me to a good threading example?

I have an application with a Splash screen. I'd like the screen to be displayed while another thread goes out and gathers data from the Internet while the UI remains responsive.
__________________
Handspring >> Palm >> BB Pearl >> BB Storm

Tumblog: http://www.geekkink.com
Blog: http://www.zechariahs.org/blog
Offline  
Old 03-19-2009, 09:45 AM   #2
bemshaswing
Talking BlackBerry Encyclopedia
 
Join Date: Oct 2006
Model: 7103
Carrier: Verizon
Posts: 259
Default

Code:
public class MyBackgroundThread extends thread
{
public MyBackGroundThread() 
{ //constructor stuff
}

public void run()
{
//do stuff here
}
}
and somewhere in your splash page code
Code:
MyBackgroundThread myThread = new MyBackgroundThread();
myThread.start();
Offline  
Old 03-19-2009, 08:28 PM   #3
zechariahs
Thumbs Must Hurt
 
Join Date: Nov 2008
Location: Sioux Falls, SD
Model: 9530
PIN: N/A
Carrier: Verizon Wireless
Posts: 65
Default

That's pretty much the code I had. But after looking at your example, I was able to get things working. Thanks.
__________________
Handspring >> Palm >> BB Pearl >> BB Storm

Tumblog: http://www.geekkink.com
Blog: http://www.zechariahs.org/blog
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Tektronix 7904 Oscilloscope Mainframe  w/ 2x 7A26 2x 7B92A Modules picture

Tektronix 7904 Oscilloscope Mainframe w/ 2x 7A26 2x 7B92A Modules

$399.97



Keithley Instruments 7002 400-Channel 10-Slot Switch/Control Mainframe picture

Keithley Instruments 7002 400-Channel 10-Slot Switch/Control Mainframe

$195.00



Fluke Networks Versiv Modular Mainframe AS IS picture

Fluke Networks Versiv Modular Mainframe AS IS

$1500.00



Tektronix TM506 Modular 6-bay Mainframe Compartment for power 6-Slot READ DESCRP picture

Tektronix TM506 Modular 6-bay Mainframe Compartment for power 6-Slot READ DESCRP

$124.95



ILX Lightwave LDC3908 Laser Diode Controller Mainframe with Key picture

ILX Lightwave LDC3908 Laser Diode Controller Mainframe with Key

$480.00



Chroma 6312 DC Electronic Load Mainframe  picture

Chroma 6312 DC Electronic Load Mainframe

$239.96







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.