Tag Archives: model

Store object/data in internal memory

In many apps you need to store object/data in internal memory (custom Object, collection object: ArrayList, HashMap ecc.. ) in memory. In Android it’s very simple, for example if you want store a [..]

android-tutorial , , , , ,