I have recently updated android studio to 1.4 and noticed that there is now a content_main.xml
and an activity_main.xml
. It seems that content_main deals with what goes into the app and activity_main deals with the layout/display of the widgets from content_main, I am not sure whether this is correct? Also would it be possible for anyone to explain why having activity_main deal with just the layout is better and why Google decided to do this split?
All help is much appreciated.