Hey everyone. I have an issue I have been banging my head against for 2 days and I would be grateful for any advice.
I will do my best to summarize it succinctly:
I have zero Android or Kotlin experience, but I have been tasked with adding a few features to an existing app and I am the only dev. The app was outsourced, and the codebase is pretty bad.
What I am trying to do in concept is simple:
• We have a button inside of "Fragments" on one page that trigger a pop-up
• The pop-up code seems to be hardcoded into the specific Fragment's business logic, and seems to rely on it's "context"
• I need to add a button inside of a different page + fragment that triggers the same pop-up