You haven't described why need to share data between these 2 applications. You could create a service that both applications interact with and make the service responsible for holding the shared data.
On Oct 20, 11:14 pm, chazz <[email protected]> wrote: > Hi, I am new in android development. i was wondering if i could share > some data between two applications in android. One way is to place the > text file on SdCard but i dont want to do this... second way is to > place in data folder, and i dont know how to.... 3rd way is to place > the data in shared memory so both applications can see it... also i > dont want the user to see or delete this file, only my two > applications can change this file or data..... > Please help me... i've been wondering on this for 2 days.... > > regards, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

