- 博客(9)
- 资源 (1)
- 收藏
- 关注
原创 Android 项目使用矢量图
1、依赖库和配置: compile 'com.android.support:support-vector-drawable:25.0.1' compile 'com.android.support:appcompat-v7:25.0.1'android { defaultConfig { vectorDrawables.useSupportLibrary =
2016-12-08 11:36:03
639
原创 调度重复的闹钟
闹钟的具体类型:ELAPSED_REALTIME:从设备启动之后开始算起,度过了某一段特定时间后,激活 Pending Intent,但不会唤醒设备。其中设备睡眠的时间也会包含在内。ELAPSED_REALTIME_WAKEUP:从设备启动之后开始算起,度过了某一段特定时间后唤醒设备。RTC:在某一个特定时刻激活 Pending Intent,但不会唤醒设备。RTC_WAKEUP:在某一个
2016-11-30 10:24:37
971
原创 保持设备唤醒
保持设备唤醒两种类型:1、保持屏幕常亮;2、保持cpu运行;1、保持屏幕常亮方法;public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedI
2016-11-30 10:16:53
464
原创 导入eclipse项目到android studio注意事项
可能需要加入的库: compile 'com.android.support:support-v4:23.0.1' compile 'com.android.support:appcompat-v7:23.0.1' compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.
2016-11-29 14:59:52
377
原创 Eclipse开发Android时报错Unable to execute dex: Multiple dex files define
在我开发是倒入了[2014-10-22 11:42:36 - VoaLearning] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class(org.htmlparser.util.NodeList$1) that doesn't come with anassociated Enclo
2014-10-24 13:52:20
876
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅