If my Glass app has a slow network connection it starts freezing up and reacting horribly (even though network calls are done on Async tasks in background.) What do you have to do to make your app responsive even if there are asynch tasks in the background struggling with a slow network connection?
How do you simulate slow network connections on a Glass handset in a dev environment to test error handling cases?