Re: [android-developers] regarding POJO

2011-10-28 Thread Kristopher Micinski
This is common problem, typically people use "intents" in android. Kris On Sat, Oct 29, 2011 at 1:13 AM, nageswara rao rajana wrote: > Hi, >     I have four activities in my application.In each activity i want to > enter data that should be carried to last activity. >     Then the whole informat

[android-developers] regarding POJO

2011-10-28 Thread nageswara rao rajana
Hi, I have four activities in my application.In each activity i want to enter data that should be carried to last activity. Then the whole information should be send to server. My doubt can i use POJO class to store data from each activity. And at last activity i will send stored data