I am new to android development. I made an application on android but i am facing a crash after my app long sleep in the background.i tried singletons and sub application but both of them leads me to a crash after long sleep.
The configuration that i am saving is a list of objects many of them.also these configuration should be accessible in the whole application.
any Idea how to handle this? I'd searched the websites looking for answer but with no luck.since the Shared preference only for String,boolean ,integer and floats....also I am targeting android 2.1 and higher.
Is there any Easy procedure to that avoiding me to change the whole application mechanism ?
Thanks