all.
I'm trying to go through the book Android How to Program (2nd edition). So far, I've been doing alright. But in the last day or two, when I try to create a new Android Application, I have to enter a name for a fragment if I want to create an activity (ie Fragment_main).
I do not want to work with fragments right now. I do want to learn how to use them eventually, but at this point in my reading they are only getting in the way since the book doesn't use them for this project.
I can name the fragment the same as my layout name so a separate fragment xml file isn't created, but is there a way to not use fragments at all at this point or is Google trying to force us to use them?
Any help or advice would be appreciated.
Thank you all.