摘要:
原文地址:https://developer.android.com/training/articles/perf-tips.html 这篇文档只是用来描述我们在编码过程中的一些细小的性能优化技巧。当然数据结构的优化,框架的选择等宏观的技术,不在本篇的范围内。(从整体来说,数据结构优化、框架优化等取 阅读全文
摘要:
在同一个app内,bindservice传入的intent一般通过class生成。例如Intent intent = new Intent(mContext, MyService.class); 但是在跨APP进行bindservice的时候,intent需要通过service的action以及Co 阅读全文