# Android Studio integration, how to send data from fuse to Native

**URL:** https://forums.fusetools.com/t/android-studio-integration-how-to-send-data-from-fuse-to-native/5383
**Category:** General
**Created:** [March 16, 2018, 7:57am UTC](https://forums.fusetools.com/t/android-studio-integration-how-to-send-data-from-fuse-to-native/5383 "2018-03-16T07:57:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![remnnis\_scion](https://avatars.discourse-cdn.com/v4/letter/r/a9a28c/32.png) [@remnnis\_scion](https://forums.fusetools.com/u/remnnis_scion)
#### Post date: [March 16, 2018, 7:57am UTC](https://forums.fusetools.com/t/android-studio-integration-how-to-send-data-from-fuse-to-native/5383/1 "2018-03-16T07:57:01Z")

</div>

Hey guys!

I went through the tutorial on how to integrate android studio with fuse views ([https://www.fusetools.com/docs/xcode-and-android-studio-integration/tutorial](https://www.fusetools.com/docs/xcode-and-android-studio-integration/tutorial)) and went through the code samples no hassles.

What I didn’t see though was how to send data back from a fuse view into Native android. This can be useful for example clicking a fuse button and triggering a new Native Android Intent.

So far the only things I cold notice were sending data into fuse and not the other way round.

Can you please help

---

<div class="post-metadata">

### Author: ![remnnis\_scion](https://avatars.discourse-cdn.com/v4/letter/r/a9a28c/32.png) [@remnnis\_scion](https://forums.fusetools.com/u/remnnis_scion)
#### Post date: [March 20, 2018, 10:44pm UTC](https://forums.fusetools.com/t/android-studio-integration-how-to-send-data-from-fuse-to-native/5383/2 "2018-03-20T22:44:58Z")

</div>

I discovered that using the setCallback function from Java then defining the actions in the function body does the trick!

Solved.
