Re: [DLC]DLC Survey
Sean Neilan <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.depaul-lug |
|---|---|
| Message-ID | <[email protected]> |
Ah! OK, that's a problem I haven't encountered yet. I think at every point in the application, you have to prepare for failure. I think you have to have some way of loading and saving whatever you have at all times. I know the android docs say that. There should be some code in the docs though on how to take care of that. Stuff can go in and out of memory all the time on android. On Thu, Jan 28, 2010 at 8:25 PM, Joseph Booker <[email protected]> wrote: > On Mon, 25 Jan 2010 16:41:18 -0600 > Sean Neilan <[email protected]> wrote: > > I'm pretty sure you don't have to subclass bundle. You can make a > > class that implements Serializable. Once a class implements that, you > > can pass it into a bundle pretty easily. > > Sadly the bundle still only exists for some finite amount of time > (definitely gone by the time the device reboots) while I kinda need the > data to stick around as long as the intent I'm putting it in exists. I > think I'm going to need to just store primitives unfortunately, just > had to root a perfect spl so haven't had a chance to try anything the > past few days. > > -- > Joseph Booker > _______________________________________________ > DLC mailing list > [email protected] > http://mailman.depaul.edu/mailman/listinfo/dlc > Use the Above Link to Unsubcribe!! > http://linux.depaul.edu/ > _______________________________________________ DLC mailing list [email protected] http://mailman.depaul.edu/mailman/listinfo/dlc Use the Above Link to Unsubcribe!! http://linux.depaul.edu/