I know this is probably due a little bit to bad code practices, something that has not been covered a lot, maybe someone who is good at layout of code could help with this in a tutorial. My current approach is to get it running then go through and 'tidy' the code with tabs and comments and removing surplus code to get it looking neat.
In the meantime is there any chance of adding a way to check if declared variables and views are actually used in the code it. There is already a check if variables are not declared, I need to check the other way. My code and layouts are always changing and it is easy to forget to remove unused declarations. I check manually from time to time but in complex apps this can be very time consuming. Thanks.....
In the meantime is there any chance of adding a way to check if declared variables and views are actually used in the code it. There is already a check if variables are not declared, I need to check the other way. My code and layouts are always changing and it is easy to forget to remove unused declarations. I check manually from time to time but in complex apps this can be very time consuming. Thanks.....