Pro Android C++ with the NDK by Onur Cinar

Pro Android C++ with the NDK by Onur Cinar

Author:Onur Cinar
Language: eng
Format: epub, pdf
ISBN: 9781430248279
Publisher: Apress


Executing the Java Threads Example

Run the example application on the Android Emulator, and follow these steps:

Set the Thread Count to 2 to have two threads run concurrently.

Set the Iteration Count to 10 to have each thread worker iterate through ten steps.

Click the Start Threads button to start the Java threads.

The javaThreads method will create two threads, and each of these threads will run the nativeWorker function with ten iterations. The threads will run for ten seconds. The nativeWorker function, while starting each iteration step, will inform the UI by sending an update message, as shown in Figure 7-5.

Note Depending on the screen size you may need to scroll the results to see the latest update messages.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.