Hey guys, i was just seeing at the Social media example,but i dont think i really understand how would i buid that app on my own using fuse, what about all of the Java classes and resources there?
By the way i do come from native android development on Android Studio
Hi Rony,
You shouldn’t have to worry about any of that. You build your entire app in Fuse using declarative UX markup for the layout and animation, and JavaScript for your business logic. When you export your app using fuse build
, it gets compiled to native code for the platform you’re building for.
You can read more about exporting your app here https://www.fusetools.com/learn/fuse#export
If what you’re looking for is creating parts of your app in Fuse and then importing that into an existing project in Android Studio, that is a feature we are currently working on.