I am developing an application related to home automation in android.
Suppose the name of my application is X and is installed on two different android Devices(user1 & user2)
I want to share the data(key value pair) of app X from user1 to the same app in user2
I dont want to use internet.
can we do it with sharedpreferences or bluetooth??
but data should transfer from app to app.
How to achieve this???