java - Connecting two Android applications -


i developing dictionary app accessed in third party app. basic idea whenever using app(say viewing webpage or messaging) , want know meaning of word have select word , share app. have developed of code thing not able mechanism share word third party app(say messenger app)into app.

whenever select word should give option called "share dictionary" , should redirect dictionary(my app) , display meaning of selected word. wanted mechanism share option appear in third party application after selecting word ,similar "cut","copy" options appear on selecting word.

any appreciated guys. thank you.

yes can in following manner

1-: can use sharedprference public global place save data in application level.

2-: create file in internal storage 1 application write , read or vise versa.

3-: store data in web , make set , api.

and more information can read

storage option in android


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -