6
I do not know if this is the right place for this, if it is not for guidance where I take this doubt. I’m learning to develop apps in Android Studio, and I’m following some tutorials. Some cases I’ve noticed that some have just activity
and others besides the activity
also has content
which is the case with this:
and in this only the Activity
Whenever I create a project it never generates the context. I would like to know what is the difference of both and its purpose. and if you need to have the context.
All right William I think I got it now, this
FABButton
would be the back button?– Fabio Souza
No, it is a circular button that when you create Basic Activity is already added in your xml with the Activity click event
– Guilherme Montanher
In the case of this one appearing in this first
activity
of the image you posted, aBasic Activity
?– Fabio Souza
Exactly...!!
– Guilherme Montanher