[android-developers] Re: sending data from one program to another

2008-10-23 Thread ena
could u plz tell me .How to directly access every part of each others using android:sharedUserId?? On Oct 22, 7:01 am, hackbod <[EMAIL PROTECTED]> wrote: > Starting activities (and getting results from them), sending > broadcasts, binding to services, and publishing content providers are > the m

[android-developers] Re: sending data from one program to another

2008-10-21 Thread hackbod
Starting activities (and getting results from them), sending broadcasts, binding to services, and publishing content providers are the main ones. You can make a SQLite database world readable/writeable, or use android:sharedUserId to have the two apps run under the same uid (and so able directly

[android-developers] Re: sending data from one program to another

2008-10-21 Thread Eric Mill
This is a good question. Is there a standard way for programs to send messages to each other? Can they touch each others' SQLite databases, at least? -- Eric On Oct 19, 5:00 am, roshan <[EMAIL PROTECTED]> wrote: > I wanna know a possible way of sending data from one android > application to an