How to make Communication between Two programming language?
If I built a program using C# and other using JAVA, can u tell me how can i get input from each other and how they make output depends on the input? in short: how can i make them communicate with each other?
12/20/2016 5:41:37 PM
M.I.Rayhan
7 Answers
New Answerthere is a great explanation here http://stackoverflow.com/questions/636841/how-do-multiple-languages-interact-in-one-project
i guess you can write it to some file and save it in the android device https://developer.android.com/training/basics/data-storage/files.html https://www.tutorialspoint.com/android/android_internal_storage.htm
i see..... so you want to communicate through the USB with the pc i found this http://stackoverflow.com/questions/10183794/how-to-communicate-with-a-usb-device and a simple google search for "android programming usb communication"
no problem at all hehe and good to know about the old man thing...explains a lot about me😜
@Burey : can u please solve me this, if i build an android app and a windows app, how can i make them talk with each others, as example: if i write something(String) on my mobile app how can i transfer it through the usb cable to the windows app that i create earlier.
you didn't get me mate: now imagine that i made an android app and a windows app. i named them testA(the android app) and testB(windows app). i connected them using a usb cable. if i click on a button of testB then the textview of testA will show "success". now how can i do this?
@Burey: THANKS A Loooot for helping me man. i will remeber this, oh and by the way in our language "Burey" means "old man".