Rinav

Results 8 comments of Rinav

Thanks @wangbourne for the fix. @Trinea, can you add this line to readme so that others don't have to google so and try to fix it.

I am still getting random nulls. Sometimes it works, sometimes it does not

I am having the same exception as mentioned in OP. I am also trying to save Serializable Object as follows ``` public class User implements Serializable { ... } public...

@nhachicha OK I’ll post a Test Project link so that you may try to find the culprit. I'll do it after I reach home. Thanks

@nhachicha as per your request please find the github repo with test project I have tested on Galaxy Note1(KK-4.4), Galaxy S2(JB-4.1.2), Micromax(ICS-4.0.4) and few other devices. Mostly all are running...

@nhachicha Yes, you are right, it saves and gets back the Serialized Object. It does the Job. Do I need to worry about those warnings in any particular scenario, which...