is this right. I have this gridview. I want to save its item as blob in sqlite. so when i open the list of save data in sqlite ill just load the save item
gridview
item
instead of (Object o), pass (Serializable o). Then, in the stuff you pass, add implements Serializable to class definition.
(Object o)
(Serializable o)
implements Serializable