Issue
I have done the entire project (with 3 activities)in jetpack compose. I need one activity to be done with xml and kotlin as I don't know how to do it in jetpack(I'm new to both). Is it possible to integrate the new activity with the rest of the code?
Solution
Yes. You can use both XML and Compose in the same project. By Default, Android Studio create a xml file when you create a new Activity. That it is all :)
Answered By - Younes Ben Tlili
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.