摘要: package com.example.day0330_sdcard; import java.io.ByteArrayOutputStream;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoun 阅读全文
posted @ 2016-03-30 15:10 丨缘来是你丨 阅读(765) 评论(0) 推荐(0) 编辑
摘要: package com.example.day0330_file; import java.io.FileNotFoundException; import java.io.InputStream; import java.io.OutputStream; import android.os.Bundle; import android.app.Activity; import androi... 阅读全文
posted @ 2016-03-30 12:24 丨缘来是你丨 阅读(128) 评论(0) 推荐(0) 编辑
摘要: package com.example.day0330_sharepreference; import android.os.Bundle; import android.app.Activity; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; import ... 阅读全文
posted @ 2016-03-30 11:30 丨缘来是你丨 阅读(142) 评论(0) 推荐(0) 编辑