Skip to content

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

你好,有好多链接都失效了,可以更新一下嘛
  • 15903418546
  • 1
  • Opened 
    on Oct 26, 2020
  • #11

大佬文章中的图片怎么都显示不出来?
  • xiechangtao
  • 1
  • Opened 
    on May 4, 2020
  • #10

// 使用方式二: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

非常好,是我目前看到的质量最好的知识总结
  • shangguanyanyan
  • 1
  • Opened 
    on Sep 26, 2018
  • #6

总结的非常好,一直关注,希望能多交流学习。
  • Ronadlo7
  • 1
  • Opened 
    on Jul 25, 2018
  • #5

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
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub