From what I understood watching the Android tutorial, to reference a new class you need to reference it in the manifest.
Say, I had a class AndroidX and I need to reference it.
What I have to do is;
startActivity(new Intent("thepackage.RANDOMNAME")) ;
and reference it android:name="thepackage.RANDOMNAME"
I’d think “RANDOMNAME” would be a new folder, but it isn’t and I have no idea how it is referenced.
I haven’t even seen a file or folder.
What’s happening?
And to call it with an intent, you’d need:
Most people call it like:
I don’t know if it’d be a problem the other way or not, but I think this is more readable. Feel free to ask anything you need in the comments.