|
|
|
|
|
by jlgosse
5655 days ago
|
|
I disagree with Greg 100% on that statement. It has been a real pain working with the Android bluetooth APIs, but the same can be said for the BlackBerry APIs as well. They work great for something that is persistently connected, but since we don't actually stay connected all night, managing the bluetooth connection can get messy very quickly. In my experience (since I developed the entire BlackBerry app, and did a lot of work on making the Android app a lot more stable than it was), the apps are working great right now, and they get better every day or two. I mean, I push updates to the app VERY often, and our users have no problems with it, besides the occasional bug, which I generally fix in the following hours. My only real comment on the matter is that writing code that works well with Bluetooth is REALLY hard, so if you can keep a persistent connection when the app is open, try to go that route. |
|