Fetched data is a JSON string list of Users. Let's say it has 5 string-value property and it would be less than 30 user. I thought that i could just put it in Intent, but:
FYI i'm using Fuel to fetch data and it could request asynchronously.
As per your question, you are fetching the data on the Splash Screen (Activity). Also, you confirm that the data can be fetched asynchronously.
I would suggest, that instead of fetching the data on Splash Screen, fetch the data directly in the activity where the data is required.
However, there could be several ways of storing the data instead of using Intent to pass data between activities. Some of the ways are as below:
You can read about storing data in Android in detail to better select a way to save and pass data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With