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 <deand...@asu.edu> 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 android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> 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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
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/CAOq06s85%3DzpOyqzq%3Dw%2BEuxQNTvrszEQRRnmjFXKSLgjb0QN-Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to