美文网首页
Android 线程间通信

Android 线程间通信

作者: lotusve_w | 来源:发表于2018-08-02 15:25 被阅读0次

    线程间通信方式

    1. Handler 参考1
    2. Activity.runOnUiThread(Runnable action)
    3. View.post(Runnable action)
    4. AsyncTask
    5. 共享内存
    6. 管道

    相关文章

      网友评论

          本文标题:Android 线程间通信

          本文链接:https://www.haomeiwen.com/subject/hbojvftx.html