How to Pass custom object via intent in kotlin. First, make sure the People class implements the Serializable interface: class People : Serializable { // your ...
確定! 回上一頁