观心静

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

02 2018 档案

摘要:import java.io.*; public class IO2File { public static void main(String[] args) throws IOException { File f=new File("out.txt"); f.createNewFile(); Fi 阅读全文
posted @ 2018-02-08 21:24 观心静 阅读(1167) 评论(0) 推荐(0) 编辑

摘要:前言 此篇博客讲解电池与电量的开发 代码部分 电量监听 private fun initBatteryReceiver() { mBatteryReceiver = object : BroadcastReceiver() { override fun onReceive(context: Cont 阅读全文
posted @ 2018-02-06 14:58 观心静 阅读(1291) 评论(0) 推荐(0) 编辑