Calling a network State check from other activities
- by Laurent
I realize this question has been answered before but couldn't find an answer that deals with my specific case.
I want to create a class called "InternetConnectionChecks" that will handle checking a network state and http timeouts. I'll call the methods twice in the app (once at the beginning to get data from a server, and once at the end to send…