Click here to Skip to main content
15,891,828 members
Articles / Mobile Apps / Android

Android Phone Status Sample

Rate me:
Please Sign up or sign in to vote.
4.78/5 (34 votes)
22 Mar 2013CPOL7 min read 112.1K   7.6K   43  
A Simple android application to display the phone details, battery status and data connectivity status of an Android Smartphone
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- When selected, use sphone -->
    <item android:drawable="@drawable/sphone"
          android:state_selected="true" />
    <!-- When not selected, use nphone-->
    <item android:drawable="@drawable/nphone" />
</selector>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Honeywell International
India India
Software Developer, Cinephile, Dromomaniac, Animal lover, Self proclaimed Photographer not necessarily in the same order.

Comments and Discussions