Are you familiar with different Bluetooth profiles? I have been reading about MAP (message access profile) that allows the exchange of messages between devices. Wondering if I could go this route?
On Wednesday, March 2, 2016 at 8:02:42 AM UTC-7, MagouyaWare wrote: > > The difference is that Android Wear devices are always connected to a > device via bluetooth. To do what you are wanting to do, you would need to > either establish a bluetooth connection and send data via the connection > yourself or send the data up to some web server that you maintain and then > do a push notification to your other device. > > In both scenarios though, you aren't going to be able to make use of > NotificationCompat to handle the interaction between the two devices like > you do with Android Wear devices. You're going to have to manually write > all that stuff yourself. > > On Tue, Mar 1, 2016 at 9:53 PM Danielle Anderson <[email protected] > <javascript:>> wrote: > >> I am trying to create an application that receives text messages from my >> mobile phone and then displays them on another device such as a tablet. >> Just curious if anyone has any recommendations on where/how to start? The >> android developer site has a lot of information show how to implement this >> on a wearable device using NotificationCompat.Builder but I am not sure if >> this applies to handheld devices as well. Any help would be appreciated! >> Thank you! >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Android Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/android-developers. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/android-developers/a08f1174-89ca-429b-bd5e-6af865fa2ef4%40googlegroups.com >> >> <https://groups.google.com/d/msgid/android-developers/a08f1174-89ca-429b-bd5e-6af865fa2ef4%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/ded70ebd-746f-437c-8128-11b52307f00d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

