View Single Post
Old 02-14-2010, 01:35 AM   #8
MobileDeveloperUK
Thumbs Must Hurt
 
Join Date: Jan 2010
Model: 8300
PIN: N/A
Carrier: T-Mobile
Posts: 62
Default

Hello PuguaSoft

Thats what I too was thinking

Do you know the execution method of timer like how many threads are created etc ?

This code is inside a Background listener app

I tried using synchronized like below but there was NO change in the result at all


Code:
 public  synchronized void run() {

 //String prevEntry;
 
 synchronized (this)

{

// My codes 
 

}

}
Offline   Reply With Quote