I have made an edit to a section of my code(Android Studio) which is duplicated in 8-9 other sections with minor changes. I want to change a portion of this code and make those changes reflect in the 8-9 other sections of code(they all have the same couple errors). Is there any way I can accomplish this without having to go through and complete the same changes on each individual section of code?
Thank you!
