Android Intent之傳遞帶有對象的集合(Serializable傳遞對象和對象集合)

Android中Intent傳遞類對象提供了兩種方式一種是 通過實現Serializable接口傳遞對象,一種是通過實現Parcelable接口傳遞對象。 要求被傳遞的對象必須實現上述2種接口中的一種才能通過Intent直接傳遞。 Intent中傳遞這2種對象的方法: [java]  view plain  copy Bundle.putSerializable(Key,Object);  //實
相關文章
相關標籤/搜索