Android Studio -> File > Open -> select the project folder. Let Gradle sync finish (needs internet on first sync). Press Run to build and launch on an emulator or ...
Intent is a powerful concept within the Android universe. An intent is a message that can be thought of as a request that is given to either an activity within your own app, an external application, ...