你的位置:首页 > 软件开发 > 操作系统 > android 查看手机运行的进程列表

android 查看手机运行的进程列表

发布时间:2015-12-02 17:01:39
<LinearLayout ="http://schemas.android.com/apk/res/android" ="http://schemas.android.com/tools" android:layout_widt ...
<LinearLayout ="http://schemas.android.com/apk/res/android"  ="http://schemas.android.com/tools"  android:layout_width="match_parent"  android:layout_height="match_parent"  android:orientation="vertical" >  <!-- 定义获取可用内存的按钮 -->  <Button    android:id="@+id/btn_main_ablememory"    android:layout_width="fill_parent"    android:layout_height="wrap_content"    android:text="可用 的内存"/>  <!-- 定义查看正在运行的进程的按钮 -->  <Button    android:id="@+id/btn_main_lookruningmemory"    android:layout_width="fill_parent"    android:layout_height="wrap_content"    android:text="查看正在运行的进程"/>  <!-- 定义显示当前进程数的标签控件 -->  <TextView    android:id="@+id/tv_main_currentprocessnum"    android:layout_width="fill_parent"    android:layout_height="wrap_content" />  <!-- 定义进程列表控件 -->  <ListView    android:id="@+id/lv_main_list"    android:layout_width="fill_parent"    android:layout_height="wrap_content"/>  <!-- 定义获取内容显示的标签控件 -->  <TextView    android:id="@+id/tv_main_text"    android:layout_width="wrap_content"    android:layout_height="wrap_content" /></LinearLayout>

原标题:android 查看手机运行的进程列表

关键词:Android

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录