Skip to content

[Android] Receiving simple data from other apps #1013

Answered by adamstep
sbinet asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @sbinet . From what I can tell in the linked docs, you need to:

  • configure the Android app manifest to receive intents (this would have to be done outside of the Hyperview model)
  • Have some code in your app to handle the received data and do something with it.

The second step is technically possible to do with Hypervie. However support for intents in Hyperview does not already exist so you'd have to implement it yourself as a custom form element, which would require some knowledge of Android APIs and React Native. If you are a beginner with Android development, I might recommend not adding the abstractions of React Native and Hyperview on top of it, since it could get confusing develop…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sbinet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants