They call this progress ?
It’s been a week since the last update. This is mostly because I’ve been banging my head against a brick wall. Presently, I’m still working on the Inquiry screen. I’ve decided drop the timed update, mostly because there’s never a guarantee that an inquiry will happen in N-seconds.
This leaves the player in command of searching for new opponents when they need to. However, once an Inquiry is finished, the application flips over to client mode and unless the player selects one of the devices found to challenge, the app will await a challenge from another user.
The main thing I’ve realised is get the application working in client mode first. I’ve spent most of the week trying to code the Inquiry functionality but have realised that there are other BT apps I can use to search for the game service that’s available. So I’ve switched focus to get the client service working and have a third party app look for my service.
The problem is that most of the sample code I’ve been looking at is mostly unhelpful spaghetti and I only discovered what I needed to last night, it’s a case of read through your documentation as it was in on of the documents I skipped on. Talking about kicking yourself!
Hopefully I’ll make some progress tonight with this tonight.

