ANDROID TASK:
Create new Android application which would allow the user to input some text, and then transfer this text to a separate TextView by clicking on it.
SOLUTION:
In this sample we are going to create a basic Android application using the official SDK, Android Studio (the installation of which also requires Java SDK being installed). Once Android Studio is installed and started, you will need to start a new Android Studio project. Continue reading