Combine Tauri generated android code with my native android code #11444
Unanswered
umesh-umesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a chat android app that is completely built on only single activity with multiple fragments. So now can i add another ecommerce tauri generated android code to my native android chat app code?
Or is there a way i can import tauri generated android code main activity as a fragment in my native code?
Previously i had same issue with capacitorjs also, but was able to add capacitorjs generated android code main activity as a fragment to my native code. But i am unable to figure out same in tauri generated android code. Is it possible to use main activity of tauri generated android code as fragment to my native code main activity?
Beta Was this translation helpful? Give feedback.
All reactions