I want to develop restaurant menu application
functions: application contains list of items available in restaurant. waiter takes order from customer by selecting various items in the list. On submitting order it goes to chef,who has android device with him, he will ack the requested order.
i want to simulate this app on emulator, i have designed some basic interface. problems is that i want to transfer selected item data to other application running on other emulator,in short communication between two application running on different device. What should i do ? as far as my knowledge AIDL feature of android facilitates common between two app running on the same device.
thanks!!
Bluetooth is not currently available available in the Android emulator, but some people seem to have had luck with this github project.