Android Studio create new activity requires fragment
android, android-studio
Solution
Fragments are part of Google's UI design philosophy since Honeycomb (see embedded link).
If you would like to work around the default activity template in Android Studio, then check out this blog post.
Problem
I have been away from Android app creation for quite a while and has just recently begun my new App. Now i thought i would test out this new Android Studio and therefore downloaded it. When i started my project it asked for a `fragment` and i wasnt quite sure what it ment (i know what a `fragment` is!). When it started the project i had a `activity_main` and a `fragment_main`. And now every time i want to create a new `activity` it requires me to create an additional `fragement`. Can anyone explain to me why this is happening (maybe ive missed something).