Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i have an application which has some set of actvities say 5.

But now i want to write to common file among all activities .Does the data written to file in one activity shall reflect in the other activity so that offset of the file is shared?

i have a problem here i may need to switch between activities many times,so an activity may gets instantiated and destroyed so many times. so if i open the same file again and again in oninit method of each activity is that going to create problem for me.

please tell me some effective ways to accomplish this task.

share|improve this question
Yup!..File will reside at a particular location,and if you are reading the same file in append mode, it should work!!.. – Shashank Kadne Mar 22 '12 at 5:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.