How to save List<UserDefinedClass> of between Activity switching ? I get data in onClickView function. Does UserDefinedClass need to implements some interface ?
How to save List<UserDefinedClass> of between Activity switching ? I get data in onClickView
Share
I believe the best way would be to keep the list in the
Applicationcontext.In any of your activitys call
yourAppusing: