Long running ADK Accessory (Service?)
I've spent days trying to get the android ADK connection running in a service rather then activity..... Anyone know if its even possible? I would like to have the service handled inputStream and outputStream so I can read my Arduino for extended periods in the background. When the activity returns to focus I will bind with the service and update the GUI. If this is possible I would eventually like to update a website with the live data from the service for remote monitoring. Any help if appreciated. I'm new to programming and can't seem to find much info on this topic. Thank you in advace for