編寫:kesenhoo - 原文:http://developer.android.com/training/basics/intents/index.html
Intent的發送(Sending the User to Another App )
演示如何創建一個隱式Intent喚起能夠接收這個動作的App。
接收Activity返回的結果(Getting a Result from an Activity)
演示如何啟動另外一個Activity並接收返回值。
Intent過濾(Allowing Other Apps to Start Your Activity)
演示如何通過定義隱式的Intent的過濾器來使我們的應用能夠被其他應用喚起。