搜尋此網誌

2011年2月8日

Activity 之間的的通信 (數據傳遞)

請參考


目前蒐集到的方法有:

  • By using Intent
  • By using Adapter
  • By using binder
  • By using Context
  • By using RemoteCallbackList class
  • By using public static field/method
  • By using a HashMap of WeakReferences to Objects
  • By android.app.Application class (尚未搞懂)
  • By using a static Singleton
  • By using persistent objects
    • By file / application preference / SQLite / Content provider / Network

沒有留言:

張貼留言