freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

手機(jī)安全衛(wèi)士--java課程設(shè)計(jì)-資料下載頁(yè)

2025-06-06 00:23本頁(yè)面
  

【正文】 oid:id=@+id/tv_traffic_tx android:layout_width=wrap_content android:layout_height=wrap_content android:text=上傳 android:textColor=000000 android:textSize=14dip / ImageView android:layout_width=wrap_content android:layout_height=wrap_content android:layout_marginLeft=12dip android:src=@drawable/app_traffic_down / TextView android:id=@+id/tv_traffic_rx android:layout_width=wrap_content android:layout_height=wrap_content android:text=下載 android:textColor=000000 android:textSize=14dip / /LinearLayout /LinearLayout LinearLayout android:layout_width=wrap_content android:layout_height=fill_parent android:layout_alignParentRight=true android:gravity=center_vertical TextView android:id=@+id/tv_traffic_total android:layout_width=wrap_content android:layout_height=wrap_content android:text=總計(jì) android:textColor=000000 android:textSize=14dip / /LinearLayout 20 /RelativeLayout : public class TrafficInfoActivity extends Activity { //展示數(shù)據(jù)列表 private ListView lv。 //獲取到所有具有 Inte 權(quán)限的應(yīng)用的流量信息 private TrafficInfoProvider provider。 //ProgressBar 和 TextView(正在加載 ...)的父控件,用于控制其顯示 private LinearLayout ll_loading。 //封裝單個(gè)具有 Inte 權(quán)限的應(yīng)用的流量信息 private ListTrafficInfo trafficInfos。 //處理子線程發(fā)送過來的消息,更新 UI private Handler handler = new Handler(){ public void handleMessage( msg) { ()。 (new TrafficAdapter())。 }。 }。 @Override protected void onCreate(Bundle savedInstanceState) { setContentView()。 (savedInstanceState)。 lv = (ListView) findViewById()。 provider = new TrafficInfoProvider(this)。 ll_loading = (LinearLayout) findViewById()。 ()。 //獲取到具有 Inter 權(quán)限的應(yīng)用所產(chǎn)生的流量 new Thread(){ public void run() { trafficInfos = ()。 //想主線程中發(fā)送一個(gè)空消息,用于通知主線程更新數(shù)據(jù) (0)。 }。 }.start()。 } //數(shù)據(jù)適配器 private class TrafficAdapter extends BaseAdapter{ public int getCount() { return ()。 } public Object getItem(int position) { 21 return (position)。 } public long getItemId(int position) { return position。 } //ListView 中顯示多少個(gè) Item,該方法就被調(diào)用多少次 public View getView(int position, View convertView, ViewGroup parent) { View view。 ViewHolder holder = new ViewHolder()。 TrafficInfo info = (position)。 //復(fù)用緩存的 Vi ew if(convertView==null){ view = (getApplicationContext(), , null)。 = (ImageView) ()。 = (TextView) ()。 = (TextView) ()。 = (TextView) ()。 = (TextView) ()。 (holder)。 }else{ view = convertView。 holder = (ViewHolder) ()。 } (())。 (())。 //下載所產(chǎn)生的流量 long rx = ()。 //上傳所產(chǎn)生的流量 long tx = ()。 //增強(qiáng)程序的健壯性。因 為在模擬器上運(yùn)行時(shí)返回值為 1. if(rx0){ rx = 0。 } if(tx0){ tx = 0。 } ((getApplicationContext(), rx))。 ((getApplicationContext(), 22 tx))。 //總流量 long total = rx + tx。 //通過 Formatter 將 long 類型的數(shù)據(jù)轉(zhuǎn)換為 MB 或這 KB,當(dāng)數(shù)字較小時(shí),自動(dòng)采用 KB ((getApplicationContext(), total))。 return view。 } } //通過 static 的修飾,保證了棧內(nèi)存中存在唯一一份字節(jié)碼且被共用 static class ViewHolder{ ImageView iv_icon。 TextView tv_name。 TextView tv_tx。 TextView tv_rx。 TextView tv_total。 } } 手機(jī)殺毒 ?xml version= encoding=utf8? LinearLayout xmlns:android= android:layout_width=match_parent android:layout_height=match_parent android:orientation=vertical LinearLayout android:layout_width=fill_parent android:layout_height=40dp android:background=ff6cbd45 TextView android:id=@+id/iv_main_title android:layout_width=fill_parent android:layout_height=fill_parent android:gravity=center android:text=手 機(jī) 殺 毒 android:textColor=ffffff android:textSize=18sp / /LinearLayout LinearLayout android:layout_width=match_parent 23 android:layout_height=wrap_content android:orientation=horizontal FrameLayout android:layout_width=100dip android:layout_height=100dip ImageView android:layout_width=100dip android:layout_height=100dip android:src=@drawable/ic_scanner_malware / ImageView android:id=@+id/iv_scan android:layout_width=50dip android:layout_height=50dip android:src=@drawable/scan / /FrameLayout LinearLayout android:layout_width=match_parent android:layout_height=fill_parent android:gravity=center_vertical android:orientation=vertical TextView style=@style/text_content_style android:text=正在查殺 / ProgressBar android:id=@+id/progressBar1 style=?android:attr/progressBarStyleHorizontal android:layout_width=fill_parent android:layout_height=wrap_content / /LinearLayout /LinearLayout RelativeLayout android:layout_width=fill_parent android:layout_height=wrap_content TextView android:id=@+id/tv_s
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1