GeistHaus
log in · sign up

Android messaging and concurrency (for native code development)

himmele.blogspot.de

Android's messaging and concurrency framework (together with the Binder IPC mechanism) forms the basis of all Android applications and servi...

2 pages link to this URL
Android's C++ reference counting

#include <stdio.h> #include "android/os/Ref.h" using namespace android::os; class RefTest : public Ref { public: RefTest(int32_t id) :...