Hi,
I'd like to know, how event loop is implemented on Android? I need to
implement my own event loop in C++ based on GLib library and its
GSource and GSourceFuncs structs, especially functions prepare(),
check(), dispatch(). So I'd like to get some information or source
code first, how is event loop implemented on Android. I think, it can
be useful for my implementation.
I have some questions about it:
1. Is there some documentation related to this interest? Or where I
can find source code relevant to event loop?
2. Is there some equivavalent to Windows pumpMessage / peekMessage or
something like this?
3. Could you give me some advice, how could I implement event loop in C
++ based on GLib for Android?
Thanks.

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to