Pass list of objects from one activity to other activity in android

后端 未结 7 1621
轻奢々
轻奢々 2020-12-01 01:35

I want to pass a list of objects from one activity from another activity. I have one class SharedBooking Below:

public class SharedBooking {         


        
相关标签:
7条回答
  • 2020-12-01 02:20

    there are 2 ways to send an arraylist of objects or an object from one activity to another:

    1. Parcelable
    2. Searializable
    0 讨论(0)
提交回复
热议问题