I have an app that the code is getting quite long and hard to remember where things are so I wanted to divide my code up into different modules. I have a lot of views comprised of EditText, Button and Label views. I have different sections that change the background image or just reference a view and everything worked fine when it was all in the main Activity Module. But since i have moved my code around to different modules some of the view come up with an error while others do not. I'm not sure what the problem is nor how to fix it. Any help would be greatly appreciated. It's hard to show whats going on with just a few code snippets but I'm not sure how to upload my code either.
Edit: I apologize, I just read that you're not suppose to post screen shots (so I deleted them) but my Main Module has 1000 lines of code and the second module I created isn't as bad but still has over 300 lines. Not sure if I should still attach that much code.
Edit: I apologize, I just read that you're not suppose to post screen shots (so I deleted them) but my Main Module has 1000 lines of code and the second module I created isn't as bad but still has over 300 lines. Not sure if I should still attach that much code.
Last edited: