Task
Implement a function to check if the system has internet connectivity.
- Strategy: ping a reliable host (e.g.,
8.8.8.8) or attempt a lightweight HTTP request
- Output:
Boolean
- File:
network/CheckConnectivity.kt
Update the network/README.md with a short entry.
Task
Implement a function to check if the system has internet connectivity.
8.8.8.8) or attempt a lightweight HTTP requestBooleannetwork/CheckConnectivity.ktUpdate the
network/README.mdwith a short entry.