-2

I want to transfer data between two android application. Is it possible? The two applications were written by myself. How can I do that?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Khodayar
  • 391
  • 1
  • 4
  • 13

1 Answers1

2

You gotta be using Content Providers

Here: http://developer.android.com/guide/topics/providers/content-providers.html

And Broadcast Recievers

Here : http://developer.android.com/reference/android/content/BroadcastReceiver.html

This should help: How to use Broadcast Receiver in different Applications in Android?

Community
  • 1
  • 1
johnrao07
  • 6,690
  • 4
  • 32
  • 55