Back to Developer Roadmap

Network

src/data/roadmaps/android/content/[email protected]

4.0812 B
Original Source

Network

In Android, the Network component offers vital capabilities that enable communication and interaction among users, between users and remote servers, and between users and cloud services. Android provides a variety of APIs and services to interact with networks. The primary APIs are the ConnectivityManager, WifiManager, TelephonyManager, and BluetoothManager APIs, among others. ConnectivityManager, for example, can tell you about network connectivity changes.

Visit the following resources to learn more: