you're using lists as your data source), is to just write them to disk using ObjectOutputStream. This will work with any model class that implements Serializable.
But due to Serializable being slow, if you need to write a lot of data, make your model implement Parcelable.
yes but i have mutiple objects ok another qustion can i make with firebase
Обсуждают сегодня