08-10-2011 04:45 AM
The basic idea is that there is a Runnable that the Screen waits for. So you can code whatever you like in the Runnable.
I believe the normal BT discovery process is asynchronous, so you will need to have the Runnable Thread wait for completion, which I would do using wait/notify methods of an Object, This is standard Java synchronization so search normal Java information sources for advice on this.
04-14-2012 08:21 AM
04-14-2012 10:17 AM
I suggest you start a new Thread with your new problem.
I would debug the processing on device. I suspect there is a difference between the devices, such as the permissions that the app has been given.
05-03-2013 01:42 AM
hi all,
Can any one explain gauge field process based on the thread concept.
If i click the button the Gauge fied is loading and gauge field process willl end when move to new screen.
I saw peter and simson code but i cant understand.
Thanks..
05-03-2013 05:45 AM
Sorry I don't understand this question. Can I suggest you start a new Thread and perhaps have another go at explaining the problem.
05-03-2013 06:42 AM
My queries is how to process the gauge field(using only thread) in popupscreen or mainscreen depends upon the server process. Plz guide me for this process... Thanks for advance..