11-14-2012 10:10 PM
hey guys,
i'm not an expert... i'll admit that upfront. and this might be a really dumb question...
I was looking at the AudioControl example in the NDK examples (and the NetworkStatus one for that matter), and both examples initialize the bps, then go into a while loop waiting for interesting events. the loop is exited when the NAVIGATOR_EXIT message shows up.
the app i'm working on is a C++ class exposed to a QML UI.
some features of the app use features that are delivered through the BPS. others do not require BPS.
i'm not totally sure how to go into this while loop to wait for events without affecting the other parts of the app that aren't serviced by BPS.
is this just a newb questions (i am a bit of a newb to be honest)? if i start a while loop as in the examples, will my app get stuck there?
thx,
oddboy
11-14-2012 10:49 PM