上一页 1 2 3 4 5 6 7 8 ··· 43 下一页

2018年3月10日

Android IntentService分析

摘要: IntentService其实是一个很通用的知识点,最近看了下阿里巴巴Android开发手册,再次记录下 阿里巴巴Android开发手册 【强制】避免在 BroadcastReceiver#onReceive()中执行耗时操作,如果有耗时工作,应该创建 IntentService 完成,而不应该在 阅读全文

posted @ 2018-03-10 15:49 Cynthia&Sky 阅读(667) 评论(0) 推荐(0)

2018年3月2日

Android EventBus解析

摘要: 阿里巴巴Android开发手册: 【强制】Activity 间的数据通信,对于数据量比较大的,避免使用 Intent + Parcelable的方式,可以考虑 EventBus 等替代方案,以免造成 TransactionTooLargeException。 基础概念: EventBus 是一款在A 阅读全文

posted @ 2018-03-02 11:07 Cynthia&Sky 阅读(1707) 评论(0) 推荐(0)

2018年1月30日

2018年规划

该文被密码保护。 阅读全文

posted @ 2018-01-30 15:29 Cynthia&Sky 阅读(14) 评论(0) 推荐(0)

2017年12月19日

Android Omx Player

该文被密码保护。 阅读全文

posted @ 2017-12-19 14:27 Cynthia&Sky 阅读(15) 评论(0) 推荐(0)

Adnroid Exo Player

该文被密码保护。 阅读全文

posted @ 2017-12-19 14:02 Cynthia&Sky 阅读(14) 评论(0) 推荐(0)

播放器基础模型

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2017-12-19 11:49 Cynthia&Sky 阅读(2) 评论(0) 推荐(0)

2017年11月6日

PCM,HDMI透传,SPDIF透传

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2017-11-06 10:44 Cynthia&Sky 阅读(23) 评论(0) 推荐(0)

2017年9月2日

Handler、Looper、Message讲解 (eventfd,epoll)

该文被密码保护。 阅读全文

posted @ 2017-09-02 17:03 Cynthia&Sky 阅读(7) 评论(0) 推荐(0)

linux eventfd和epoll

该文被密码保护。 阅读全文

posted @ 2017-09-02 15:19 Cynthia&Sky 阅读(1) 评论(0) 推荐(0)

linux select

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2017-09-02 14:27 Cynthia&Sky 阅读(3) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 43 下一页

导航