4. Connection manager
4.1 Connection status monitoring
The ConnectivityManager monitors the status of the current connection, whatever its type (Wifi, mobile, ethernet, etc.). It is designed to alert any activity to a change in status (loss of connection, switching to another network).
The connection manager is obtained by calling the getSystemService function.
ConnectivityManager connectivityManager=(ConnectivityManager)
getSystemService(Context.CONNECTIVITY_SERVICE);
The methods of the ConnectivityManager class are given...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Software technologies and System architectures
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Connection manager
Bibliography
- (1) - MEIER (R.) - Professional Android 2. Application development. - ISBN-13 : 978-0470565520 (2010).
- (2) - KOMATINENI (S.), MACLEAN (D.), HASHIMI (S.) - Pro Android 3. - ISBN-13 : 978-1430232223 (2011).
Also in our...
Websites
Android http://www.android.com/ (page consulted on January 5, 2012). This official site provides information for users, developers and partners. It includes press releases, videos, screenshots and numerous downloads.
Events
AnDevCon: Android Developer Conference: the world's leading conference for the development of practical Android applications.
Google I/O: annual two-day conference organized by Google at the Moscone Center in San Francisco, California. Its aim is to announce the latest developments in Google's numerous technologies and services.
Directory
Manufacturers – Suppliers – Distributors (non-exhaustive list)
Google (designer of the Nexus phone) http://www.google.fr/nexus/
Samsung (manufacturer of Android-based phones and tablets) http://www.samsung.com
Motorola (manufacturer...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference