-
Can we override onStart() to make that ? |
Beta Was this translation helpful? Give feedback.
Answered by
aritchie
Oct 9, 2021
Replies: 1 comment 1 reply
-
Yes. The code gen skips methods that are already implemented. In VS for windows, if you click on your android/ios project and break down "References > Analyzers > Shiny.Generators", you will be able to see all of the code that Shiny is generating. I have also added a sample here: https://github.com/shinyorg/samples/tree/main/NoCodeGen |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aritchie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. The code gen skips methods that are already implemented. In VS for windows, if you click on your android/ios project and break down "References > Analyzers > Shiny.Generators", you will be able to see all of the code that Shiny is generating.
I have also added a sample here: https://github.com/shinyorg/samples/tree/main/NoCodeGen