Calling "http://www.gstatic.com/generate_204" instead of "google.com" might be more faster and better since google.com returns response body which will take some time also it costs more mobile data.
PS: generate_204 is used for detecting internet connectivity in android, also used for prefetching DNS on chrome, google search and other google products.
Calling "http://www.gstatic.com/generate_204" instead of "google.com" might be more faster and better since google.com returns response body which will take some time also it costs more mobile data.
PS:
generate_204
is used for detecting internet connectivity in android, also used for prefetching DNS on chrome, google search and other google products.