issues Search Results · repo:jeanboydev/Android-ReadTheFuckingSourceCode language:HTML
Filter by
10 results
(70 ms)10 results
injeanboydev/Android-ReadTheFuckingSourceCode (press backspace or delete to remove)嗨,珍妮,
感谢在这些博客上的写作,这有助于进一步学习和深入了解Android源代码。
我遇到了问题,例如作为参考提供的链接被重定向到一些不需要的网站,因此如果您确实有权访问它们,请要求您更新新链接。
感谢和问候 Android学习者
Hi Jeanboy,
Thanks got effort given writing in these blogs, this helped to learn ...
sagar0810
- Opened on Feb 18, 2021
- #13
article/android/performance/06_launch.md
- Android 你应该知道的的应用冷启动过程分析和优化方案
Ulez
- 1
- Opened on Jan 24, 2021
- #12
// 使用方式二:handler.post() handler.post(new Runnable() { @Override public void run() { // 运行在子线程中... } });
这个不是运行在主线程吗?
ad5566
- Opened on Aug 5, 2019
- #9
07_handler.md Handler 常用的方式:
// 使用方式二:handler.post() handler.post(new Runnable() { @Override public void run() { // 运行在子线程中... } });
这个run应该是运行在handler所在的线程中... 如果是主线程的Handler,run就执行在主线程,可以更新UI,setText等操作 ...
codeQX
- 1
- Opened on May 24, 2019
- #8
Java中,有两种方式可以实现序列化,既可以实现Serializable接口,也可以实现Parcelable接口。然而,
在Android中,我们不应该使用Serializable接口。因为Serializable接口使用了反射机制,这个过程相对缓
慢,而且往往会产生出很多临时对象,这样可能会触发垃圾回收器频繁地进行垃圾回收。相比而言, Parcelable接口比Serializable接口效率更高,性能方面要高出10x多倍。 ...
7449
- 1
- Opened on Apr 17, 2018
- #4
Android - 基础知识 中关于Service 的生命周期描述中,startService()启动方式下,onStart()发方法已经废弃,改成onStartCommand(); 更合适。
nuisanceless
- 1
- Opened on Mar 15, 2018
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.