I having an array of object in one activity, after hitting webservice with JSON response in AsyncTask - doInBackground . Kindly give a suggestions to pass values between activity without serializable.
Asked
Active
Viewed 66 times
0
-
You want to pass an array using intents? – Raghav May 21 '18 at 06:55
-
Try out : https://stackoverflow.com/questions/36417251/passing-arrayobject-from-one-activity-to-another – Jaimin Modi May 21 '18 at 06:57
-
Creating a Singleton class is better option rather than using Serializable. – Jaimin Modi May 21 '18 at 06:59
-
check my answer here https://stackoverflow.com/questions/50323180/passing-dataset-between-activity-in-mpandroidchart/50323681#50323681 – hasan_shaikh May 21 '18 at 07:02
-
Thanks bro.It worked well @hasan_shaikh – raguM.tech. May 21 '18 at 07:15
-
If it worked for you, then you can upvote that answer. so that it will be useful for others who come across the same issue – hasan_shaikh May 21 '18 at 07:20