bl双性强迫侵犯h_国产在线观看人成激情视频_蜜芽188_被诱拐的少孩全彩啪啪漫画

Android實現文件存儲并讀取的示例代碼-創新互聯

要求:

讓客戶滿意是我們工作的目標,不斷超越客戶的期望值來自于我們對這個行業的熱愛。我們立志把好的技術通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領域值得信任、有價值的長期合作伙伴,公司提供的服務項目有:域名與空間、虛擬空間、營銷軟件、網站建設、愛民網站維護、網站推廣。

輸入文件名,文件內容分別存儲在手機內存和外存中,并且都可以讀去取出來。


步驟:


1.創建一個名為CDsaveFile的Android項目

2.編寫布局文件activity_main.xml:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:tools="http://schemas.android.com/tools"
 android:layout_width="match_parent"
 android:layout_height="match_parent"
 android:orientation="vertical"
 tools:context="hhh.exercise.cdsavefile.MainActivity" >

 <LinearLayout
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:orientation="horizontal" >

 <TextView
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="@string/textView_inputFileName"
  android:textColor="#00ff00"
  android:textSize="26sp" />

 <EditText
  android:id="@+id/editView_fileName"
  android:layout_width="match_parent"
  android:layout_height="wrap_content"
  android:gravity="center"
  android:hint="@string/editView_fileName"
  android:maxLines="1"
  android:textColor="#ff0000"
  android:textSize="26sp" />

 <requestFocus />
 </LinearLayout>

 <TextView
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:text="@string/textView_inputFileContent"
 android:textColor="#00ff00"
 android:textSize="26sp" />

 <EditText
 android:id="@+id/editView_fileContent"
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:gravity="center"
 android:hint="@string/editView_fileContent"
 android:maxLines="2"
 android:minLines="2"
 android:textColor="#ff0000"
 android:textSize="26sp" />

 <LinearLayout
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:orientation="horizontal" >

 <Button
  android:id="@+id/button_saveToPhone"
  android:layout_width="0dp"
  android:layout_height="wrap_content"
  android:layout_weight="1"
  android:text="@string/button_saveToPhone"
  android:textColor="#ff00ff"
  android:textSize="24sp" />

 <Button
  android:id="@+id/button_readFromPhone"
  android:layout_width="0dp"
  android:layout_height="wrap_content"
  android:layout_weight="1"
  android:text="@string/button_readFromPhone"
  android:textColor="#00ffff"
  android:textSize="24sp" />
 </LinearLayout>

 <LinearLayout
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:orientation="horizontal" >

 <Button
  android:id="@+id/button_saveToSD"
  android:layout_width="0dp"
  android:layout_height="wrap_content"
  android:layout_weight="1"
  android:text="@string/button_saveToSD"
  android:textColor="#ff00ff"
  android:textSize="24sp" />

 <Button
  android:id="@+id/button_readFromSD"
  android:layout_width="0dp"
  android:layout_height="wrap_content"
  android:layout_weight="1"
  android:text="@string/button_readFromSD"
  android:textColor="#00ffff"
  android:textSize="24sp" />
 </LinearLayout>

 <EditText
 android:id="@+id/editText_showResult"
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:gravity="center"
 android:maxLines="3"
 android:minLines="3"
 android:hint="@string/editText_showResult"
 android:textColor="#cccc00"
 android:textSize="30sp" />

</LinearLayout>

網頁題目:Android實現文件存儲并讀取的示例代碼-創新互聯
瀏覽地址:http://vcdvsql.cn/article48/csighp.html

成都網站建設公司_創新互聯,為您提供關鍵詞優化品牌網站建設建站公司外貿建站ChatGPT網站設計

廣告

聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯

成都app開發公司