I need to save an object in the internal memory of the phone, how can I do this in Android.
I hope you enjoy this blog.
http://pierrchen.blogspot.com/2011/11/android-storage.html
Please provide more detailed information about what you mean when pronouncing the object? do you mean some kind of file? in case you want to save some files in the internal storage http://developer.android.com/guide/topics/data/data-storage.html#filesInternal
To store data, see Data Warehouse.To save an object in SharedPreferences, you need to make this object class as parcable by implementing Parcelable
Deploy the serializable object and write this object to a file on external media. See http://developer.android.com/guide/topics/data/data-storage.html#filesExternal for more information.
Source: https://habr.com/ru/post/1783343/More articles:HTML download acceleration - optimizationstart with an Office Outlook add-in - outlook-addinFlash site redone in jquery? perhaps? - javascriptGetting Started with LLVM - Windows / Linux - llvmServer.UrlEncode in .ashx - asp.netC / C ++: a constant array of constant arrays - c ++How can I comment on a PHP class that I am modifying from another author? - commentsreverse regular expression for a specific string - ruby | fooobar.comSencha Sand Slide - slideHow to become a C ++ library developer? - c ++All Articles