Is there any way I can view the total lines of code in each java class in my project?
Looking for something like this for Android Studio.
As alternative you can use (Linux, Windows) utility cloc (Count Lines Of Code).
See Aswer https://stackoverflow.com/a/51204230/3627161