Posts by Anderson Barbosa • 46 points
2 posts
-
1
votes1
answer22
viewsA: Error in Networkinfo
Connectivitymanager really can’t check the internet connection. The simplest solution is to ping some URL. Based in this solution you can check the internet connection by ping Google’s DNS as…
-
2
votes1
answer47
viewsA: FATAL EXCEPTION main when using service on android
You need to make explicit the application that will "solve" your Intent, which in this case is your own: Intent io = new Intent();…