March 2013
Intermediate to advanced
346 pages
8h 4m
English
In this chapter we will cover:
Most non-trivial Android apps use more than one thread, therefore multithreaded programming is essential to Android development. At Android NDK, POSIX Threads (pthreads) is bundled in Android's Bionic C library to support multithreading. This chapter mainly discusses the API functions ...