Reputation: 27
I am creating a directory of schools in android application and want to open their details on new page by clicking on it from list view. how should i handle it?
Upvotes: 0
Views: 738
Reputation: 21
make Pojo of the student info and pass it to the next activity using parcelable object
Upvotes: 1