<script type="text/javascript"></script><script type="text/javascript"></script>

用程序显示当前Android手机联网信息

main.java

AndroidManifest.xml

main.xml

<?xmlversion="1.0"encoding="utf-8"?>
  1. <LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"
  2. android:orientation="vertical"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. >
  6. <TextView
  7. android:id="@+id/tv"
  8. android:layout_width="fill_parent"
  9. android:layout_height="wrap_content"
  10. android:text="@string/hello"
  11. />
  12. </LinearLayout>

更多相关文章

  1. android 面试知识个人积累1
  2. android:快速搜索手机中文件
  3. 手机安全卫士开发系列(7)——知识点整理(1)
  4. Android(安卓)OpenGL ES 开发教程(7):创建实例应用OpenGLDemos程
  5. android实现程序的后台运行 and 完全退出
  6. Android(安卓)GPS
  7. Android(安卓)获取GPS和网络定位信息
  8. 修改Android屏幕默认旋转方向
  9. Android(安卓)微信SDK分享功能(一)

随机推荐

  1. Android01--开发环境搭建
  2. Android添加快捷方式到手机桌面
  3. Windows下Android(安卓)OpenCV 2.2 安装
  4. android 个人铃声设置代码
  5. ImageButton"边框"的问题
  6. Android 上下滚动TextSwitcher实例详解
  7. Animation的4个基本动画效果
  8. android典型代码系列(九)------电话拦截
  9. android 制作OTA 更新包
  10. android sdcard存储方案(基于fuse文件系统