摘要: package com.sharpcj.telephonestatelistenerdemo; import android.content.Context; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.telephony.PhoneStateListener... 阅读全文
posted @ 2017-01-09 11:25 SharpCJ 阅读(295) 评论(0) 推荐(0) 编辑
摘要: package com.joy.usbbroadcastreceiver; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.... 阅读全文
posted @ 2017-01-09 11:19 SharpCJ 阅读(585) 评论(0) 推荐(0) 编辑
摘要: 详解饿汉式,懒汉式,静态内部类式的单例实现方式,看了你不会后悔... 阅读全文
posted @ 2017-01-09 09:36 SharpCJ 阅读(2200) 评论(5) 推荐(6) 编辑