[android-developers] Re: how to store the data in cache/temp memory

2012-08-06 Thread Mario Bat
not sure what you mean, but try looking up startyActivityForResult. Thats how you can get the data from B back to A. in the onActivityResult method.. Dana ponedjeljak, 6. kolovoza 2012. 11:39:10 UTC+2, korisnik vamshi ch napisao je: Hi, I have an App that i want to store the data in

[android-developers] Re: how to store the data in cache/temp memory

2012-08-06 Thread goodG
Probably your best options are the Parcelable interface and the Bundle, remember that Android is an OS aimed for mobile not for desktop. http://developer.android.com/reference/android/os/Parcelable.html http://developer.android.com/reference/android/os/Bundle.html according to what Google and

Re: [android-developers] Re: how to store the data in cache/temp memory

2012-08-06 Thread vamshi ch
@ *arjicot* Thanks for your advice. @Mario Bat, My question here is i have fields in A,B classes, If i go to A -- B then choosing the B fields i want to save that fields in temp/cache memory instead of saving DB. Now i came back to A here also i have fields then i selected some fields and save,