I have maybe strange question, but would be appreciate if someone helps.
I need to merge all the code from classes ( which are part of the packages ) in one text or class file for Android project in Android Studio.
So I have for example such a structure
And I need to merge the code from NewAlbumDialog
, MenuAdapter
, MenuItem
etc classes in one big file.
Maybe somebody know how can I do it with the Android Studio.
Would be appreciate your help.