Category Archives: IT assignment examples

Here you can find the best IT assignment examples from our blog. Learn to complete similar tasks yourself or ask our experts to help you.

Android Development Examples: Application Development

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