I have an application where it needs to connect to a URL. This URL is a XML link.
Now my question is, when I will run application then I want to check that application is connected to the given URL. Actually all time I will check internet is available or not?
I have found some answers on StackOverflow. They said to use reachability library, but I don't want to use. Because I just only want to see when I will call url then internet connection available or not thats all.