question

newuser-feeb2fef-a056-4692-b550-9e1e37b91341 avatar image

Text based data sharing between Fire TV and Android apps

I want to send simple "string " to firestick using android mobile apps. I could not found any solution yet.

fire tvfire app builder
1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Levon@Amazon avatar image
Levon@Amazon answered

Hi there,

Thanks for posting! There is no built-in solution for your use case. You will have to write an app and implement this data exchange yourself. Your options could be one of the following:

  • Bluetooth
  • TCP / UDP IP

In the case of Bluetooth, your devices have to be in close proximity to each other, and you don't need a server for this. If on the other hand you plan to use cellular connection or Wi-Fi to transfer your data, you will most likely need a centralized server that will accept connections, know the IP addresses of the devices and be able to work around private IPs, firewalls / NAT, etc.

In any case, what you are asking is not Amazon specific, but is general programming problem, which you should probably research by reading Android docs / samples. Thanks!

2 comments
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks alot Levon , I have done thing using above ways but i was wondering, we can cast media content but not simple text content ?

0 Likes 0 ·
Levon@Amazon avatar image Levon@Amazon ♦ commented ·

That's correct; unless you somehow generate a video file that includes that text as content of its frames, and then cast it.

0 Likes 0 ·